speeduino/speeduino
tx_haggis b03db96ad7
Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063)
2023-10-07 08:25:26 +11:00
..
src Disable automatic retransmission (#910) 2022-08-10 11:06:28 +10:00
SD_logger.cpp MISRA: clean up logger header (#1108) 2023-10-06 15:07:12 +11:00
SD_logger.h MISRA: clean up logger header (#1108) 2023-10-06 15:07:12 +11:00
TS_CommandButtonHandler.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
TS_CommandButtonHandler.h Refactor comms: save 130+ bytes RAM (#906) 2023-02-21 12:55:54 +11:00
acc_mc33810.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
acc_mc33810.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
auxiliaries.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
auxiliaries.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_avr2560.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_avr2560.h Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +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_generic.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_stm32_generic.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 Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_stm32_official.h Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11:00
board_teensy35.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_teensy35.h Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11:00
board_teensy41.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_teensy41.h Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11: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
canBroadcast.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
canBroadcast.h [WIP] CAN broadcasting menu (#639) 2022-04-21 16:33:10 +10:00
comms.cpp 202311-dev signatures and updates file 2023-10-06 15:01:23 +11:00
comms.h Remove legacy comms option from TunerStudio. Add legacy comms lock 2023-04-26 13:45:22 +10:00
comms_legacy.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
comms_legacy.h Fix for build failure on mega2561 with last commit 2023-10-05 22:38:57 +11:00
comms_sd.h Allow SD card formatting through TS Native interface 2023-09-18 10:12:02 +10:00
comms_secondary.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
comms_secondary.h Further cleanup work on secondary comms. Slight RAM free up. 2023-10-06 11:48:05 +11:00
corrections.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
corrections.h Small memory reduction in AE code 2022-11-07 14:49:49 +11:00
crankMaths.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
crankMaths.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
decoders.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
decoders.h Warnings cleanup 2023-05-17 11:36:08 +10:00
engineProtection.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
engineProtection.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
errors.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
errors.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
globals.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
globals.h Initial work cleaning up Secondary Serial incl msDroid compat option 2023-10-05 22:24:13 +11:00
idle.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
idle.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
init.cpp Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11:00
init.h MISRA: clean up logger header (#1108) 2023-10-06 15:07:12 +11:00
int16_byte.h Include CPP files in MISRA script (#925) 2022-09-15 12:16:14 +10:00
logger.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
logger.h MISRA: clean up logger header (#1108) 2023-10-06 15:07:12 +11:00
maths.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
maths.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11: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.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 Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11:00
schedule_calcs.hpp Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +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 Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11:00
scheduler.h Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11:00
secondaryTables.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
secondaryTables.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
sensors.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
sensors.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
speeduino.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
speeduino.ino Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11: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.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
table2d.h Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11: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.cpp Save 600+ bytes RAM (step 4 of 9) - deduplicate scheduler ISR functions (#1063) 2023-10-07 08:25:26 +11: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 Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
updates.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00
utilities.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
utilities.h MISRA cleanup rule: misra-c2012-8.2 2022-11-06 09:43:29 +11:00