Commit Graph

42 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
rusefillc db8ff8e663 Remove Miata MX5 NB1 trigger #3488 2022-02-01 00:07:54 -05:00
rusefillc 8184a54515 that should be safe and useful 2022-01-31 23:00:47 -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 fc996ad339 Code style for methods with zero arguments #3535 2022-01-11 22:26:24 -05:00
Andreika e7fb21c346 Hellen mcu module detector (experimental) (#3756)
* Hellen mcu module detector (experimental)

* make unit-tests happy

* make unit-tests even more happy

* move Hellen-specific stuff to hellen_common.cpp

* fix other hellen config builds

* helping non-Hellen builds too

* helping alpha2ch build

* helping build

* cleanup

* help unit-tests

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2022-01-09 17:40:08 -05:00
rusefillc 4c8abd5101 reducing copy-pasta - would this work? 2022-01-04 20:03:41 -05:00
rusefillc 18cd02a1d6 reducing copy-pasta - would this work? 2022-01-04 18:50:25 -05:00
BeerMoneyMotorsports 24fed0c9a7 Update main.yaml (#3728)
FLEX INPUT IDENTIFICATION
2022-01-01 15:11:39 -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
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 3d79c06200 enable nb1 serial pins (#3546)
* enable serial on nb1

* typo

* serial

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-11-14 16:07:56 -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
Andrey 58588cdf6b https://rusefi.com/forum/viewtopic.php?f=13&t=2206 2021-11-11 18:31:54 -05:00
Matthew Kennedy 7f4b91809e dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
BeerMoneyMotorsports 05ce372bcd pin location test (#3415)
testing pin xy for interactive pinout.
2021-10-26 22:09:57 -04:00
rusefi 7d800c538f SD card uses SPI2 2021-10-17 23:27:28 -04:00
rusefillc 0b9bbc990d https://github.com/rusefi/hellen-NB1-issues/issues/22 2021-10-14 21:44:09 -04:00
BeerMoneyMotorsports 04db2ac4ca 3v 1i fix (#3356) 2021-10-14 21:39:44 -04:00
rusefillc 6de67ee73d NB1 defaults #3299
alternator pin and settings
2021-10-13 20:56:26 -04:00
rusefillc f853e42634 https://github.com/rusefi/hellen-NB1-issues/issues/19 2021-10-12 00:26:51 -04:00
rusefillc eac901c37c https://github.com/rusefi/hellen-NB1-issues/issues/19 2021-10-12 00:02:49 -04:00
BeerMoneyMotorsports 78569ee3de CEL fix (#3346) 2021-10-11 23:52:19 -04:00
BeerMoneyMotorsports ec1158fc5d Update main.yaml (#3344) 2021-10-11 22:49:40 -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 68742f5bd5 NB1 2021-10-07 18:02:48 -04:00
BeerMoneyMotorsports ac9ec0c47a IAC (#3310) 2021-10-03 17:15:26 -04:00
rusefillc 89a0bc1c43 export board-specific macro for stm32 pins based on board yaml #3298 2021-10-03 01:08:35 -04:00
BeerMoneyMotorsports d40f38f26c etb (#3283) 2021-09-29 19:59:02 -04:00
rusefi b2ade224e2 https://github.com/rusefi/hellen-NB1-issues/issues/15 2021-09-29 11:47:16 -04:00
rusefillc 83e8dc6e28 https://github.com/rusefi/hellen-NB1-issues/issues/15
remaining references of na6 but those should not matter
2021-09-28 13:01:01 -04:00
rusefillc c9591f2d1f nb1 is 144 pin 2021-09-27 22:02:43 -04:00
rusefillc 53e93803db nb1 is 144 pin 2021-09-27 21:45:31 -04:00
BeerMoneyMotorsports 97a6a883ef Update main.yaml (#3279) 2021-09-27 17:32:37 -04:00
rusefillc d678c02d88 nb1 folder 2021-09-17 22:52:23 -04:00
Andrey bb076e2578 NB1 2021-08-07 16:43:31 -04:00
rusefillc 02221aaac0 NB1 2021-08-07 02:46:35 -04:00