speeduino-personal/speeduino
Josh Stewart 4f5a2bdc35 Fix for failing test_corrections_WUE_active on blank board 2020-02-03 17:36:07 +11:00
..
src Generic SPI as EEPROM changes. 2020-01-13 12:14:00 +10:00
SD_logger.h Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
SD_logger.ino Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
auxiliaries.h Tweaks to the closed loop boost control algorithm (Limit Integral history) 2019-11-13 17:25:59 +11:00
auxiliaries.ino Large cleanup of global varialbes in preparation for unit test framework 2020-01-24 11:31:39 +11:00
board_avr2560.h Minor tweaks for better operation of higher sequential fuel counts 2020-01-21 16:57:26 +11:00
board_avr2560.ino Warnings / MISRA cleanup 2019-09-04 18:25:02 +10:00
board_stm32_generic.h BlackPill fixes (#317) 2020-02-03 13:53:40 +11:00
board_stm32_generic.ino Early 2020 STM32 fixes (#308) 2020-01-24 12:32:51 +11:00
board_stm32_official.h BlackPill fixes (#317) 2020-02-03 13:53:40 +11:00
board_stm32_official.ino Early 2020 STM32 fixes (#308) 2020-01-24 12:32:51 +11:00
board_teensy35.h Generic SPI as EEPROM changes. 2020-01-13 12:14:00 +10:00
board_teensy35.ino Detect Teensy v4 and differentiate from other Teensy 2019-08-20 23:45:29 +10:00
board_teensy40.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
board_teensy40.ino Warnings / MISRA cleanup 2019-09-04 18:25:02 +10:00
board_template.h remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE 2019-08-22 20:18:07 -04:00
board_template.ino Some basicboard templates for reference 2019-01-23 17:19:54 +13:00
cancomms.h BlackPill fixes (#317) 2020-02-03 13:53:40 +11:00
cancomms.ino Limit can0 to Teensy35 only for now 2020-01-25 00:21:20 +11:00
comms.h Initial commit of the unit testing framework 2020-01-24 12:21:12 +11:00
comms.ino Early 2020 STM32 fixes (#308) 2020-01-24 12:32:51 +11:00
corrections.h Remove static declarations from corrections.ino (Did nothing) 2020-02-03 17:35:29 +11:00
corrections.ino Remove static declarations from corrections.ino (Did nothing) 2020-02-03 17:35:29 +11:00
crankMaths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
crankMaths.ino MISRA cleanup 2019-12-02 14:47:30 +11:00
decoders.h Initial commit of the unit testing framework 2020-01-24 12:21:12 +11:00
decoders.ino Minor changes to the sync monitoring on dual wheel 2020-01-21 10:33:32 +11:00
display.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
display.ino Remove some old display code that is no longer used 2017-02-08 15:28:27 +11:00
errors.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
errors.ino dec 29122018 master from josh 2018-12-29 17:26:30 +00:00
globals.h BlackPill fixes (#317) 2020-02-03 13:53:40 +11:00
globals.ino Large cleanup of global varialbes in preparation for unit test framework 2020-01-24 11:31:39 +11:00
idle.h Further MISRA cleanup work 2019-12-15 09:57:22 +11:00
idle.ino Further MISRA cleanup work 2019-12-15 09:57:22 +11:00
init.h Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
init.ino Fix for failing test_corrections_WUE_active on blank board 2020-02-03 17:36:07 +11:00
logger.h Increase maximum corrections value from 255 to 511 2020-01-21 15:16:54 +11:00
logger.ino Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
maths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
maths.ino Big MISRA cleanup 2019-07-08 17:56:02 +10:00
scheduledIO.h Basework for new DB board 2019-12-15 09:55:46 +11:00
scheduledIO.ino Complete new tacho setup (fixes #210) 2019-03-13 14:24:05 +11:00
scheduler.h add schedule test (#312) 2020-01-30 16:17:20 +11:00
scheduler.ino Remove static declarations from corrections.ino (Did nothing) 2020-02-03 17:35:29 +11:00
sensors.h fix block comment (/**/) within another (#269) 2019-10-22 12:55:17 +10:00
sensors.ino Prevent MAP spike when cranking begins with averaged sampling. Fixes #296 2019-12-21 20:06:54 +11:00
speeduino.h Large cleanup of global varialbes in preparation for unit test framework 2020-01-24 11:31:39 +11:00
speeduino.ino Fix for failing test_corrections_WUE_active on blank board 2020-02-03 17:36:07 +11:00
storage.h Initial memory allocation for 2nd fuel map 2019-04-10 15:58:38 +10:00
storage.ino Further MISRA cleanup work 2019-12-15 09:57:22 +11:00
table.h Add better 3D table caching 2019-11-12 15:18:32 +11:00
table.ino Add better 3D table caching 2019-11-12 15:18:32 +11:00
timers.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
timers.ino Use the end function pointers in overdwell protection for WastedCOP. Fixes #229 2019-09-04 17:58:13 +10:00
updates.h Begin some work on warnings cleanup 2018-07-19 17:35:35 +10:00
updates.ino Add default values in updates.ino for 201911 2019-11-14 18:00:39 +11:00
utils.h Made platformio work with usb serial 2019-09-22 19:31:23 +02:00
utils.ino Big MISRA cleanup 2019-07-08 17:56:02 +10:00