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
Andrey
d736ba8b66
EFI_ADC_13 used multiple times in hellen121vag #2925
2022-02-03 13:53:08 -05: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
rusefillc
212687dd10
extracting common hellen to it's own file
2022-01-08 20:16:01 -05:00
rusefillc
d4b7882255
reducing copy-pasta - would this work?
2022-01-04 19:56:36 -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
31d4f612cd
121vag
2021-12-16 17:27:16 -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
rusefillc
f9ec1cddc5
Main and Pump pins default set wrong fix #3501
2021-11-07 22:09:26 -05:00
Matthew Kennedy
95b5c6fcf9
dead vss flag ( #3499 )
2021-11-07 14:36:46 -05:00
rusefillc
7d43bac311
vag121 VR pin
2021-10-31 16:36:52 -04:00
rusefi
5596fd2404
meta & fixing default config
2021-10-27 16:42:45 -04:00
rusefi
1d665bdaf1
meta & fixing default config
2021-10-27 16:34:27 -04:00
Andrey
4ff86a21b1
meta & fixing default config
2021-10-27 15:52:36 -04:00
rusefillc
e80e1542d7
generate java enum from C enum? generate both C and java from yaml? #2102
2021-10-24 15:09:17 -04:00
rusefi
7c378c7c6c
VAG ETB calibration is a mess?
2021-10-10 22:23:33 -04:00
rusefillc
7302eedf7b
export board-specific macro for stm32 pins based on board yaml #3298
2021-10-03 00:59:34 -04:00
rusefi
1edb9f279d
https://github.com/rusefi/hellen-NB1-issues/issues/15
2021-09-29 11:51:25 -04:00
rusefillc
69fb769f53
nb1 is 144 pin
2021-09-27 21:45:31 -04:00
rusefillc
23bb07b1c9
merc128: engine config defaults #3236
2021-09-17 21:48:18 -04:00
rusefillc
26d4646e88
merc128: engine config defaults #3236
2021-09-17 21:23:54 -04:00
rusefillc
6a8c391c76
https://github.com/rusefi/hellen121vag/issues/47
2021-08-24 10:11:01 -04:00
rusefillc
f84e23752c
VAG 1.8T default tune PPS fix #3178
2021-08-19 06:51:00 -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
Andrey
838ec90d60
RUSEFI MSD to contain bundle-specific URL fix #2848
2021-07-30 22:33:56 -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
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
rusefi
7785a508b2
extra state validation is needed
2021-07-09 00:31:21 -04:00
rusefi
4ead86c521
VAG canned tunes
2021-07-08 16:35:58 -04:00
rusefillc
7767e1f157
Create readme.md
2021-07-07 14:05:21 -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
Andrey
1f25b165f9
duplication within same file
2021-07-06 00:09:13 -04:00
David Holdeman
9955d49679
switch to switch_inputs ( #2837 )
...
* switch to switch_inputs
* switch output to outputs
2021-06-19 09:12:54 -04:00
David Holdeman
2d0d61fa31
change digital_input to digital_inputs ( #2833 )
2021-06-18 20:43:30 -04:00
Andrey
cc2a7babc7
h121 progress
2021-06-11 23:47:12 -04:00
rusefillc
9e24432faa
https://github.com/rusefi/hellen121vag/issues/44
2021-06-11 12:23:21 -04:00