speeduino/speeduino
Josh Stewart 510351fe79
Merge branch 'master' into Pulsed-HW-Test
2023-10-27 09:24:38 +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 Initial work on pulsed HW test outputs 2023-10-19 14:45:53 +11:00
TS_CommandButtonHandler.h Initial work on pulsed HW test outputs 2023-10-19 14:45:53 +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_official.cpp Rename all ino files to cpp (Excluding speeduino.ino). 2023-10-06 18:10:20 +11:00
board_stm32_official.h Fix incorrect check from last commit on stm32F11 2023-10-13 14:01:17 +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
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_CAN.cpp Restructure CAN code into comms_CAN 2023-10-13 12:25:05 +11:00
comms_CAN.h Restructure CAN code into comms_CAN 2023-10-13 12:25:05 +11:00
comms_legacy.cpp Add chunkWrite command handler for secondary serial (Allows for writes over secondary) 2023-10-24 12:18:00 +11: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 chunkWrite command handler for secondary serial (Allows for writes over secondary) 2023-10-24 12:18:00 +11:00
comms_secondary.h Restructure CAN code into comms_CAN 2023-10-13 12:25:05 +11:00
corrections.cpp Added taper entering DFCO (#1118) 2023-10-25 10:09:57 +11:00
corrections.h Added taper entering DFCO (#1118) 2023-10-25 10:09:57 +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 Initial work on pulsed HW test outputs 2023-10-19 14:45:53 +11:00
globals.h Merge branch 'master' into Pulsed-HW-Test 2023-10-27 09:24:38 +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 Add environment builds for mega2560 6/3 and 8/1 channel configurations. Add these builds to unit tests 2023-10-11 08:21:47 +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 Add option on secondary serial to use previous generic data list 2023-10-10 15:49:36 +11:00
logger.h Add option on secondary serial to use previous generic data list 2023-10-10 15:49:36 +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 Add environment builds for mega2560 6/3 and 8/1 channel configurations. Add these builds to unit tests 2023-10-11 08:21:47 +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 Restructure CAN code into comms_CAN 2023-10-13 12:25:05 +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 Initial work on pulsed HW test outputs 2023-10-19 14:45:53 +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 Merge branch 'master' into Pulsed-HW-Test 2023-10-27 09:24:38 +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