Commit Graph

182 Commits

Author SHA1 Message Date
dron0gus b3a161fce6 Cleanup 3 (#745)
* status leds: pick warning LED pin from configuration

* wave analyzer: do not init if no pin assigned
2019-04-11 23:33:33 +02:00
rusefi 05c7baa7a1 CONFIG_RESET_SWITCH_PORT flexibility 2019-04-06 08:41:37 -04:00
rusefi 540e0a2c85 The Big Refactoring of 2019: console vs TS vs CONSOLE_MODE_SWITCH_PIN vs text protocol #725 2019-04-01 11:16:19 -04:00
andreika-git a79175f6ef More portability & small fixes (#719)
* Use hw_stm32.mk

* Fix bootloader

* Use more common hw_ports.mk filename instead of hw_stm32.mk

* More CPU compatibility for Makefile

* TS_UART_MODE & rename TS_SERIAL_UART_DEVICE->TS_SERIAL_DEVICE

* Move lockAnyContext()/unlockAnyContext() to rfiutil.c

* USE_FATFS

* EFI_LCD

* Less compilation errors

* STATUS_LOGGING_BUFFER_SIZE & SETTINGS_LOGGING_BUFFER_SIZE

* EFI_ALTERNATOR_CONTROL, EFI_SERVO, EFI_DISABLE_CONSOLE_ACTIONS

* #ifndef PWM_PHASE_MAX_COUNT & more flexible GPIO inside portname()

* merge

* EFI_ALTERNATOR_CONTROL, EFI_ELECTRONIC_THROTTLE_BODY
2019-03-29 15:29:01 +01:00
andreika-git a3f33f3f0d More compatibility for ADC_inputs, etc. (#716)
* Move STM32-specific ADC pinouts to ports/stm32/stm32_common.cpp

* Move STM32-specific files to ports/*

* setAdcChannelOverrides()

* Add #ifdefs for adc_inputs (PWM_FREQ_*, PWM_PERIOD_*, ADC_*_DEVICE)

* addChannel(), removeChannel()

* fix tle6240 compilation

* Add stm32_common.cpp to Makefile

* More ports/stm32/* paths

* More ports/stm32/* paths

* More flexible GPIO ports

* Add #ifdef for GPTDEVICE

* EFI_BOARD_TEST and EFI_JOYSTICK

* EFI_TLE8888

* Fix HIP9011_logic compilation

* ADC_CHANNEL_SENSOR

* Move ioportid_t PORTS[] to ports/*

* Fix simulator
2019-03-28 22:46:10 -04:00
rusefi fc45b894bd Firmware Update via UART and/or USB #398 2019-03-28 05:49:09 -04:00
rusefi b5f6e169ee bootloader progress 2019-03-27 23:45:35 -04:00
rusefi 9a8f31e12f we need TLE8888 driver #714 2019-03-25 15:14:22 -04:00
rusefi 92ca39a75a docs 2019-02-11 01:20:14 -05:00
rusefi 23a8f5b526 wider usage of PeriodicController 2019-02-10 23:54:41 -05:00
rusefi b49100853b #688 why access enums from mcuconf? 2019-02-05 19:01:20 -05:00
rusefi a3b150a171 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 8da36d53dd Revert "#631 ChibiOS 18 style"
This reverts commit cb858cf7
2019-02-03 21:42:44 -05:00
rusefi cb858cf752 #631 ChibiOS 18 style 2019-02-03 21:32:47 -05:00
rusefi 7c9d05a098 #631 ChibiOS 18 style 2019-02-03 21:00:18 -05:00
rusefi dfe6d8391f better conditional compilation 2019-01-31 19:14:29 -05:00
rusefi dc7418308d mini board 2019-01-27 20:33:05 -05:00
rusefi 0fbc62ec5c STM32F407VET6 Mini first steps 2019-01-25 23:42:49 -05:00
rusefi a1d834130e FSIO to stop engine if things are REALLY bad - user-configurable and disabled by default obviously 2019-01-05 23:48:37 -05:00
rusefi dc5fe620ee Saab CDM knock signal integration #647 2019-01-04 23:47:39 -05:00
rusefi 5f7c9915aa #639 2018-12-31 10:32:16 -05:00
rusefi ab16df027a better location for CORE_CLOCK 2018-12-26 21:35:52 -05:00
rusefi 066554fe67 docs 2018-12-24 17:34:49 -05:00
rusefi 1259761f70 more CPU stats code 2018-12-24 00:31:26 -05:00
rusefi d56050dada avoiding magic constant 2018-12-24 00:15:00 -05:00
rusefi 7f5d352ecd explicit default 2018-12-23 23:59:21 -05:00
rusefi 00a7f26ef9 progress 2018-12-16 01:13:44 -05:00
rusefi 66ff934c6a #630 2018-12-09 14:32:50 -05:00
rusefi f2165da28e new configurable option EFI_TEXT_LOGGING 2018-09-16 23:54:14 -04:00
rusefi 2f887ec315 #569 2018-03-17 21:24:04 -04:00
rusefi f33ee12f3b #550 2018-01-23 22:23:24 -05:00
rusefi 0b0f9efa3a 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 5542b4b27b narrow into reality 2018-01-23 08:33:20 -05:00
andreika-git 0e6cea5cdd Idle with incremental PID-CIC (EFI_IDLE_INCREMENTAL_PID_CIC) (#520)
* Idle with incremental PID-CIC (EFI_IDLE_INCREMENTAL_PID_CIC)

* typo

* Remove unused targetIdleRpm from TS config
2017-12-27 17:56:04 -05:00
rusEfi 2bc7dc9eff #495 todo clean-up 2017-11-19 15:24:36 -05:00
rusefi e6edbe6a07 #475 2017-08-26 20:11:11 -04:00
rusefi 5fdcd61e4d #475
fixing build for now
2017-08-26 16:04:56 -04:00
rusefi d6dfdce075 #475 2017-08-25 18:37:59 -04:00
rusefi 8a0e0ff1b3 #473 2017-08-17 02:49:07 -04:00
rusefi 81ca74bfb3 one step closer to defaults 2017-07-28 15:17:45 -04:00
rusefi c2cd3bc835 #463 2017-07-22 22:45:49 -04:00
rusEfi e692ec0457 relative priority 2017-07-10 23:15:14 -04:00
rusefi 8db50d44fc #140 2017-06-18 02:39:19 -04:00
Andrei 8c847247ad EFI_MAIN_RELAY_CONTROL draft 2017-06-13 01:14:39 +03:00
rusefi 464cbff3c0 undo? 2017-06-08 23:15:39 -04:00
rusefi 1cadfb562b ops that's what I meant #441 2017-06-08 22:35:22 -04:00
rusefi 41149b477d #441 2017-06-07 21:04:04 -04:00
andreika-git 226a2c76a1 Merge branch 'master' into bootloader 2017-06-05 20:35:33 +03:00
Andrei f52a0064fa Refactoring 2017-06-04 22:01:40 +03:00
rusefi 828a7c8ca0 fixed #437 2017-06-04 12:21:31 -04:00
Andrei e86a385f64 Bluetooth setup code integration 2017-06-04 15:50:31 +03:00
Andrei 3a7e96c5e3 EFI_USB_SERIAL flexibility 2017-05-31 01:37:13 +03:00
Andrei ba2fde8f23 Bootloader preparations 2017-05-31 01:36:58 +03:00
rusefi a0587057c6 maybe performance improvement? maybe not. reducing cost of chLock/chUnlock 2017-05-25 23:32:52 -04:00
rusefi 0d572f1e0e rollback #425 2017-05-24 06:37:50 -04:00
rusefi d1f006f7f9 Merge pull request #425 from andreika-git/usart3-channels-change
Swap USART2 & USART3 DMA channels
2017-05-23 21:35:50 -04:00
Andrei 7a87cdf94b Swap USART2 & USART3 DMA channels 2017-05-24 03:22:07 +03:00
rusEfi 4c4c65d1ce one step back 2017-05-23 20:03:09 -04:00
rusEfi d92cae6ebb serial to use DMA, returning GPS 2017-05-23 18:52:52 -04:00
Andrei e8375cf401 UART-DMA compile errors fix 2017-05-24 01:06:09 +03:00
Andrei c4ba78770d Working UART-DMA v2.0 2017-05-23 20:10:43 +03:00
rusefi 3b88c417d1 reviving maxLockedDuration 2017-05-21 13:27:02 -04:00
rusefi 4de0d629d1 better syntax 2017-05-21 10:56:08 -04:00
rusefi bedde6469f wider usage of EFI_CLOCK_LOCKS 2017-05-21 10:38:36 -04:00
rusefi 741af1fc22 #414 2017-05-14 15:46:13 -04:00
rusefi c7c968da37 #414 docs 2017-05-14 13:48:00 -04:00
rusefi 5389e9b76f #414 removing dead code 2017-05-14 13:47:26 -04:00
rusefi 24680e80f5 #414 2017-05-14 08:36:23 -04:00
rusefi cd35084fee fresh ChibiOS 2017-05-03 14:53:03 -04:00
Andrei 9c0d7cc667 BOARDSRC_CPP (and compatibility issues) pull request 2017-05-02 20:34:01 +03:00
rusefi 37e517849b icuStartCapture panic better state validation 2017-04-26 11:57:02 -04:00
rusEfi 95b3757932 refactoring - reducing GPIO complexity 2017-04-21 20:07:17 -04:00
rusefi 3a11e26837 refactoring - reducing GPIO complexity 2017-04-21 17:08:04 -04:00
rusefi bafb44d276 refactoring - reducing GPIO complexity 2017-04-21 15:14:37 -04:00
rusefi fdc74dd5ea command-line default flexibility 2017-04-16 12:57:48 -04:00
rusefi c1c3376405 better CAN flexibility 2017-04-12 10:41:16 -04:00
rusefi 86728a4d00 making CAN more flexible 2017-04-12 09:36:13 -04:00
rusefi 22f2754034 sdCardSpiDevice 2017-04-11 19:25:31 -04:00
rusefi 3e9b29b474 trying to fix 'make release' 2017-04-06 21:15:53 -04:00
Fabien Poussin ced8a1c656 Fix old lock_cnt and isr_cnt 2017-03-29 18:15:10 +02:00
Fabien Poussin 4a93fc550f Fixes to make the firmware run. 2017-03-29 17:55:53 +02:00
Fabien Poussin db8d16a47a Adding ChibiOS Contrib module for a proper mass storage driver.
Adding missing board files.
2017-03-29 17:55:53 +02:00
Fabien Poussin 2cd048495f Changing ChibiOS repo to rusefi, updating code accordingly. 2017-03-29 17:55:52 +02:00
Fabien Poussin d16f5c7cc2 ChibiOS 16.x update. 2017-03-29 17:54:06 +02:00
rusefi 921bd9b79d fixed #374 2017-03-19 19:29:54 -04:00
rusEfi 70fa5911f9 auto-sync 2017-02-15 11:03:28 -05:00
rusEfi 372d783f6f auto-sync 2017-01-06 10:04:41 -05:00
rusEfi f434c6de31 auto-sync 2017-01-04 19:01:27 -05:00
rusEfi 31c9a97620 auto-sync 2017-01-04 18:02:35 -05:00
rusEfi 552c664a23 auto-sync 2017-01-03 06:05:22 -05:00
rusEfi f7c0d4ee5b auto-sync 2016-10-31 20:02:09 -04:00
rusEfi 1c51e2cbe2 auto-sync 2016-10-28 23:01:36 -04:00
rusEfi bc65a8db05 auto-sync 2016-10-18 17:00:37 -04:00
rusEfi 14c4941552 auto-sync 2016-08-26 17:02:37 -04:00
rusEfi 97b0b37cf4 auto-sync 2016-07-25 23:03:45 -04:00
rusEfi 55d8acc7af auto-sync 2016-06-27 22:02:41 -04:00
rusEfi e514e66068 auto-sync 2016-01-23 02:01:34 -05:00
rusEfi 42069e51ac auto-sync 2015-12-31 16:02:30 -05:00
rusEfi 846b77d64b auto-sync 2015-12-21 20:02:32 -05:00
rusEfi a120b52017 auto-sync 2015-12-02 20:10:06 -05:00