GitHub build-firmware Action
3958a16dd5
Auto-generated configs and docs
2022-03-11 01:39:55 +00:00
GitHub build-firmware Action
4bd19cd383
Auto-generated configs and docs
2022-03-10 22:18:46 +00:00
GitHub build-firmware Action
efb64ffee8
Auto-generated configs and docs
2022-03-10 17:57:35 +00:00
rusefillc
b1127349ad
openblt doesn't work proteus f7 #3483
...
one step back
2022-02-21 16:59:09 -05:00
rusefillc
47440db9e4
+x
2022-02-21 09:18:46 -05:00
rusefillc
e2101d13f9
OpenBLT: MRE: safe pins state #3802
2022-02-20 09:55:42 -05:00
rusefillc
8f17fdc502
better default DEFAULT_ENGINE_TYPE
2022-02-09 19:55:04 -05:00
rusefillc
c5cd5a3e15
dead copy-pasta
2022-02-06 21:50:09 -05:00
rusefillc
ef8e793aba
https://rusefi.com/forum/viewtopic.php?p=44278#p44278
2022-02-04 17:16:12 -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
Andrey
d736ba8b66
EFI_ADC_13 used multiple times in hellen121vag #2925
2022-02-03 13:53:08 -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
Matthew Kennedy
493dcb4d66
flash savings ( #3858 )
...
* save table space
* turn some stuff off on some boards
* comment
2022-01-31 08:57:37 -05:00
David Holdeman
5989c379ce
Move Aux Reuse to ts_name to match others ( #3843 )
2022-01-26 08:18:05 -05:00
rusefillc
cccc51a69f
microRusEFI - pinout - can we merge sections fix #3837
2022-01-26 00:34:40 -05:00
rusefillc
9da536c433
https://rusefi.com/forum/viewtopic.php?f=17&t=2260
2022-01-25 12:46:35 -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
d7f38601b9
GDI red FATAL led on cranking #3766
2022-01-10 16:42:31 -05:00
rusefi
27e16a4f8f
GDI red FATAL led on cranking #3766
2022-01-10 13:53:43 -05:00
rusefillc
c973b8c687
GDI red FATAL led on cranking #3766
2022-01-10 13:06:19 -05:00
rusefi
13d0f07412
desperate measures
2022-01-08 18:41:56 -05:00
rusefillc
d4b7882255
reducing copy-pasta - would this work?
2022-01-04 19:56:36 -05:00
rusefillc
c411029383
reducing copy-pasta - would this work?
2022-01-04 19:08:37 -05:00
rusefi
3fb2df7a08
MRE meta
2021-12-31 01:21:42 -05:00
rusefillc
b90638be44
reviving Passat
2021-12-29 21:18:15 -05:00
rusefillc
17b0b3fff4
ELM327 optimization: sendShortPacketsInOneFrame #3656
2021-12-05 00:43:04 -05:00
rusefillc
740cc6729c
tune via CAN #3361
2021-12-04 00:03:00 -05:00
rusefillc
76d90c4fa8
https://rusefi.com/forum/viewtopic.php?f=5&t=2217
2021-11-21 08:12:05 -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
ce45a907a7
a bit of dead code
2021-11-06 23:39:56 -04:00
Andrey G
da01bed4fa
MRE: disable OpenBLT ( #3487 )
2021-11-06 18:47:22 -04:00
Andrey G
e3be563b27
Openblt ( #3430 )
...
* Makefile: define BOOTLOADER=1 for linker in case of OpenBLT too
This will reserve first 32K of flash for bootloader.
* OpenBLT: include into build
* board: subaru eg33: add OpenBLT board code
* board: subaru eg33: use OpenBLT
* Board: Subaru EG33: OpenBLT: reuse HAL and CMSIS from OpenBLT submodule
* Board: Subaru EG33: OpenBLT: reuse linker file from OpenBLT too
* OpenBLT for MRE
* OpenBLT: MRE: adjust LD memory map for smallest variat of MCU on MRE
* OpenBLT: enable for MRE
* OpenBLT: disable CRC check of user application
This allows us to use DFU tool to flash main application too.
* hex2dfu: fresh binary for linux
* OpenBLT: extract common part of OpenBLT makefiles to openblt.mk
* OpenBLT: enable CRC check of user application for MRE and EG33
CRC (actually just a summ) of few first vectors is stored at 0x1c
offset. This is reserved vector for Cortex-M3, M4 and M7
* common_make: append OpenBLT CRC to dfu files
This should allow to use DFU to do main application update when
when OpenBLT is used as bootloader. hex2dfu will store same
styled CRC as OpenBLT expects to see in user app.
* OpenBLT reorganization
Move common stuff to hw_layer/ports/
* OpenBLT: proteus
* Proteus: enable OpenBLT for F4 and F7
Compilation tested only
2021-11-05 19:28:55 -04:00
Andrey
0e6a51e5c0
export board-specific macro for stm32 pins based on board yaml #3298
...
meta progress
2021-10-26 10:27:10 -04:00
Andrey
e5a5b0a0f7
export board-specific macro for stm32 pins based on board yaml #3298
...
mre meta progress
2021-10-25 21:05:45 -04:00
rusefillc
9c17dc1dfc
https://rusefi.com/forum/viewtopic.php?p=42392#p42392
...
trying to allow VSS on AN-temp3 and 4
2021-09-28 16:21:57 -04:00
rusefillc
498f16817d
HTML title for pinout pages fix #2882
2021-08-15 14:22:34 -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
Andrey
838ec90d60
RUSEFI MSD to contain bundle-specific URL fix #2848
2021-07-30 22:33:56 -04:00
David Holdeman
65203040ae
Pinout links ( #3037 )
...
* add support for links
* add undefined check and remove pdiv ref
* add MRE id
* clear search
2021-07-23 09:20:13 -04:00
David Holdeman
1bf98433ef
Pinout Title and connector names ( #3021 )
...
* add page title and connector name
* try mre
2021-07-21 19:47:38 -04:00
rusefillc
0f694205fd
flipping presets logic in order to reduce duplication
2021-07-20 11:44:48 -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
rusefillc
a20e39dd99
Update readme.md
2021-07-07 14:05:56 -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