.. |
src
|
Cleaned more warning during compile
|
2019-09-24 19:37:34 +02:00 |
auxiliaries.h
|
Some of the basic closed loop VVT stuff
|
2019-08-20 09:55:46 +10:00 |
auxiliaries.ino
|
Clean compile on Teensy 4
|
2019-08-21 15:15:19 +10:00 |
board_avr2560.h
|
remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
|
2019-08-22 20:18:07 -04:00 |
board_avr2560.ino
|
Warnings / MISRA cleanup
|
2019-09-04 18:25:02 +10:00 |
board_stm32_generic.h
|
remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
|
2019-08-22 20:18:07 -04:00 |
board_stm32_generic.ino
|
Big MISRA cleanup
|
2019-07-08 17:56:02 +10:00 |
board_stm32_official.h
|
Repair code with new STM32duino 1.7.0 core
|
2019-09-30 21:29:26 +02:00 |
board_stm32_official.ino
|
fix STM32F407 comilation wuth new stm32duino 1.7.0
|
2019-09-30 21:13:09 +02:00 |
board_teensy35.h
|
remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
|
2019-08-22 20:18:07 -04:00 |
board_teensy35.ino
|
Detect Teensy v4 and differentiate from other Teensy
|
2019-08-20 23:45:29 +10:00 |
board_teensy40.h
|
remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
|
2019-08-22 20:18:07 -04: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
|
STM32 update
|
2019-03-03 01:43:43 -03:00 |
cancomms.ino
|
Merge branch 'master' of https://github.com/noisymime/speeduino
|
2019-08-17 16:21:31 +02:00 |
comms.h
|
More complete support for table switching
|
2019-09-02 17:01:03 +10:00 |
comms.ino
|
Bugfix writing temperature calibrations
|
2019-09-19 20:32:44 +02:00 |
corrections.h
|
cold start features
|
2019-04-11 15:31:24 +03:00 |
corrections.ino
|
Fix for HW test mode that broke in f41f95a60c
|
2019-06-24 15:47:13 +10:00 |
crankMaths.h
|
Warnings cleanup
|
2019-08-02 10:14:25 +10:00 |
crankMaths.ino
|
dec 29122018 master from josh
|
2018-12-29 17:26:30 +00:00 |
decoders.h
|
Most of the initial closed loop VVT base work
|
2019-08-08 16:26:59 +10:00 |
decoders.ino
|
remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
|
2019-08-22 20:18:07 -04: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
|
More complete support for table switching
|
2019-09-02 17:01:03 +10:00 |
idle.h
|
Merge pull request #206 from ric355/febstepper
|
2019-03-13 15:26:43 +11:00 |
idle.ino
|
Clean compile on Teensy 4
|
2019-08-21 15:15:19 +10:00 |
init.h
|
Introduce init.ino to help clean up speeduino.ino
|
2019-01-11 17:25:07 +11:00 |
init.ino
|
Ugly Hack to get rid of the startstorage() function.
|
2019-09-24 00:01:21 +02:00 |
maths.h
|
New pins assigned to BLACK_STM32F407VE.
|
2019-02-20 22:46:10 +01:00 |
maths.ino
|
Big MISRA cleanup
|
2019-07-08 17:56:02 +10:00 |
scheduledIO.h
|
Initial work on new ignition timing method (Very messy)
|
2018-08-08 15:17:09 +10:00 |
scheduledIO.ino
|
Complete new tacho setup (fixes #210)
|
2019-03-13 14:24:05 +11:00 |
scheduler.h
|
Clean compile on Teensy 4
|
2019-08-21 15:15:19 +10:00 |
scheduler.ino
|
remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE
|
2019-08-22 20:18:07 -04:00 |
sensors.h
|
Warnings cleanup
|
2019-08-02 10:14:25 +10:00 |
sensors.ino
|
Average cycle MAP reading for, similar to b5b6ea64a2
|
2019-08-21 15:20:29 +10:00 |
speeduino.h
|
More complete support for table switching
|
2019-09-02 17:01:03 +10:00 |
speeduino.ino
|
Warnings / MISRA cleanup
|
2019-09-04 18:25:02 +10:00 |
storage.h
|
Initial memory allocation for 2nd fuel map
|
2019-04-10 15:58:38 +10:00 |
storage.ino
|
Removed debug line
|
2019-09-24 00:04:29 +02:00 |
table.h
|
Minor cleanups
|
2019-01-26 20:33:25 +13:00 |
table.ino
|
Warnings / MISRA cleanup
|
2019-09-04 18:25:02 +10:00 |
timers.h
|
Complete new tacho setup (fixes #210)
|
2019-03-13 14:24:05 +11: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
|
Signatures and base tunes for 201909 release
|
2019-09-05 12:02:15 +10: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 |