speeduino/speeduino
Pasi Kemppainen affce3c162
Fix BMW PnP board pin mapping (#460)
* Fix BMW PnP board pin mapping

Remove duplicate uses of pin 48. Also add default VSS and Baro pins.

* Fix typo

Co-authored-by: Pasi Kemppainen <pazi88@users.noreply.github.com>
2020-12-02 09:55:06 +11:00
..
src Closed loop idle improve (#481) 2020-12-02 08:37:58 +11:00
SD_logger.h Minor SD logging prep work 2020-09-18 10:48:08 +10:00
SD_logger.ino Minor SD logging prep work 2020-09-18 10:48:08 +10:00
TS_CommandButtonHandler.h MISRA cleanup 2020-07-30 09:15:24 +10:00
TS_CommandButtonHandler.ino Further work unifying the MC33810 build. Complete but needs testing 2020-12-01 18:12:39 +11:00
acc_mc33810.h Add stubs for the MC33810 2020-11-09 13:06:23 +11:00
acc_mc33810.ino Add stubs for the MC33810 2020-11-09 13:06:23 +11:00
auxiliaries.h [VVT] PID work (#412) 2020-07-27 09:05:02 +10:00
auxiliaries.ino Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
board_avr2560.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
board_avr2560.ino Warnings / MISRA cleanup 2019-09-04 18:25:02 +10:00
board_stm32_generic.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
board_stm32_generic.ino BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_stm32_official.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
board_stm32_official.ino Closed loop idle improve (#481) 2020-12-02 08:37:58 +11:00
board_teensy35.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
board_teensy35.ino Fix typo on teensy35 timer init 2020-08-07 15:51:31 +10:00
board_teensy41.h Merge branch 'master' of https://github.com/noisymime/speeduino 2020-12-02 09:08:02 +11:00
board_teensy41.ino Change the TEENSY40 config to be TEENSY41 2020-07-14 13:57:36 +10:00
board_template.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
board_template.ino Some basicboard templates for reference 2019-01-23 17:19:54 +13:00
cancomms.h Fix compiling for atmega2561 and add profile for it 2020-05-21 15:42:02 +10:00
cancomms.ino STM32 CAN bus library addition (#482) 2020-12-02 08:29:10 +11:00
comms.h Serial performance tweaks. Remove uneeded data rate variable 2020-10-19 15:22:19 +11:00
comms.ino Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
corrections.h Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
corrections.ino Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
crankMaths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
crankMaths.ino Prevent interrupts when calculating tooth to tooth time (Resolves #430) 2020-08-08 09:53:26 +10:00
decoders.h [Decoder] Add Weber-Marelli pattern (#400) 2020-08-23 08:56:35 +10:00
decoders.ino Major revamp of unit testing framework 2020-11-19 21:38:00 +11:00
display.h
display.ino
engineProtection.h Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
engineProtection.ino Only allow the oil pressure protection to enable if the oil pressure input is actually on 2020-07-07 16:47:28 +10:00
errors.h
errors.ino Flag an error if an invalid MAP reading is calculated 2020-05-22 15:26:20 +10:00
globals.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
globals.ino Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
idle.h Closed loop idle improve (#481) 2020-12-02 08:37:58 +11:00
idle.ino Closed loop idle improve (#481) 2020-12-02 08:37:58 +11:00
init.h Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
init.ino Fix BMW PnP board pin mapping (#460) 2020-12-02 09:55:06 +11:00
logger.h Major revamp of unit testing framework 2020-11-19 21:38:00 +11:00
logger.ino Pr/435 (#445). Closes #435 2020-08-23 08:27:44 +10:00
maths.h Change stm32 boards to use 10-bit ADC and match other boards 2020-08-10 08:54:36 +10:00
maths.ino Big MISRA cleanup 2019-07-08 17:56:02 +10:00
scheduledIO.h Further work unifying the MC33810 build. Complete but needs testing 2020-12-01 18:12:39 +11:00
scheduledIO.ino Further work unifying the MC33810 build. Complete but needs testing 2020-12-01 18:12:39 +11:00
scheduler.h Minor changes to the injector priming routine 2020-07-06 22:17:56 +10:00
scheduler.ino Pull Teensy interrupts into board file 2020-07-27 10:09:50 +10:00
secondaryTables.h Separate logic for secondary fuel and ignition tables 2020-10-22 11:21:48 +11:00
secondaryTables.ino Separate logic for secondary fuel and ignition tables 2020-10-22 11:21:48 +11:00
sensors.h Flex fuel sensor temperature and temperature correction (#413). Also closes #252 2020-08-18 12:34:56 +10:00
sensors.ino Bug fix and small improvement for local aux input channels (#398) 2020-08-18 14:51:32 +10:00
speeduino.h Separate logic for secondary fuel and ignition tables 2020-10-22 11:21:48 +11:00
speeduino.ino STM32 CAN bus library addition (#482) 2020-12-02 08:29:10 +11:00
storage.h Pr/435 (#445). Closes #435 2020-08-23 08:27:44 +10:00
storage.ino Pr/435 (#445). Closes #435 2020-08-23 08:27:44 +10:00
table.h Add ability to change the fixed resolution of the table interp calculation. 2020-08-22 19:05:50 +10:00
table.ino Add ability to change the fixed resolution of the table interp calculation. 2020-08-22 19:05:50 +10:00
timers.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
timers.ino Serial performance tweaks. Remove uneeded data rate variable 2020-10-19 15:22:19 +11:00
updates.h Begin some work on warnings cleanup 2018-07-19 17:35:35 +10:00
updates.ino September 2020 development signatures 2020-08-23 08:09:51 +10:00
utilities.h Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00
utilities.ino Added pinIsReserved macro (#479) 2020-12-02 08:59:44 +11:00