Commit Graph

60 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 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
Matthew Kennedy 95b5c6fcf9
dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
rusefi 88fe65fdf6 Hyundai 2021-10-16 18:19:30 -04:00
rusefillc 957178cde5 refactoring 2021-10-11 23:47: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 7c378c7c6c VAG ETB calibration is a mess? 2021-10-10 22:23:33 -04:00
rusefillc c0029b7f78 refactoring 2021-10-10 21:46:26 -04:00
rusefi f78abe278e refactoring 2021-10-09 23:34:46 -04:00
rusefillc 58f80b7066 export board-specific macro for stm32 pins based on board yaml #3298 2021-10-03 01:08:35 -04:00
rusefi f62c628bef https://github.com/rusefi/hellen-NB1-issues/issues/15 2021-09-29 11:47:16 -04:00
rusefillc 69fb769f53 nb1 is 144 pin 2021-09-27 21:45:31 -04:00
rusefillc ed1e2b5475 Nissan 2021-09-15 15:51:03 -04:00
rusefi dd6fb5aad2 Nissan progress!!! 2021-09-14 19:28:40 -04:00
rusefi c93f02557e Nissan progress!!! 2021-09-14 17:13:09 -04:00
rusefillc 482b6c588b Nissan 2021-09-14 16:42:13 -04:00
rusefillc 75cfdc98e7 Nissan 2021-09-13 21:30:45 -04:00
rusefillc 7f6ff41d80 op-amp notes 2021-09-11 16:19:58 -04:00
rusefillc 498f16817d HTML title for pinout pages fix #2882 2021-08-15 14:22:34 -04:00
rusefillc d48ed47fb9 Nissan progress 2021-08-11 18:29:35 -04:00
rusefillc e07e44fc9a Nissan progress 2021-08-11 18:04:57 -04:00
rusefillc 0764ba66e1 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 17:47:33 +03:00
Andrey 63c2eff76e Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 07:29:11 -04:00
Andrey 0df437e749 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 07:04:18 -04:00
Matthew Kennedy 25414ebdad
yet more pch (#3068)
* big pch energy

* put back ramdisk stub

* tests are happy

* h743 nucleo

* kinetis

* I love deleting code!

* make stepper happy

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-03 22:05:01 -04:00
rusefillc f3dcb1a76f boards file clean-up 2021-08-03 04:35:23 -04:00
rusefillc c6dbd9caf7 121 vag defaults have fatal error fix #3059 2021-07-26 16:40:11 -04:00
Andrey 9266b1548c Nissan 2021-07-22 23:44:25 -04:00
rusefillc eb1e0eeaf7 Nissan 2021-07-22 22:44:11 -04:00
rusefi f67eefcc44 Nissan 2021-07-22 21:37:53 -04:00
Matthew Kennedy 2ce7777865
don't require EXTERN_ENGINE in every file (#2969)
* move enginePins

* no more extern engine

* uses

* more

* extern config too

* put this where it belongs

* include correct header

* merge
2021-07-16 18:13:33 -04:00
Andrey 0f3242f10a Nissan 2021-07-15 17:53:38 -04:00
Andrey 96fa69321a Nissan 2021-07-15 17:49:58 -04:00
Matthew Kennedy 15353ae3b2
auto detect HSE clock speed (#2952)
* detect hse

* implementation

* these boards don't need to set their own HSECLK

* assertions

* name

* tweaks

* how did this compile?

* s

* biiiig comment

* this script doesn't need to set 25mhz any more

* ....or PLLM

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-07-12 20:51:35 -04:00
Matthew Kennedy 39448e3c79
s (#2946)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-07-11 11:26:19 -04:00
rusefi ba6d4ba158 VAG canned tunes 2021-07-09 13:23:29 -04:00
BeerMoneyMotorsports 18b34bec43
Update main.yaml (#2929) 2021-07-08 19:32:53 -04:00
rusefi d5873648a3 small mess 2021-07-08 16:08:08 -04:00
rusefillc d5b6404964
Create readme.md 2021-07-07 14:05:06 -04:00
Matthew Kennedy 2eb0b2a631
Unified cyl count macro (#2914)
* update test framework

* eh

* hey look it's fewer warnings

* unwind

* fix

* config

* configs

* logic

* even java had some

* console needs help
2021-07-06 20:14:08 -04:00
rusefi de63a5cd17 Nissan progress!!! 2021-07-05 20:29:49 -04:00
rusefi 0c9d4fd5d8 Nissan 2021-07-05 19:53:55 -04:00
rusefillc 9814264bdf Nissan 2021-07-05 18:37:53 -04:00
rusefillc 84718148f4 5v/GND nissan details 2021-07-04 00:25:43 -04:00
Andrey 116aba739e https://github.com/rusefi/rusefi/issues/2848
per-board URL into project help
2021-07-03 23:47:23 -04:00
Andrey a039c52897 Nissan progress 2021-07-02 16:26:23 -04:00
Andrey f11bd1544b Nissan VVT trigger decoder #2887 2021-07-01 17:03:17 -04:00