Commit Graph

1381 Commits

Author SHA1 Message Date
Matthew Kennedy e4a0979dc2
Brain pin is enum class (#4108)
* change most usages to Gpio::

* board configs

* engine configs etc

* isBrainPinValid, smart gpio

* generator

* generator

* generator

* connector yamls

* kinetis enums

* cypress txt

* kinetis config

* frankenso

* config generator

* actually do it for the others

* disable skips for pr ci

* fix tle8888

* misc

* weird cast from int

* needs this operator too

* this can be an unsigned subtract

* happy tests

* s

* kinetis isConfigurationChanged weirdness

* missed J/K

* cypress efifeatures

* build script mistake (!)

* mistake in smart gpio

* debounce

* eg33

* kinetis, so needy

* it's pretty green, we can skip these again
2022-04-28 17:32:39 -04:00
rusefillc 0800b81875 nano refactoring 2022-04-28 17:12:04 -04:00
GitHub build-firmware Action 190c97761a Auto-generated configs and docs 2022-04-28 21:09:33 +00:00
rusefillc 9fb54e13f4 fix https://github.com/rusefi/alphax-4chan/issues/17 2022-04-28 16:52:42 -04:00
GitHub build-firmware Action fd94fe932f Auto-generated configs and docs 2022-04-28 12:34:00 +00:00
GitHub build-firmware Action 2e0e635ae8 Auto-generated configs and docs 2022-04-28 02:38:29 +00:00
GitHub build-firmware Action 132aceace1 Auto-generated configs and docs 2022-04-26 23:08:29 +00:00
GitHub build-firmware Action a836f58c79 Auto-generated configs and docs 2022-04-26 15:14:42 +00:00
GitHub build-firmware Action d0d6d1c1b9 Auto-generated configs and docs 2022-04-26 01:42:14 +00:00
GitHub build-firmware Action 6708c4ccac Auto-generated configs and docs 2022-04-26 01:13:04 +00:00
Matthew Kennedy bc6a87cadc
allow enum_class in rusefi_hw_enums.h (#4104)
* make things c++ friendly

* install various canaries in coal mines

* using is much clearer than typedef

* fixing builds

* lps25

* trigger includes were a mess

* c -> c++ cleanup

* os util

* why did so many include os_util.h?

* fwd declare

* cypress/kinetis

* s

* eg33 happy

* happy sim

* cypress usb

* pch

* cypress

* doesn't need to include all that

* h7
2022-04-25 20:38:16 -04:00
GitHub build-firmware Action b0994daae5 Auto-generated configs and docs 2022-04-25 22:21:16 +00:00
GitHub build-firmware Action 28d4c6dc72 Auto-generated configs and docs 2022-04-25 06:20:36 +00:00
GitHub build-firmware Action b03ab91f90 Auto-generated configs and docs 2022-04-25 04:26:26 +00:00
GitHub build-firmware Action c8e19e807a Auto-generated configs and docs 2022-04-25 04:01:07 +00:00
GitHub build-firmware Action 8406432b29 Auto-generated configs and docs 2022-04-25 03:46:16 +00:00
GitHub build-firmware Action 34b15e2e0c Auto-generated configs and docs 2022-04-25 03:12:53 +00:00
rusefillc ff7418c659 at least start 2022-04-23 21:11:45 -04:00
GitHub build-firmware Action d5f44ddc6d Auto-generated configs and docs 2022-04-24 01:03:14 +00:00
GitHub build-firmware Action 917f57a709 Auto-generated configs and docs 2022-04-23 23:18:58 +00:00
GitHub build-firmware Action 986e0573b2 Auto-generated configs and docs 2022-04-23 22:02:47 +00:00
GitHub build-firmware Action b8f21cce28 Auto-generated configs and docs 2022-04-23 21:27:33 +00:00
rusefillc 14e37e3cf4 FasterEngineSpinUp should be enabled by default fix #4094 2022-04-23 09:51:47 -04:00
GitHub build-firmware Action 8001c88151 Auto-generated configs and docs 2022-04-23 11:41:19 +00:00
David Holdeman 49f8daae14
More untested transmission features (#4093)
* use ISS for gearbox ratio, add gauge for TC ratio

* measure shift time

* add shift time gauge, todo notes for pc

* do conversion in the right direction

* switch to Timer and seconds

* try fixing build

* try fixing build again

* try defines, remove include

* use shift pcs

* add 3-2 pct curve

* control 3-2 solenoid

* move 3-2 to persistent config

* fix param
2022-04-23 07:34:39 -04:00
GitHub build-firmware Action 53ccdbd59d Auto-generated configs and docs 2022-04-23 03:04:32 +00:00
GitHub build-firmware Action 275803b6c1 Auto-generated configs and docs 2022-04-22 04:51:49 +00:00
rusefillc 220a0dbd56 https://github.com/rusefi/hellen154hyundai/issues/55 2022-04-22 00:44:44 -04:00
GitHub build-firmware Action 786ec5a4dd Auto-generated configs and docs 2022-04-21 13:14:29 +00:00
GitHub build-firmware Action 12519633da Auto-generated configs and docs 2022-04-21 04:27:27 +00:00
GitHub build-firmware Action 7ced982bb1 Auto-generated configs and docs 2022-04-21 03:23:23 +00:00
GitHub build-firmware Action 70209c5953 Auto-generated configs and docs 2022-04-20 00:09:40 +00:00
rusefillc 47f46b7ae5 HD minor defaults progress 2022-04-19 19:52:20 -04:00
rusefillc 47310b0ee7 HD minor defaults progress 2022-04-19 19:33:20 -04:00
rusefillc 0680b44fe1 HD minor defaults progress 2022-04-19 16:35:19 -04:00
rusefillc 6ba13e5e09 Mark reports that detectHellenBoardType hangs up HD and Nucleo #4084 2022-04-19 15:26:32 -04:00
GitHub build-firmware Action 1d46337eed Auto-generated configs and docs 2022-04-19 18:41:00 +00:00
GitHub build-firmware Action 916b16af8f Auto-generated configs and docs 2022-04-19 14:57:09 +00:00
GitHub build-firmware Action e95cb3371d Auto-generated configs and docs 2022-04-19 12:06:06 +00:00
GitHub build-firmware Action 9789425c71 Auto-generated configs and docs 2022-04-19 00:15:57 +00:00
GitHub build-firmware Action bb405a1abd Auto-generated configs and docs 2022-04-18 23:13:32 +00:00
Matthew Kennedy 68eb210a57
pass parameters instead of `export` in build scripts (#4081)
* no `export ...` mess

* frankenso NA6
2022-04-18 19:05:27 -04:00
Matthew Kennedy 32de65f176
Short board name 2 (#4080)
* some hellens

* the rest
2022-04-18 15:45:29 -04:00
Matthew Kennedy 2ee96bab90
set SHORT_BOARD_NAME from mk, not shell script (#4078)
* MRE

* proteus

* weird format lol

* alphax 4

* alphax 2ch

* prometheus, subaru

* s

* put a canary in the coal mine

* activate the sleepy canaries

* atlas

* tdg pdm

* The canary detected the problems it needed to

This reverts commit b0a3718b11.

* Revert "activate the sleepy canaries"

This reverts commit f80cfcdd78.

* prometheus
2022-04-18 14:22:05 -04:00
GitHub build-firmware Action b3dcc2a603 Auto-generated configs and docs 2022-04-18 15:43:09 +00:00
GitHub build-firmware Action 260fa5fdbc Auto-generated configs and docs 2022-04-18 12:10:05 +00:00
GitHub build-firmware Action 0a47930d3b Auto-generated configs and docs 2022-04-18 06:09:25 +00:00
GitHub build-firmware Action 3bbab79d67 Auto-generated configs and docs 2022-04-18 05:39:17 +00:00
GitHub build-firmware Action e6ade2833a Auto-generated configs and docs 2022-04-18 03:07:00 +00:00
GitHub build-firmware Action c6780b8369 Auto-generated configs and docs 2022-04-18 00:42:25 +00:00