Commit Graph

70 Commits

Author SHA1 Message Date
Matthew Kennedy a565c74189 SD card UI cleanup (#3870)
* dead config bit

* hide sd pin options

* #3868
2022-02-01 15:42:23 -05:00
Matthew Kennedy 28b6cce9d9 Remove fsio part 1 (#3871)
* dead includes

* move last logic out of fsio

* dead functions
2022-02-01 15:42:04 -05:00
shadowm60 0e3d6bbcef Hellen128yaml update (#3823)
* Sync with RevC

* fix typo

* fix identation
2022-01-21 17:08:42 -05:00
rusefillc b460b483ae fix https://github.com/rusefi/rusefi_documentation/issues/196 2022-01-18 20:23:50 -05:00
rusefillc 47b09ab609 https://github.com/rusefi/alphax-2chan/issues/15 2022-01-15 10:41:05 -05:00
rusefillc b8871eaca6 refactoring? 2022-01-14 23:10:48 -05:00
rusefillc 1eccc1c7e9 export board-specific macro for stm32 pins based on board yaml #3298 2022-01-12 14:16:11 -05:00
rusefillc 14734eb818 export board-specific macro for stm32 pins based on board yaml #3298 2022-01-12 13:34:21 -05:00
rusefillc fc996ad339 Code style for methods with zero arguments #3535 2022-01-11 22:26:24 -05:00
rusefillc 8a88b42f43 extracting common hellen to it's own file 2022-01-08 20:16:01 -05:00
rusefillc 4c8abd5101 reducing copy-pasta - would this work? 2022-01-04 20:03:41 -05:00
rusefillc a9185542ce reducing copy-pasta - would this work? 2022-01-04 19:08:37 -05:00
rusefillc e40741611b https://rusefi.com/forum/viewtopic.php?f=2&t=2202
defaults were bad, really bad
2021-12-30 19:14:32 -05:00
rusefillc a9416d267a https://rusefi.com/forum/viewtopic.php?f=2&t=2202
defaults were bad, really bad
2021-12-30 17:15:31 -05:00
Scott Smith 8406fafa9e Expose console over serial port for H7 proc (#3578)
This way you can use the console/TunerStudio with the ST-Link

In the process, combine TS_PRIMARY_UART and TS_PRIMARY_SERIAL into TS_PRIMARY_PORT, to make UART vs
SERIAL selection more robus.  Ditto for TS_SECONDARY_*.  Also change use of TS_NO_PRIMARY to be #if
not #ifdef, so that it can be properly set as a compile flag and not be overwritten by various
header files.
2021-11-20 00:39:08 -05:00
Scott Smith 80091498a6 Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"

git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
Matthew Kennedy 7296593448 remove engine pointer passing (#3556)
* some

* more

* more

* the last?!
2021-11-16 04:15:29 -05:00
Matthew Kennedy 4f9df2a110 new parser handles enum values (#3492)
* simplify

* poke to force generate

* enums

* jar

* jar

* poke

* prepends formatted

* prepends

* eol

* eol

* allow no endl at eof

* Revert "eol"

This reverts commit 022029faef338281b1a3551f82e46c4b6a7578a5.

* Revert "eol"

This reverts commit 6274502db740569235210916fde4ec84863d7fb3.
2021-11-11 23:09:39 -05:00
Matthew Kennedy 7f4b91809e dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
rusefi bc515f6513 aux pins for merc128 2021-11-06 13:20:03 -04:00
rusefi e592263ed5 aux pins for merc128 2021-11-06 13:12:44 -04:00
rusefi 5deec3f60c Hyundai 2021-10-17 23:15:33 -04:00
rusefillc e544beb930 refactoring 2021-10-11 21:07:18 -04:00
rusefillc bbb909a041 refactoring 2021-10-11 20:58:10 -04:00
rusefi e2c5209a88 https://github.com/rusefi/hellen128merc-issues/issues/29 2021-10-07 19:16:28 -04:00
rusefi fd6756b6ba https://github.com/rusefi/hellen128merc-issues/issues/29 2021-10-07 17:48:01 -04:00
rusefi 6806410f97 export board-specific macro for stm32 pins based on board yaml #3298 2021-10-07 17:35:27 -04:00
rusefillc 9577a6122a export board-specific macro for stm32 pins based on board yaml #3298 2021-10-03 00:59:34 -04:00
rusefi 27019b3bd2 https://github.com/rusefi/hellen-NB1-issues/issues/15 2021-09-29 11:51:25 -04:00
rusefillc 80be7e3d4a pinouts 2021-09-19 23:03:17 -04:00
rusefi c84559f542 merc128: engine config defaults #3236 2021-09-18 22:12:22 -04:00
rusefi b8c8bffa58 merc 2021-09-18 21:49:23 -04:00
rusefillc 1edf98dce2 merc128: engine config defaults #3236 2021-09-18 21:27:17 -04:00
rusefi 249f75b61b merc 2021-09-18 19:37:00 -04:00
rusefillc 89dfdcddfc M104 notes 2021-09-18 16:36:02 -04:00
rusefillc be244d29a7 M104 notes 2021-09-18 16:18:00 -04:00
rusefillc 910be68143 M104 notes 2021-09-18 15:31:15 -04:00
rusefillc ba5a75c56d merc128: engine config defaults #3236 2021-09-18 00:02:56 -04:00
rusefillc ba1496195e merc128: engine config defaults #3236 2021-09-17 21:48:18 -04:00
rusefillc 885e4aee29 merc128: engine config defaults #3236 2021-09-17 21:23:54 -04:00
rusefi f8ff0c31fa merc 2021-09-14 21:30:57 -04:00
rusefillc 9a0eb33385 merc default tune 2021-09-13 21:21:18 -04:00
rusefi f98643e99d resolving pin configuration conflict 2021-09-13 12:32:42 -04:00
rusefillc 04bfe5ad5a trying to build CLK230 2021-09-11 16:19:45 -04:00
rusefillc fdd2beb952 docs 2021-08-27 02:31:48 -04:00
Matthew Kennedy e213fcaca5 s (#3202)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-26 17:11:53 -04:00
Andrey f050d8ddee todo: think about it 2021-08-24 02:56:32 -04:00
shadowm60 ba680124f0 Update main.yaml (#3171)
minor correction to use all adc inputs
2021-08-18 00:31:42 +03:00
shadowm60 083178e86e Update board_configuration.cpp (#3147)
Added ETB defaults
2021-08-12 18:01:15 -04:00
shadowm60 2507aaff2c Hellen128 default (#3138)
* Update board_configuration.cpp

setSdCardConfigurationOverrides update

* Update main.yaml

update vBatt input

* Update main.yaml

fix nameing
2021-08-11 18:32:54 -04:00