Commit Graph

6076 Commits

Author SHA1 Message Date
rusefi 1db1b7a277 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
rusefi 5d26b6fdae TPS docs into TS 2019-04-01 03:43:12 -04:00
rusefi 442671b23e Firmware Update via UART and/or USB #398
default bootloader
2019-04-01 02:51:34 -04:00
rusefi 0922cd67cc fixing build 2019-04-01 02:23:18 -04:00
rusefi 394dc0959e .txt > .md 2019-04-01 02:16:30 -04:00
rusefi be9651cb95 The Big Refactoring of 2019: folder structure #723 2019-03-31 17:44:34 -04:00
rusefi 7e1395156d The Big Refactoring of 2019: folder structure #723 2019-03-31 17:31:24 -04:00
andreika-git 8a13bab7d9 trigger_input_icu, EFI_ENABLE_MOCK_ADC, HALINC_CONTRIB (#724)
* trigger_input_icu.cpp

* EFI_ENABLE_MOCK_ADC

* $(HALINC_CONTRIB)
2019-03-31 23:15:32 +02:00
rusefi 372eb51f37 The Big Refactoring of 2019: folder structure #723 2019-03-31 17:14:53 -04:00
rusefi ebe58122c6 The Big Refactoring of 2019: folder structure #723 2019-03-31 16:56:13 -04:00
rusefi 3bf616a63c generate_memory_usage_report/gcc_map_reader BUG? #721 2019-03-31 16:36:57 -04:00
rusefi 56d026b8e2 The Big Refactoring of 2019: folder structure #723 2019-03-31 16:33:16 -04:00
rusefi 892a423b60 generate_memory_usage_report/gcc_map_reader BUG? #721
handling "bss", "text", "data", "rodata"
2019-03-31 05:01:51 -04:00
rusefi 24ed35ac9c fixing build - simulator 2019-03-30 18:04:22 -04:00
andreika-git f1ec34f032 More portability and smaller RAM footprint possible (#722)
* EFI_NO_CONFIG_WORKING_COPY

* EFI_CONSOLE_NO_THREAD

* EFI_SHAFT_POSITION_INPUT

* #ifndef UTILITY_THREAD_STACK_SIZE

* fix printf() -> print()
2019-03-30 22:41:46 +01:00
rusefi d973ebaa1c generate_memory_usage_report/gcc_map_reader BUG? fix #721 2019-03-30 10:42:01 -04:00
rusefi f1bb43abb5 generate_memory_usage_report/gcc_map_reader BUG? #721
unit test showing the issue
2019-03-30 10:20:08 -04:00
rusefi 6d55e0380e generate_memory_usage_report/gcc_map_reader BUG? #721 2019-03-30 10:03:57 -04:00
rusefi 76b8be870e version into file 2019-03-29 11:24:53 -04:00
rusefi e126c5c8fc naming convention 2019-03-29 11:24:25 -04:00
rusefi 3f378943d7 fresh libs 2019-03-29 11:17:20 -04:00
rusefi 43afb45c0b trying to fix build 2019-03-29 11:14:03 -04:00
rusefi b8d85bedb2 docs 2019-03-29 10:49:56 -04:00
andreika-git 001fbb2526 More portability & bootloader fix (#720)
* fix bootloader

* EFI_FSIO

* EFI_EMULATE_POSITION_SENSORS, EFI_BOARD_TEST, EFI_AUX_PID, EFI_JOYSTICK
2019-03-29 15:46:15 +01:00
rusefi 1238a16c63 docs 2019-03-29 10:37:33 -04:00
andreika-git b80806182f 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
rusefi aff03cdbc5 unifying_file_naming 2019-03-29 09:40:43 -04:00
rusefi 10b1fdf184 git 2019-03-29 09:38:08 -04:00
rusefi 40ba99d8b2 unifying_file_naming 2019-03-29 09:18:10 -04:00
rusefi bd2b992918 unifying_file_naming 2019-03-29 09:11:13 -04:00
rusefi 5626a8c82a better location for spi pin modes
stm32-specific code would upset someone
2019-03-29 02:44:52 -04:00
rusefi 613a2ad81c Firmware Update via UART and/or USB #398 2019-03-29 01:52:58 -04:00
andreika-git d6ff361743 Fix bootloader (#717)
* Use hw_stm32.mk

* Fix bootloader
2019-03-29 06:46:48 +01:00
rusefi e53abbe6e5 poke 2019-03-28 23:39:23 -04:00
rusefi e3b4ba79df sync 2019-03-28 22:48:12 -04:00
andreika-git 4b5ed3e0e1 Tps-accel. fractional mode (#715)
* Add new config settings for tps_accel_fractional_mode

* Add new variables for the fractional algo

* Add resetFractionValues() method

* Call onEngineCycleTps() and fix onEngineCycle()

* Implement the fractional algo

* More debug outputs for tps-enrich

* Nice & juicy unit-test!
2019-03-28 22:47:20 -04:00
andreika-git c34d7cac48 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 ba9ed59401 Firmware Update via UART and/or USB #398
bootloader into jenkins
2019-03-28 07:38:15 -04:00
rusefi c32fad9202 Firmware Update via UART and/or USB #398 2019-03-28 05:49:09 -04:00
rusefi 9182059f61 bootloader progress 2019-03-27 23:45:35 -04:00
rusefi 0c5cd4cbe0 MD is pretty much same thing as TXT 2019-03-27 20:40:46 -04:00
rusefi 6104a831c1 we need TLE8888 driver #714 2019-03-27 04:02:34 -04:00
rusefi 0dadb6de68 we need TLE8888 driver #714 2019-03-26 12:30:30 -04:00
rusefi 8635065907 more SPI speeds and TLE8888 to full pinout 2019-03-26 10:35:33 -04:00
rusefi 7e58e54976 better error handling for invalid SPI settings 2019-03-26 09:38:23 -04:00
rusefi cf740411f2 SPI prescaler refactoring 2019-03-25 22:41:31 -04:00
rusefi 52ba88fbc2 we need TLE8888 driver #714 2019-03-25 20:39:10 -04:00
rusefi fc590524c2 we need TLE8888 driver #714 2019-03-25 20:30:36 -04:00
rusEfi d7f00070e1 todo 2019-03-25 19:49:18 -04:00
rusefi b823a00f8e we need TLE8888 driver #714 2019-03-25 15:50:14 -04:00