Commit Graph

1171 Commits

Author SHA1 Message Date
dron0gus c9edbf4225 Cleanup fixes (#700)
* Kill some more warnings

* pin_repository: add markUnused, allow use from plain C

* ehiGpio.cpp: add forgotten GPIOG port
2019-03-08 07:01:15 -05:00
rusefi 3d53c9911d making gcc8 happier? 2019-03-02 18:41:25 -05:00
rusEfi 830e733053 fix #698 2019-02-27 17:12:52 -05:00
rusefi 761498efb1 refactoring - using proper enum 2019-02-24 10:04:00 -05:00
rusefi 46bdbf82d1 refactoring: reducing code duplication 2019-02-23 12:33:49 -05:00
rusefi 9547c44ff1
688 brainpins (#694)
* GPIOF, GPIOG and GPIOH ports are not available #688
2019-02-22 22:10:41 -05:00
dron0gus 76fa11d5e2 warning cleanup (#693)
* Kill annoing warnings about unused vars

* Kill annoing signed vs unsigned warnings

* Make ALWAYS_INLINE macro realy inlining

* Incorrect attribute placement.

While correct attribute placement cause ram4 overflow.
Move to correct place (to avoid gcc-2018-q4 errors) and comment
out.

* Silence -Wcast-function-type warnings

Cast to intermediate "void *" to lose compiler knowledge about the original
type and pass the warning. This is a workaround.
2019-02-21 05:44:45 -05:00
rusefi b7b5c28be7 getRemainingStack() is back! 2019-02-12 01:24:42 -05:00
rusefi 24b1b34fef wider usage of PeriodicController 2019-02-11 15:09:24 -05:00
rusefi 9325cd6d23 better (?) variable names 2019-02-10 22:47:49 -05:00
rusefi de6d9d6f8d ETB PeriodicController refactoring 2019-02-10 19:52:06 -05:00
rusefi d4ec151c98 docs 2019-02-07 01:18:36 -05:00
rusefi e92b36820e F7 has different memory bank sizes 2019-02-07 01:06:39 -05:00
rusefi 4bb905a990 code clean-up 2019-02-07 00:26:55 -05:00
rusefi 6eb0b4efdb F746 flexibility 2019-02-06 23:34:39 -05:00
rusefi 45fa6089a4 F7 progress :) 2019-02-06 18:41:48 -05:00
rusefi e12c315461 docs 2019-02-06 18:18:21 -05:00
rusefi feb5b28623 refactoring: duplicated import, already imported 2019-02-05 21:06:18 -05:00
rusefi bb5775f1aa docs 2019-02-05 19:00:52 -05:00
rusefi 06be313448
Migrating to chibios18 (#687)
* first step #631

* chconf #631

* no EXT driver

* #631 progress

* #631 WOW it already compiles?!

* #631 simulator progress

* #631 CAN is back

* more changes about 25MHz

* Migrate to Chibios 18 stable #631

* undoing some merge mistake?

* little mess

* Migrate to Chibios 18 stable #631

* Migrate to Chibios 18 stable #631

* Migrate to Chibios 18 stable #631
joystick works!

* Migrate to Chibios 18 stable #631
done?!
2019-02-05 18:36:25 -05:00
rusefi 08c7f7887f Migrate to Chibios 18 stable #631 2019-02-03 22:17:46 -05:00
rusefi 7880acec98 CJ125 unit-tests coverage #617 2019-02-02 01:45:26 -05:00
rusefi e9a1341782 CJ125 unit-tests coverage #617 2019-02-02 01:06:45 -05:00
rusefi 2b852ea48e CJ125 unit-tests coverage #617 2019-02-01 23:48:11 -05:00
rusefi 3b5a07c9d6 CJ125 unit-tests coverage #617 2019-02-01 23:16:34 -05:00
rusefi 56f0260414 CJ125 heater zero PWM improvement 2019-02-01 22:20:15 -05:00
rusefi ed4fed57fb better conditional compilation 2019-01-31 11:57:15 -05:00
rusefi d9c8c1fc3e #631 TIME_MS2I mostly 2019-01-28 20:00:17 -05:00
rusefi c6ef295002 #631 2019-01-28 19:50:37 -05:00
rusefi fef6c3cc95 #631 2019-01-28 19:33:51 -05:00
rusefi fb206bb3df #657 pulling global access down 2019-01-28 00:52:21 -05:00
rusefi ee4ac9b240 NA6 progress
A/C toggle switch indicator in TS
renaming "pedalPosition" to "throttlePedalPosition"
2019-01-27 00:02:58 -05:00
rusefi faaea40ad0 docs 2019-01-25 21:04:33 -05:00
rusefi 53b5c08c0a refactoring around GET_RPM 2019-01-21 21:48:58 -05:00
rusefi 7a20bda66f refactoring around GET_RPM 2019-01-21 20:33:21 -05:00
rusefi d299d02240 #35 progress 2019-01-19 11:28:37 -05:00
rusefi 8b66bdc86b #35 unit tests 2019-01-19 09:40:39 -05:00
rusefi c6f19d77be #35 unit tests 2019-01-19 09:14:48 -05:00
rusefi f054de0876 BUG: FATAL in firmware with DEBUG mode #667 2019-01-11 17:40:44 -05:00
rusefi d55c7dd856 #640 Occasional halts on "Burn" in TunerStudio ("Red" LED is on) 2019-01-11 15:44:24 -05:00
rusefi db02669278 comments for #663 #664 2019-01-11 08:37:02 -05:00
Matthew Kennedy dca85fd9fa Implement ST-recommended workaround for #663 (#664)
* fix #663

* consistency
2019-01-11 08:34:34 -05:00
rusefi a0d3ed28ea docs 2019-01-11 08:33:34 -05:00
Matthew Kennedy a6e8e857af idle CS pin fix #665 (#666) 2019-01-11 08:12:26 -05:00
rusefi dd8e2d9326 The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657 2019-01-10 19:25:07 -05:00
rusefi cbd2d69731 The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657 2019-01-09 22:57:33 -05:00
rusefi 57993ff1b4 The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657 2019-01-09 22:16:30 -05:00
rusefi 970d120a41 The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 08:50:51 -05:00
rusefi 5ffcc396eb The Big Refactoring of 2019: scheduler should not be global #655 2019-01-09 07:57:43 -05:00
rusefi ba1e1f3275 #655 clean-up 2019-01-09 00:25:45 -05:00
rusefi 60e747481f #35 first unit test with a mock! 2019-01-08 01:20:18 -05:00
rusefi 778c1968e7 #35 refactoring towards making class testable 2019-01-08 00:28:53 -05:00
rusefi 21c2695c93 #35 refactoring towards making class testable 2019-01-07 23:55:56 -05:00
rusefi c51af79731 #35 2019-01-07 23:23:50 -05:00
rusefi c900f849f7 fixing unit tests 2019-01-07 09:28:32 -05:00
Matthew Kennedy b037a6e0ca Implement common for controllers (#645)
* controller

* remove stopping thread

* move microsecond timer watchdog

* docs

* typo snuck in

* go back to the old way
2019-01-06 21:15:49 -05:00
rusefi 19c410387d making either Matt or compiler or both happier 2019-01-05 00:11:17 -05:00
rusefi d80c1f0b1e Saab CDM knock signal integration #647 2019-01-04 23:47:39 -05:00
rusefi fc8755fd5a #35 2019-01-04 19:20:32 -05:00
rusEfi 9edbf8218a #35 2019-01-04 17:18:43 -05:00
rusefi d7fefe5979 #35 progress 2019-01-04 09:24:23 -05:00
rusefi b767b4a251 #35 trying new kind of parameter magic 2019-01-04 00:51:32 -05:00
rusefi 4b11cef1d8 #35 2019-01-04 00:22:35 -05:00
rusefi e6ac26bf2b better conditional compilation 2019-01-04 00:16:08 -05:00
rusefi 7582f8d8cf better conditional compilation 2019-01-03 23:51:29 -05:00
rusefi 565d5c22db refactoring: extract method 2019-01-03 22:53:34 -05:00
rusefi 943bc8e577 cj125 refactoring 2019-01-03 08:26:42 -05:00
rusefi 19c3f7370f #617 unit test skeleton 2019-01-03 07:57:34 -05:00
rusefi 02f7380921 #617 2019-01-03 07:22:21 -05:00
rusefi ff6f653ece ion sense progress 2018-12-31 16:00:41 -05:00
rusefi e9fdc2b2ce funny progress 2018-12-30 19:13:28 -05:00
Fabien Poussin 72fe39ff32 Workarounds for GCC 8 (#637) 2018-12-27 09:40:40 -05:00
rusefi 9cb7595d61 reviving stm32f1 2018-12-26 22:17:51 -05:00
rusefi 1dcfb7e7f8 minor clean-up 2018-12-26 20:27:24 -05:00
rusefi 91c1533abe avoiding magic constant 2018-12-24 00:15:00 -05:00
rusefi 6d80a31586 docs 2018-12-23 23:29:19 -05:00
rusefi 81837cad7d EXTI refactoring 2018-12-18 23:50:29 -05:00
rusefi ba15d61d86 progress 2018-12-16 09:03:21 -05:00
rusefi 8b039da84a progress 2018-12-16 01:13:44 -05:00
rusefi 82a9c8fe91 docs 2018-12-12 23:36:36 -05:00
rusefi ae3ec77677 exti refactoring 2018-12-12 22:27:44 -05:00
rusefi 28d58c41eb exti clean-up 2018-12-12 18:02:00 -05:00
rusEfi c6a25f7286 docs 2018-12-09 16:50:22 -05:00
rusEfi 69b12f31b8 docs 2018-12-09 16:46:53 -05:00
rusefi 5e1bfa281b docs 2018-12-09 14:47:24 -05:00
rusefi 10d66db0da #630 2018-12-09 14:32:50 -05:00
rusefi d81185ac28 bringing std types together 2018-12-08 15:51:45 -05:00
rusEfi 3d3122c76c better? field name 2018-11-30 00:17:55 -05:00
andreika-git 23fea3c0c5 STM32 Nucleo144-F767ZI board: Initial support (#620)
* More EFI_ #ifdefs for config flexibility

* Even more config flexibility

* New firmware/config/stm32f7ems/* files

* New firmware/config/boards/NUCLEO_F767/* files

* New firmware/hw_layer/stm32f7/* files

* Fix for EFI_USB_SERIAL

* Adding #if defined(STM32F7XX)

* SPI flags changed in F7: SPI_CR1_DFF --> SPI_CR1_CRCL

* I2Cv2 config changed in F7

* More versatile CCM defines

* Makefiles

* Double #ifs cleanup

* docs
2018-11-16 07:40:06 -05:00
rusefi f3f9223048 CJ125 unit-tests coverage #617 2018-11-03 13:45:36 -04:00
rusefi e28f2b0e3b CJ125 unit-tests coverage #617 2018-11-03 13:38:02 -04:00
rusefi 0af290c381 CJ125 unit-tests coverage #617 2018-11-03 13:27:48 -04:00
rusefi 5d5c80a8a1 CJ125 unit-tests coverage #617 2018-11-03 13:17:58 -04:00
rusefi b7b2e53d55 CJ125 unit-tests coverage #617 2018-11-03 11:44:57 -04:00
rusefi f9fb3d8168 CJ125 unit-tests coverage #617 2018-11-03 09:44:34 -04:00
rusefi 6d933ceb82 #616 idle for simulator 2018-11-02 13:38:31 -04:00
rusefi 61a39de21e #616 2018-11-02 13:18:47 -04:00
rusefi 0d7b0a7dba #616 idle for simulator 2018-11-01 15:57:50 -04:00
rusefi b74c579bcd #616 idle into simulator 2018-10-30 08:21:50 -04:00
rusefi eeaea97dd3 docs 2018-10-21 11:27:19 -04:00
rusEfi 0c2d83b21c more options & format change 2018-10-16 23:05:38 -04:00
rusefi 2c7b7934ed options 2018-10-16 21:31:48 -04:00
rusefi c392ba8844 #613 2018-10-16 21:27:05 -04:00
andreika-git d2569a1d11 Prepare for TPS-based Advance and tCharge Modes + Fixes (#610)
* rusefi_config.txt

* rusefi.input for TPS-based Advance

* rusefi.input for tCharge

* Fix compilation for Prometheus config

* Fix CJ125 calibration & debug flood

* Fix EnumToString utility for main.h->global.h refactoring
2018-09-25 15:45:17 -04:00
rusefi 98c7ad808c refactoring 2018-09-16 22:39:46 -04:00
rusefi 1f90cf153d refactoring 2018-09-16 22:26:57 -04:00
rusefi 3b87b725d1 refactoring 2018-09-16 22:25:17 -04:00
rusefi 38d21215ab refactoring 2018-09-16 20:28:23 -04:00
rusefi 7b37195d64 names for error codes 2018-09-10 22:00:13 -04:00
rusefi 24a85a6331 sorry more manual merge of #602 2018-08-08 20:42:55 -04:00
Matthew Kennedy 1250463b7a expand lsu4.9 curve size 2018-08-08 20:15:57 -04:00
Matthew Kennedy e23e025176 only post tunerstudio state if asked to 2018-08-08 19:57:06 -04:00
rusefi ddedfe104e better unhandled exception handling #598 2018-07-28 13:42:06 -04:00
rusefi a44ba2f2aa minor CAN pin bugfix - thank you 2017 compiler 2018-07-28 13:19:04 -04:00
rusefi 99e74635ef step towards more unique codes 2018-07-25 23:30:00 -04:00
rusefi 959a91ae4c unique error codes #598 2018-07-25 23:03:04 -04:00
rusefi 1b1d2b16ee refactoring: reducing code duplication 2018-07-24 19:58:32 -04:00
rusefi 806ad1abf3 cj125 fixing build 2018-07-22 14:17:51 -04:00
rusefi e48d4687c1 CJ125 more error codes 2018-06-23 09:34:31 -04:00
rusefi d9ecb9784b docs & defaults 2018-06-17 19:14:46 -04:00
rusefi 5497522d00 cj125isUaDivided parameter 2018-06-17 15:07:42 -04:00
rusefi b5edcfca05 human-readable HIP state 2018-05-31 00:36:46 -04:00
rusefi ee2d39a127 code style 2018-05-31 00:32:55 -04:00
rusefi f7ca461c32 getHip_state_e(hip_state_e value) method for usability 2018-05-31 00:23:20 -04:00
rusefi c7b604a0f6 TS indicator of HIP9011 state 2018-05-31 00:15:05 -04:00
rusefi 3dd9f103ae docs 2018-05-27 20:47:40 -04:00
rusefi 5f9c44c094 better error message 2018-05-20 13:36:15 -04:00
rusefi f4dd44245d docs 2018-04-08 11:38:14 -04:00
rusefi a56fd71ecd docs 2018-04-08 11:35:24 -04:00
andreika-git afdef3d8c4 Fix CJ125 postState() debug output (#582) 2018-03-21 15:14:53 -04:00
rusefi b23fea4dd5 #569 2018-03-18 12:15:51 -04:00
rusefi a158113a0d #569 2018-03-17 21:51:46 -04:00
rusefi c446e4c666 #569 2018-03-17 21:24:04 -04:00
rusefi 22d1c08ddc #569 2018-02-25 21:59:15 -05:00
rusefi 051775bad2 #569 2018-02-25 21:37:42 -05:00
rusefi 09949293c8 #569 2018-02-25 21:17:59 -05:00
rusefi d846677abb refactoring: wow, same method name 2018-02-07 00:13:09 +03:00
rusefi 69697833a8 name 2018-02-06 01:32:50 +03:00
rusefi c36d139d8b better name 2018-02-06 01:32:16 +03:00
rusefi 07df60eb49 docs 2018-01-31 18:27:21 -05:00
rusefi f7cda7449b CAN debug field #26 2018-01-29 19:41:39 -05:00
rusefi 8828550edf merging docs into .h file
maybe not perfect but has it's pros
2018-01-29 19:06:19 -05:00
andreika-git 7129b23947 Add Option: Force stepper parking every restart (#562) 2018-01-29 18:27:39 -05:00
rusEfi 4a43a77b79 CJ125 2018-01-29 14:38:58 -05:00
rusEfi 64641c7a9e docs 2018-01-29 14:27:53 -05:00
andreika-git f82c56acf4 Support for CJ125 Wideband controller (alpha version) (#560) 2018-01-29 14:26:42 -05:00
andreika-git d45cec568d Reduce step skipping for stepper motor (#559)
* Reduce step skipping for stepper motor

* Add stepperParkingExtraSteps
2018-01-28 14:44:01 -05:00
andreika-git abb1c745e6 Prepare debug & output for CJ125 (#558) 2018-01-28 13:04:19 -05:00
rusEfi d516c91af2 console noise reduction 2018-01-24 21:50:56 -05:00
rusefi 3e81e1e672 fresh version of USB CFG 2018-01-23 22:52:29 -05:00
rusefi 6de670dfcc #550 removing dead code 2018-01-23 22:24:11 -05:00
rusefi e47865d36d #550 2018-01-23 22:23:24 -05:00
rusefi 096abaac5b
Feature 463 (#464)
* #463

* #463

* default .LD filename

* #463

* fixing start-up by disabling LSE until rusEfi patch is applied

* simulator compiles now

* latest ChibiOS 17 with FatFS 0.13
2018-01-23 21:17:30 -05:00
rusefi 220949f0fa docs 2018-01-23 13:04:30 -05:00
rusefi 64b7a51617 #65
explicit precision control
2018-01-23 12:05:14 -05:00
andreika-git ac43689791 Fix stepper motor (#541) 2018-01-22 17:48:12 -05:00
andreika-git 4765c0a861 CJ125: prepare backup (#543) 2018-01-22 17:47:10 -05:00
andreika-git bf181f88d8 CJ125: prepare ADC (#542) 2018-01-22 17:45:10 -05:00
rusefi ca6982d7af #215 minor bugfix thank you AndreiKa 2018-01-22 12:24:03 -05:00
rusefi 0e9f63524e docs 2018-01-22 11:22:09 -05:00
rusefi 371decae53 fix #539 reducing idle stepper reaction time 2018-01-21 12:19:36 -05:00
rusefi 1d31067d19 happy new year 2018-01-20 20:55:31 -05:00
rusEfi 1c08f2ea8a Fix VSS init/deinit 2018-01-01 11:27:15 -05:00
andreika-git a7625f5e08 Fix flash memory erase for 2Mb MCUs (2 banks) (#523) 2017-12-24 09:43:50 -05:00
andreika-git 45d89fdba8 Backup NV-RAM refactor (#518)
* Backup NV-RAM refactor

* More comments on BACKUP_IGNITION_SWITCH_COUNTER
2017-12-22 08:49:03 -05:00
rusefi a749403057 docs 2017-12-04 18:30:44 -05:00
rusEfi 414f45ede2 softer error handling 2017-12-03 18:17:59 -05:00
rusefi 2974ff66e2 fix #490 2017-11-27 21:49:58 -05:00
rusefi b1f66d43ce fixing build 2017-11-24 19:16:00 -05:00
rusefi 7c31baa327 ADC docs 2017-11-24 17:40:20 -05:00
rusEfi 051f954dd8 #495 todo clean-up 2017-11-19 15:24:36 -05:00
rusefi 7222640454 #495
compacting data structure without changing the size yet
2017-11-19 12:07:07 -05:00
Matthew Kennedy c3c38aa9bd Implement oil pressure sensor (#491)
* code changes

* config changes
2017-11-15 14:30:13 -05:00
andreika-git fc3f215543 Minor MEMS/Accelerometer compilation fix (#484) 2017-11-02 18:09:13 -04:00
rusefi 9b287cd0d7 #480 2017-10-16 15:07:36 -04:00
rusefi ff23ba8597 refactoring 2017-10-16 14:31:02 -04:00
rusefi 0fc9da6cfb refactoring: reducing code duplication 2017-10-16 14:19:41 -04:00
rusefi 6b4fdec715 reviving broken VVT configuration 2017-10-16 12:26:07 -04:00
rusefi c40a892683 fix #442 2017-08-31 07:57:39 -04:00
rusefi 3840bbe36f #442 2017-08-31 07:55:26 -04:00
Matthew Kennedy d13b25eaa2 Fix adcdbug when one or more channels set to "none" (#477)
* gitignore atollic truestudio

* Fix adcdebug when >= 1 ADC channel is set to none
2017-08-29 10:03:24 -04:00
rusefi b39e245a37 #473 2017-08-28 22:55:29 -04:00
rusefi 5ce4fe3157 #473 2017-08-28 22:32:29 -04:00
rusefi dbc0c8876a #473 2017-08-28 20:42:27 -04:00
rusefi c153e9a1dd #473 2017-08-28 20:11:32 -04:00
rusefi cad09b732f #473 2017-08-28 20:03:29 -04:00
rusefi 62e2a61b4f docs 2017-08-27 21:33:24 -04:00
rusefi dc81e38a67 #475 2017-08-25 18:37:59 -04:00
rusefi f2bd43ba71 date docs & message fix 2017-08-23 00:46:34 -04:00
rusefi 1dac6d41ea unused file 2017-08-23 00:45:52 -04:00
rusefi 16fec68cf2 refactoring 2017-08-21 10:55:34 -04:00
rusefi f9ee71d87c #473 2017-08-18 16:18:11 -04:00
rusefi 2abe3b4249 fixing build 2017-08-17 10:50:41 -04:00
rusefi db2720dfa8 #473 2017-08-17 09:09:30 -04:00
rusefi d8fca11472 #473 2017-08-17 02:56:25 -04:00
rusefi b9546e3596 #473 2017-08-17 02:49:07 -04:00
rusefi 67986f74f6 #473 2017-08-17 02:32:06 -04:00
andreika-git 83dfee8e96 Use RTC backup register to save Stepper IAC position (#471) 2017-08-07 07:28:21 -04:00
rusefi 3f42eddd64 better constant name 2017-08-06 19:43:01 -04:00
rusefi 2e2eccf06d refactoring 2017-08-06 14:58:02 -04:00
rusefi f9b341d8a5 #469 2017-08-05 18:43:03 -04:00
rusefi 0c36b63bed #463 2017-07-31 14:32:25 -04:00
rusefi 3a0b7f66c5 better error handling 2017-07-28 14:32:51 -04:00
rusefi f53177f5d7 better error handling 2017-07-28 14:27:37 -04:00
rusefi fe69c7ae4e refactoring - reducing code duplication 2017-07-10 22:08:55 -04:00
rusefi b19b850575 #140 2017-06-20 06:04:06 +03:00
rusefi 38d11a81aa #140 2017-06-18 03:12:18 -04:00
rusefi 99cc5196d4 #140 2017-06-18 03:09:12 -04:00
Andrei 68e761f6f0 stepperDirectionPin Mode 2017-06-13 16:28:05 +03:00
rusefi 0893e50949 configurable stepper pulse 2017-06-12 18:31:55 -04:00
rusefi 88be4a0b5e #442 2017-06-12 08:41:32 -04:00
rusefi abbfdff5c4 minor RX8 fix 2017-06-11 17:44:07 -04:00
rusefi 115a2c1c01 better method name & minor RX8 progress 2017-06-11 17:39:35 -04:00
rusefi 89c25af9d2 refactoring 2017-06-04 18:43:08 -04:00
rusefi c08140d112 refactoring 2017-06-04 18:29:57 -04:00
rusefi 5e6d2c5f03 refactoring 2017-06-04 16:35:13 -04:00
rusefi f65af61e82 a bit of OOP 2017-06-04 16:18:29 -04:00
rusefi a22f52c5ca todo 2017-06-04 15:57:57 -04:00
rusEfi 5cb6cad9b9 nicer ETB properties change 2017-05-30 21:56:56 -04:00
Andrei ef4cb7d3c2 Add || DOXYGEN 2017-05-30 22:46:02 +03:00
Andrei 69d9483291 Add || DOXYGEN 2017-05-30 22:43:33 +03:00
Andrei 2d26b6b8f5 Fix HAL_USE_ADC=FALSE 2017-05-30 21:23:52 +03:00
Andrei 9deb9efbdc Fix HAL_USE_ICU=FALSE 2017-05-30 21:22:38 +03:00
rusefi d280141ac2 better error code names 2017-05-29 19:23:15 -04:00
rusefi ef066786c1 refactoring 2017-05-25 23:23:03 -04:00
Andrei b31281fadc ifndef HAL_USE_USB_MSD compilation fix 2017-05-24 18:12:09 +03:00
rusEfi 3e9ff64c8d wow, another defect reported by @puff.
How come this even worked?!
2017-05-23 20:05:17 -04:00
Andrei c9d998d146 UART-DMA compile errors fix 2017-05-24 01:06:09 +03:00
rusefi 58a8dfdb42 better field name 2017-05-21 23:17:08 -04:00
puff 25580f6da1 Mazda RX8 instrument cluster - trip meter 2017-05-21 23:19:00 +03:00
rusefi 486e69d492 better names 2017-05-21 10:25:35 -04:00
rusefi 2b4c66968c better code names & more performance info 2017-05-21 10:03:17 -04:00
rusefi 74a359077c better macro name 2017-05-15 23:33:22 -04:00
rusefi 2a9f3cdede better macro name 2017-05-15 23:28:49 -04:00
rusefi 7dcf31c004 removing unused parameter 2017-05-15 20:31:16 -04:00
rusefi f27f99e9cc better method name 2017-05-15 08:40:54 -04:00
rusefi 1f07d65fb1 refactoring: extracting method 2017-05-15 05:03:40 -04:00
rusefi d1ecf56a3b #140 2017-05-12 21:19:14 -04:00
rusefi 44b5bfe0db flexibility for andreika 2017-05-09 19:05:47 -04:00
rusefi 9649776248 flexibility for andreika 2017-05-09 18:55:38 -04:00
rusefi e847b0f989 flexibility for andreika 2017-05-09 18:55:25 -04:00
rusefi 65fb6f7df5 cherry-picking 2017-05-09 15:46:23 -04:00
rusefi fcddd26a39 fix #410 2017-05-07 19:35:04 -04:00
Andrei ab18bdd0e6 boardTestModeJumperPin unassigned fix pull request 2017-05-06 21:54:47 +03:00
rusefi b54f0d3bdb better pin stop? 2017-05-05 21:50:22 -04:00
rusefi 0215c2c33f digital input stop 2017-05-05 21:05:59 -04:00
rusefi 777296cace stopping AUX pins 2017-05-02 18:40:33 -04:00
rusefi 24d5d7c862 better field name 2017-05-02 18:15:19 -04:00
rusefi 0826953124 comments & code style 2017-05-02 14:06:36 -04:00
rusefi 304a1fd48c Merge pull request #407 from thirstyone/master
Improved RX8 cluster operation - clt needle, battery and clt lamps
2017-05-02 13:59:56 -04:00
rusefi af35a083e1 Merge pull request #406 from andreika-git/BOARDSRC_CPP
BOARDSRC_CPP (and compatibility issues) pull request
2017-05-02 13:50:34 -04:00
rediskin ce51184ebf Improved RX8 cluster operation - clt needle, battery and clt lamps 2017-05-02 20:47:11 +03:00
Andrei ab6ad0fa0a BOARDSRC_CPP (and compatibility issues) pull request 2017-05-02 20:34:01 +03:00
rusefi cc56411101 VSS / CAN integration reducing complexity 2017-05-02 11:49:35 -04:00
Andrei e9a330584e STM32F407xx-define (and small clean-up) pull request 2017-05-01 22:24:19 +03:00
Andrei 3a1eb92109 STM32F407xx-define (and small clean-up) pull request 2017-05-01 22:09:35 +03:00
rusefi d5a70c237e ADC fast mode was not configured for all possible pins 2017-05-01 07:39:32 -04:00
rusefi fc7e1f897a icuStartCapture panic better state validation 2017-04-26 12:03:55 -04:00
rusefi cc55c143f5 icuStartCapture panic better state validation 2017-04-26 11:57:02 -04:00
rusEfi 296d8d1584 bugfix: speed sensor input under ChibiOS 3.0 was broken 2017-04-21 23:05:48 -04:00
rusEfi f54eb4ea8e distinguishing fatal from panic 2017-04-21 22:47:50 -04:00
rusEfi ed4098790c refactoring - reducing GPIO complexity 2017-04-21 20:12:11 -04:00
rusEfi c4d4e43e76 refactoring - reducing GPIO complexity 2017-04-21 20:09:57 -04:00
rusEfi f1801746f4 refactoring - reducing GPIO complexity 2017-04-21 20:07:17 -04:00
rusEfi cd5b6ec7d8 refactoring - reducing GPIO complexity 2017-04-21 19:59:05 -04:00
rusefi 85778e6bf2 refactoring - reducing GPIO complexity 2017-04-21 19:23:20 -04:00
rusefi 6f9ff11213 refactoring - reducing GPIO complexity 2017-04-21 18:11:36 -04:00
rusefi 66e14b52ae refactoring - reducing GPIO complexity 2017-04-21 17:23:21 -04:00
rusefi 17e05402ed refactoring - reducing GPIO complexity 2017-04-21 17:14:14 -04:00
rusefi e3affd2fa6 refactoring - reducing GPIO complexity 2017-04-21 17:10:29 -04:00
rusefi b89425a048 refactoring - reducing GPIO complexity 2017-04-21 16:33:51 -04:00
rusefi 7a0ebb3693 refactoring - reducing GPIO complexity 2017-04-21 16:30:14 -04:00
rusefi b193e17b7d refactoring - reducing GPIO complexity 2017-04-21 16:27:15 -04:00
rusefi e7e7458729 refactoring - reducing GPIO complexity 2017-04-21 16:20:06 -04:00
rusefi 65aa80c379 refactoring - reducing GPIO complexity 2017-04-21 15:28:47 -04:00
rusefi 070475f1ff refactoring - reducing GPIO complexity 2017-04-21 15:14:37 -04:00
rusefi 8fa9bf07a4 refactoring - reducing GPIO complexity 2017-04-21 13:53:47 -04:00
rusefi 0992f1465a refactoring - reducing GPIO complexity 2017-04-21 13:36:51 -04:00
rusefi 5a5672a00d refactoring - reducing complexity 2017-04-21 12:42:38 -04:00
rusefi 7aa92862e8 refactoring - reducing complexity 2017-04-21 12:31:17 -04:00
rusefi e201033eae refactoring - reducing complexity 2017-04-21 12:06:32 -04:00
rusefi ab0068fb97 refactoring - reducing complexity 2017-04-21 12:01:44 -04:00
rusefi 64fa965c5a #397 2017-04-21 11:44:15 -04:00
rusefi 6118be22a2 reducing warnings 2017-04-12 11:28:23 -04:00
rusefi c0a9e5a919 CAN flexibility 2017-04-12 11:28:08 -04:00
rusefi 69541b37cf better CAN flexibility 2017-04-12 10:41:16 -04:00
rusefi 170a3177a4 making CAN more flexible 2017-04-12 09:36:13 -04:00
rusefi dbb623f6d3 better error code names 2017-04-12 09:26:22 -04:00
rusefi e161280af3 CAN device flexibility 2017-04-12 09:17:06 -04:00
rusefi 748a959a2b better code name 2017-04-12 07:57:52 -04:00
rusefi 63ec35b41d sdCardSpiDevice 2017-04-11 19:25:31 -04:00
rusefi c356d916e3 knock sensor debug status 2017-04-09 22:07:41 -04:00
rusefi 62c8b51246 http://rusefi.com/forum/viewtopic.php?f=10&t=1195&p=24818#p24818 2017-04-08 08:40:58 -04:00
rusefi 2f05a05845 fixing ADC 2017-04-05 22:41:51 -04:00
rusefi 9a7aa62cde Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd 2017-04-05 20:55:53 -04:00
rusefi fedb12f2f3 progress towards pin restart 2017-04-05 19:48:40 -04:00
rusefi d2581fcdba stop VSS pin 2017-04-05 18:08:36 -04:00
rusEfi d691424e89 Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd 2017-04-04 23:19:03 -04:00
rusefi c25a5e20b2 minor bugfix: uPpEr cAsE not supported in command names 2017-04-04 23:17:56 -04:00
rusEfi ce232a2708 refactoring: tolower 2017-04-04 23:00:21 -04:00
rusefi 3d206d704c fixing SD card under ChibiOS3 2017-04-02 23:28:05 -04:00
rusEfi 7bed55cd37 even better version 2017-04-02 01:15:03 -04:00
rusefi 616c2295fc Merge remote-tracking branch 'origin/master' into fresh_chibios_2nd 2017-04-02 01:03:57 -04:00
rusefi b9484413ff IAR version of the code 2017-04-02 01:02:58 -04:00
rusefi 6bcaddf974 refactoring: reducing code duplication / manual sync 2017-04-02 00:48:34 -04:00
rusefi 037da5e5e6 Merge branch 'master' of https://github.com/rusefi/rusefi 2017-04-02 00:21:06 -04:00
rusefi 8ebc7b980b manual sync 2017-04-02 00:20:47 -04:00
rusEfi c96540756c IAR fix 2017-04-01 23:03:34 -04:00
rusefi 6d43c8d0e8 better handling of MMC driver error state 2017-04-01 22:58:15 -04:00
rusefi 24c771a24d safe pre-merge, reducing chibios3 PR 2017-03-30 09:01:28 -04:00
rusefi d00e7d66de safe pre-merge, reducing chibios3 PR 2017-03-30 09:00:55 -04:00
rusefi 4776e72123 will deal with this later 2017-03-29 18:56:03 -04:00
rusefi 89a0d7ce1e making USB serial conditional 2017-03-29 18:55:38 -04:00
Fabien Poussin a7cf2d82ef Fix old lock_cnt and isr_cnt 2017-03-29 18:15:10 +02:00
Fabien Poussin 9f75cd5c75 Various ChibiOS compatibility fixes and a missing OBD define 2017-03-29 18:03:37 +02:00
Fabien Poussin f5d2eab8b5 Fixed ICU. 2017-03-29 17:55:53 +02:00
Fabien Poussin 8835ebee43 Fixes to make the firmware run. 2017-03-29 17:55:53 +02:00
Fabien Poussin e4952250d1 Adding ChibiOS Contrib module for a proper mass storage driver.
Adding missing board files.
2017-03-29 17:55:53 +02:00
Fabien Poussin bac75b2e3e Changing ChibiOS repo to rusefi, updating code accordingly. 2017-03-29 17:55:52 +02:00
Fabien Poussin 1eb330c600 ChibiOS 16.x update. 2017-03-29 17:54:06 +02:00
rusefi d72544a005 manual picking from ChibiOS migration branch 2017-03-28 07:45:26 -04:00
rusefi 8c6096e66b fixed #336 2017-03-26 23:26:50 -04:00
rusefi 7d30cf8b88 find_cygwin . -type f -print0 | xargs -0 dos2unix
firmware
2017-03-24 13:41:36 -04:00
rusefi 97024c5d5a returning #360 2017-03-21 20:58:15 -04:00
rusefi 81d3c1679b progress - pin management 2017-03-19 21:44:52 -04:00
rusefi cec2208a1b better error handling 2017-03-19 17:33:27 -04:00
rusefi 8d7b6e8e0f hiding BOR even further 2017-03-19 17:18:17 -04:00
rusefi 4bf5456457 better constant names 2017-03-09 01:10:33 -05:00
rusefi a9fca33dea refactoring - extracting sensors storage class 2017-03-07 02:24:57 -05:00
rusefi 01ffbb9b89 standard header 2017-03-05 21:59:00 -05:00
rusefi a0d0f8ac79 better error code enum names & minor binary protocol test command fix 2017-03-05 14:13:47 -05:00
rusefi 187e73f4ca individual error codes for all errors 2017-03-05 08:51:21 -05:00
rusefi 2babd85a9e individual error codes for all errors 2017-03-05 08:50:19 -05:00
rusefi b01b053595 progress #363 2017-03-01 22:18:25 -05:00
rusefi a4b34423b2 #364 2017-02-25 00:12:11 -05:00
rusefi 27cfa521f0 better error handling: initializing LCD sooner rather than later 2017-02-24 19:33:06 -05:00
rusefi 4e151fae9c better error handling: initializing LCD sooner rather than later 2017-02-24 19:26:48 -05:00
rusefi fdaf0214b8 usability: better error handling 2017-02-24 19:26:00 -05:00
rusefi 28bcd995ee refactoring - better constant name & docs 2017-02-20 12:53:43 -05:00
rusefi db6e8ca5b9 new lines test commit 2017-02-20 12:23:42 -05:00
rusEfi 8a6e27797e auto-sync 2017-02-18 18:40:19 -05:00
rusEfi f6ad4b1ace auto-sync 2017-02-15 11:03:28 -05:00
rusEfi 268b572a9b auto-sync 2017-02-14 21:01:56 -05:00
rusEfi eb4a2397ef auto-sync 2017-02-14 20:02:17 -05:00
rusEfi 031af798cf auto-sync 2017-02-14 18:02:36 -05:00
rusEfi 840edd4149 auto-sync 2017-02-12 02:02:24 -05:00
rusEfi 2b7023f464 auto-sync 2017-02-11 10:01:49 -05:00
rusEfi 2b73087f01 auto-sync 2017-02-09 22:02:07 -05:00
rusEfi 8782c80749 auto-sync 2017-02-09 12:03:46 -05:00
rusEfi d292da8c9a auto-sync 2017-02-08 23:03:36 -05:00
rusEfi 8eb27751ed auto-sync 2017-02-07 17:04:39 -05:00
rusEfi 4046450727 auto-sync 2017-02-06 21:03:09 -05:00
rusEfi 83e37c5f63 auto-sync 2017-02-06 20:02:18 -05:00
rusEfi 55d5ce4db9 auto-sync 2017-02-06 19:03:19 -05:00
rusEfi d7767261be auto-sync 2017-02-05 23:04:55 -05:00
rusEfi fb7871cdca auto-sync 2017-01-28 19:03:06 -05:00
rusEfi 16d1d273fe auto-sync 2017-01-27 21:04:23 -05:00
rusEfi 88672bd03a auto-sync 2017-01-27 12:03:05 -05:00
rusEfi a459c620f5 auto-sync 2017-01-27 11:03:45 -05:00
rusEfi d12bc8bf10 auto-sync 2017-01-26 23:03:04 -05:00
rusEfi 9396bb350d auto-sync 2017-01-22 09:03:08 -05:00
rusEfi c604b3875c auto-sync 2017-01-21 18:02:13 -05:00
rusEfi ba2050255c auto-sync 2017-01-16 16:03:37 -05:00
rusEfi 8c2734479f auto-sync 2017-01-11 21:04:22 -05:00
rusEfi f0566c887a auto-sync 2017-01-06 17:01:28 -05:00
rusEfi 54873240ce auto-sync 2017-01-05 21:12:06 -05:00
rusEfi 421235be41 auto-sync 2017-01-05 20:04:02 -05:00
rusEfi ac0f6aad18 auto-sync 2017-01-03 14:05:36 -05:00
rusEfi 55e89f0f31 auto-sync 2017-01-03 06:05:22 -05:00
rusEfi 2d64490724 auto-sync 2016-12-27 14:04:04 -05:00
rusEfi ce10888b8e auto-sync 2016-12-27 13:02:00 -05:00
rusEfi 1c38b6624f auto-sync 2016-12-27 12:00:48 -05:00
rusEfi 27b0cca4ef auto-sync 2016-12-27 11:01:26 -05:00
rusEfi 59c83d11a4 auto-sync 2016-12-25 21:02:31 -05:00
rusEfi 07578a0954 auto-sync 2016-12-19 23:03:24 -05:00
rusEfi 4f82982598 auto-sync 2016-12-19 20:01:37 -05:00
rusEfi 0afcdd871f auto-sync 2016-12-19 17:01:43 -05:00
rusEfi e72f660b39 auto-sync 2016-12-17 09:02:59 -05:00
rusEfi 775950e919 auto-sync 2016-11-03 23:02:58 -04:00
rusEfi 065c8529c1 auto-sync 2016-10-10 16:02:39 -04:00
rusEfi 8a83839ca9 auto-sync 2016-10-10 15:02:10 -04:00
rusEfi e984e7a0c4 auto-sync 2016-10-10 14:02:17 -04:00
rusEfi 53ebcf4c17 auto-sync 2016-09-21 23:03:22 -04:00
rusEfi 2f7523809a auto-sync 2016-09-17 13:02:39 -04:00
rusEfi 028707e497 auto-sync 2016-09-17 11:03:00 -04:00
rusEfi 6674a9d941 auto-sync 2016-09-15 22:02:00 -04:00
rusEfi a537af954f auto-sync 2016-09-15 00:01:50 -04:00
rusEfi 5b04050748 auto-sync 2016-09-14 19:03:00 -04:00
rusEfi 5f60c6ccfd auto-sync 2016-09-14 10:02:54 -04:00
rusEfi 600a450838 auto-sync 2016-09-14 01:01:57 -04:00
rusEfi e747b729d2 auto-sync 2016-09-14 00:03:14 -04:00
rusEfi b4e6b56972 auto-sync 2016-09-13 23:01:50 -04:00
rusEfi 9a9edb32ef auto-sync 2016-09-11 22:03:02 -04:00
rusEfi 5212e2b28d auto-sync 2016-09-10 22:03:38 -04:00
rusEfi d861f21e17 auto-sync 2016-09-10 00:02:11 -04:00
rusEfi 91ef7561cf auto-sync 2016-09-07 00:02:11 -04:00
rusEfi ec6ef53b7b auto-sync 2016-09-03 23:02:47 -04:00
rusEfi 0d23824726 auto-sync 2016-08-20 23:02:09 -04:00
rusEfi e0fff92cd0 auto-sync 2016-08-20 22:02:12 -04:00
rusEfi ca4a0ba18b auto-sync 2016-08-20 19:02:07 -04:00
rusEfi 04a2fc8d22 auto-sync 2016-08-20 09:02:06 -04:00
rusEfi 82d9091f7c auto-sync 2016-08-16 22:05:36 -04:00
rusEfi 4b220bc017 auto-sync 2016-08-10 08:03:48 -04:00
rusEfi c165ec74f2 auto-sync 2016-08-10 01:01:43 -04:00
rusEfi f8995ae0c2 auto-sync 2016-08-10 00:04:24 -04:00
rusEfi 524b61089a auto-sync 2016-08-09 21:03:16 -04:00
rusEfi 02a7c77d0a auto-sync 2016-08-09 00:03:08 -04:00
rusEfi 40470efcb0 auto-sync 2016-08-05 00:02:47 -04:00
rusEfi a6bd537bb6 auto-sync 2016-08-01 22:04:24 -04:00
rusEfi ffe28254ac auto-sync 2016-07-30 22:02:52 -04:00
rusEfi a3ad82682f auto-sync 2016-07-30 21:03:22 -04:00
rusEfi d720d9f10a auto-sync 2016-07-26 22:01:50 -04:00
rusEfi 8ab5cddf72 auto-sync 2016-07-26 00:03:50 -04:00
rusEfi 46b4cb9855 auto-sync 2016-07-25 23:03:45 -04:00
rusEfi f1207fa292 auto-sync 2016-07-25 22:01:42 -04:00
rusEfi 4f0fc9ffd5 auto-sync 2016-07-23 19:03:19 -04:00
rusEfi e3f427050f auto-sync 2016-07-22 17:03:21 -04:00
rusEfi ba0f415e04 auto-sync 2016-07-19 22:03:16 -04:00
rusEfi c56bb35a8d auto-sync 2016-07-19 21:04:11 -04:00
rusEfi b0ec0ac927 auto-sync 2016-07-17 03:01:48 -04:00
rusEfi 94625d16f7 auto-sync 2016-07-17 02:03:46 -04:00
rusEfi dd33713c19 auto-sync 2016-07-15 23:01:38 -04:00
rusEfi 38b3771a4b auto-sync 2016-07-13 21:03:05 -04:00
rusEfi 4a26634d88 auto-sync 2016-07-07 10:01:47 -04:00
rusEfi c62bd34b84 auto-sync 2016-07-07 00:05:28 -04:00
rusEfi 4e588ff8f1 auto-sync 2016-07-05 20:02:56 -04:00
rusEfi 0f98b4625c auto-sync 2016-07-05 09:01:23 -04:00
rusEfi 566cd36d85 auto-sync 2016-07-04 23:03:06 -04:00
rusEfi 2f669fa275 auto-sync 2016-07-04 15:01:27 -04:00
rusEfi bcab4a7394 auto-sync 2016-07-02 13:01:42 -04:00
rusEfi f4f8fdb668 auto-sync 2016-06-24 19:02:45 -04:00
rusEfi 7a39be6971 auto-sync 2016-06-20 20:02:47 -04:00
rusEfi 62601cdbe8 auto-sync 2016-06-20 17:03:03 -04:00
rusEfi 9fe396ca68 auto-sync 2016-06-10 18:01:47 -04:00
rusEfi b1e904f3be auto-sync 2016-06-10 17:02:54 -04:00
rusEfi b973c11a95 auto-sync 2016-06-10 15:01:47 -04:00
rusEfi 0ed1bc3af1 auto-sync 2016-06-10 14:01:42 -04:00
rusEfi 4771373ae7 auto-sync 2016-06-02 19:02:06 -04:00
rusEfi b8ac239550 auto-sync 2016-05-27 23:02:16 -04:00
rusEfi e0530f9c64 auto-sync 2016-05-23 20:02:39 -04:00
rusEfi e390c0ebcc auto-sync 2016-05-19 22:03:18 -04:00
rusEfi a8db509257 auto-sync 2016-05-11 23:01:39 -04:00
rusEfi 91fc7bd39c auto-sync 2016-05-07 00:01:23 -04:00
rusEfi 74672f07e1 auto-sync 2016-05-05 21:01:41 -04:00
rusEfi c9c093d3dc auto-sync 2016-05-03 23:01:36 -04:00
rusEfi ee8a80fb9d auto-sync 2016-04-23 23:07:45 -04:00
rusEfi 8a9615b530 auto-sync 2016-04-15 23:01:40 -04:00
rusEfi d36edd5f03 auto-sync 2016-04-03 19:01:59 -04:00
rusEfi b4408a9f85 auto-sync 2016-04-03 11:02:57 -04:00
rusEfi 8d7b50132f auto-sync 2016-03-28 23:03:37 -04:00