GitHub build-firmware Action
3958a16dd5
Auto-generated configs and docs
2022-03-11 01:39:55 +00:00
rusefillc
0aaaa336d9
LED_COMMUNICATION_BRAIN_PIN
2022-02-12 12:35:00 -05:00
rusefillc
4cd36199a9
dead code
2022-02-12 12:31:47 -05:00
rusefillc
01c56739b2
reducing code duplication
2022-02-09 23:12:10 -05:00
rusefillc
9467ed02ab
reducing code duplication
2022-02-09 23:07:16 -05:00
rusefillc
2325a0233a
reducing code duplication
2022-02-09 22:52:46 -05:00
rusefillc
72468f1342
reducing code duplication
2022-02-09 22:47:54 -05:00
rusefillc
4781ebe11e
reducing code duplication
2022-02-09 22:46:13 -05:00
rusefillc
b5ad82cfd6
better default DEFAULT_ENGINE_TYPE
2022-02-09 19:52:22 -05:00
rusefillc
c5cd5a3e15
dead copy-pasta
2022-02-06 21:50:09 -05:00
GitHub build-firmware Action
a11fc8fad1
Auto-generated configs and docs
2022-02-03 20:36:34 +00:00
GitHub build-firmware Action
9d3ff33388
Auto-generated configs and docs
2022-02-03 20:07:58 +00:00
GitHub build-firmware Action
24a8973d46
Auto-generated configs and docs
2022-02-03 19:55:31 +00:00
Andreika
2beca221a3
hellen_board_id + hellen-common.mk ( #3885 )
...
* Hellen_board_id
* move EXTI init before config load
* add NT2USF()
* Hellen_board_id unit-tests
* hellen-common.mk
* fix for older macos compiler
2022-02-03 11:24:31 -05:00
Matthew Kennedy
0514f76899
SD card UI cleanup ( #3870 )
...
* dead config bit
* hide sd pin options
* #3868
2022-02-01 15:42:23 -05:00
Matthew Kennedy
a718f3a30a
Remove fsio part 1 ( #3871 )
...
* dead includes
* move last logic out of fsio
* dead functions
2022-02-01 15:42:04 -05:00
rusefillc
d6dea65b80
https://github.com/rusefi/alphax-2chan/issues/15
2022-01-15 10:41:05 -05:00
rusefillc
38780a2098
refactoring?
2022-01-14 23:10:48 -05:00
rusefillc
963c168788
Code style for methods with zero arguments #3535
2022-01-11 22:26:24 -05:00
Andreika
1b9037314a
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
e2a9acac23
reducing copy-pasta - would this work?
2022-01-04 20:03:41 -05:00
rusefillc
e9d38c2ef9
reducing copy-pasta - would this work?
2022-01-04 18:50:25 -05:00
rusefillc
b88dc4d351
https://rusefi.com/forum/viewtopic.php?f=2&t=2202
...
defaults were bad, really bad
2021-12-30 19:14:32 -05:00
rusefillc
17b0b3fff4
ELM327 optimization: sendShortPacketsInOneFrame #3656
2021-12-05 00:43:04 -05:00
rusefillc
326a153ba0
hellen81 up to master
2021-12-01 21:06:17 -05:00
rusefillc
0431322f1b
hellen81 up to master
2021-12-01 21:05:47 -05:00
rusefillc
9eb60b59b9
hellen81 initial files
2021-12-01 11:54:59 -05:00
Andrei
6f825e733d
hellen81
2021-12-01 11:44:02 -05:00
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
rusefillc
919b30e412
title: Hellen 81
2021-10-13 21:45:36 -04:00
Matthew Kennedy
abb6513744
faster uniform adc cleanup ( #3334 )
...
* dead fast tps
* oooooh map avg on hh7
* adc v4 fast support
* new fast API
* hardware.cpp
* adc v2
* warning
* guard
* no check required
* stub cypress/kinetis
* kinetis and cypress stubs
* cleanup
* h7 adc speed
* adc skip
* configurable oversample
2021-10-10 22:59:25 -04:00
rusefi
e1dc468d07
Hyundai
2021-10-09 17:17:11 -04:00
Matthew Kennedy
d24f1462e2
even more pch ( #3112 )
...
* s
* more
* s
* f7
2021-08-04 19:30:52 -04:00
Andrey
838ec90d60
RUSEFI MSD to contain bundle-specific URL fix #2848
2021-07-30 22:33:56 -04:00
rusefillc
87c5fb7f32
+x
2021-07-30 10:10:18 -04:00
Andreika
b27254f0f3
Hellen81 initial ( #3080 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-07-30 10:04:22 -04:00