Commit Graph

30 Commits

Author SHA1 Message Date
Scott Smith 1fe26f55fb
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 823d9a07e0
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 8cdac4cac0
remove engine pointer passing (#3556)
* some

* more

* more

* the last?!
2021-11-16 04:15:29 -05:00
Matthew Kennedy 36d75fa6db
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 14953c55dd
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 0a7d276110 https://rusefi.com/forum/viewtopic.php?f=13&t=2206 2021-11-11 18:31:54 -05:00
Matthew Kennedy 95b5c6fcf9
dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
BeerMoneyMotorsports d01ea31897
pin location test (#3415)
testing pin xy for interactive pinout.
2021-10-26 22:09:57 -04:00
rusefi b0402c5e7f SD card uses SPI2 2021-10-17 23:27:28 -04:00
rusefillc e2092547d7 https://github.com/rusefi/hellen-NB1-issues/issues/22 2021-10-14 21:44:09 -04:00
BeerMoneyMotorsports 033fb36889
3v 1i fix (#3356) 2021-10-14 21:39:44 -04:00
rusefillc 0aa2ee0ff4 NB1 defaults #3299
alternator pin and settings
2021-10-13 20:56:26 -04:00
rusefillc 3179ec6179 https://github.com/rusefi/hellen-NB1-issues/issues/19 2021-10-12 00:26:51 -04:00
rusefillc 4432e6c8f5 https://github.com/rusefi/hellen-NB1-issues/issues/19 2021-10-12 00:02:49 -04:00
BeerMoneyMotorsports d225360cb0
CEL fix (#3346) 2021-10-11 23:52:19 -04:00
BeerMoneyMotorsports be59883cf9
Update main.yaml (#3344) 2021-10-11 22:49:40 -04:00
rusefillc 944aaeded0 refactoring 2021-10-11 21:07:18 -04:00
rusefillc 4075863818 refactoring 2021-10-11 20:58:10 -04:00
rusefi 28aba7780a NB1 2021-10-07 18:02:48 -04:00
BeerMoneyMotorsports 8dd1bb6f4d
IAC (#3310) 2021-10-03 17:15:26 -04:00
rusefillc 58f80b7066 export board-specific macro for stm32 pins based on board yaml #3298 2021-10-03 01:08:35 -04:00
BeerMoneyMotorsports 95618927b5
etb (#3283) 2021-09-29 19:59:02 -04:00
rusefi f62c628bef https://github.com/rusefi/hellen-NB1-issues/issues/15 2021-09-29 11:47:16 -04:00
rusefillc 0ba86396ff 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 448df35901 nb1 is 144 pin 2021-09-27 22:02:43 -04:00
rusefillc 69fb769f53 nb1 is 144 pin 2021-09-27 21:45:31 -04:00
BeerMoneyMotorsports f38161fee3
Update main.yaml (#3279) 2021-09-27 17:32:37 -04:00
rusefillc 54a3520b7d nb1 folder 2021-09-17 22:52:23 -04:00
Andrey 845962ec15 NB1 2021-08-07 16:43:31 -04:00
rusefillc afc1409795 NB1 2021-08-07 02:46:35 -04:00