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
Matthew Kennedy
40d16291b0
Remove fsio part 2 ( #3876 )
...
* dead config stuff
* fsio state
* remove tests
* getEngineValue
* put part back
2022-02-02 00:49:44 -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
rusefillc
91e8d5ac64
https://github.com/rusefi/alphax-2chan/issues/22
2022-01-22 16:50:58 -05:00
David Holdeman
6859c3bcbe
Pinout link ( #3810 )
...
* try adding link to page
* change logic
* hide for print view
* change link color
2022-01-18 18:15:33 -05:00
NMSTEC
c8fdd25d5c
Add comments to Stop & Stby modes ( #3798 )
2022-01-17 13:11:24 -05:00
rusefillc
54b70fbc3c
PA0 wake up - sharing is caring?
2022-01-17 01:25:31 -05:00
rusefillc
1ac9d72ed5
Openblt proteus #3797
...
rollback
2022-01-16 20:50:55 -05:00
Andrey G
2a3c64d92a
Openblt proteus ( #3797 )
...
* OpentBLT: fix for STM32F4/H7
* Proteus: OpenBLT: switch to HSI
* Proteus: Enable OpenBLT. (not tested!)
2022-01-16 17:25:36 -05:00
rusefillc
6ca6c53786
refactoring?
2022-01-14 22:45:49 -05:00
NMSTEC
6f23d2be34
F429 Working Stby, Stop & Wake PA0 ( #3787 )
2022-01-12 23:18:58 -05:00
rusefillc
963c168788
Code style for methods with zero arguments #3535
2022-01-11 22:26:24 -05:00
Matthew Kennedy
b4d916c913
per-board pre-low-power handlers ( #3752 )
...
* per-board pre-low-power handlers
* per-chip standby options
* default implementation
2022-01-10 08:37:05 -05:00
rusefillc
e2a9acac23
reducing copy-pasta - would this work?
2022-01-04 20:03:41 -05:00
rusefillc
c411029383
reducing copy-pasta - would this work?
2022-01-04 19:08:37 -05:00
rusefillc
f730da6acf
Dual CAN for H7 #3718
2021-12-23 23:08:30 -05:00
rusefillc
2027331edb
Second CAN #3687
2021-12-22 19:20:46 -05:00
rusefillc
2480a8aa2f
Second CAN #3687
2021-12-21 00:01:45 -05:00
rusefillc
f2cd7f1225
rusEFI console ISO-TP via PCAN #3667
...
WOW, YES!!!
2021-12-08 19:30:14 -05:00
rusefillc
c7db973434
proteus to have enlarged Lua
2021-12-01 09:06:16 -05:00
rusefillc
b772f27b11
proteus to have enlarged Lua
...
one step back
2021-11-30 22:12:55 -05:00
Andrey
a2ee6bb1e7
proteus to have enlarged Lua
2021-11-30 20:45: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
rusefi
ab11b613bc
lua wants your pins!
2021-11-11 22:54:48 -05:00
rusefi
ff4a0b0939
pid demo progress
2021-11-11 22:38:50 -05:00
rusefi
19f5fd5cbd
on Lua control of H-bridge
2021-11-08 17:11:48 -05:00
Matthew Kennedy
95b5c6fcf9
dead vss flag ( #3499 )
2021-11-07 14:36:46 -05:00
rusefillc
ce45a907a7
a bit of dead code
2021-11-06 23:39:56 -04:00
Matthew Kennedy
caab5f505d
disable ( #3484 )
2021-11-06 16:57:13 -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
74a34bbea3
On Proteus Main relay control #3447
2021-11-03 13:29:04 -04:00
Andrey
bfe6a5b2a8
Proteus meta - fixing confusion
2021-10-28 22:11:26 -04:00
rusefi
40fcab1355
Proteus D4 and D5 are misplaces on connector pinout fix #3418
2021-10-28 17:31:25 -04:00
Matthew Kennedy
8ed6d3bfa2
idle closed loop vs open loop ui, etc ( #3413 )
...
* open + closed
* put idle solenoid first
* actually hide etb pins
* missed a few prepends
2021-10-26 15:04:09 -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
582b3fdd07
https://github.com/rusefi/proteus-Honda-OBD2A-adapter/issues/5
2021-10-25 17:43:31 -04:00
Andrey
9ab6c42418
export board-specific macro for stm32 pins based on board yaml #3298
...
proteus meta progress
2021-10-25 17:36:21 -04:00
Andrey
53d16c67fe
export board-specific macro for stm32 pins based on board yaml #3298
...
proteus meta progress
2021-10-25 14:22:46 -04:00
rusefi
1f5e1c2ca5
Honda K
2021-10-23 16:19:28 -04:00
rusefi
bfc4ed4df6
Honda K
2021-10-23 15:49:02 -04:00
rusefillc
7f5b4b7953
pinout documentation: proteus links not in browser address bar on Proteus black 23 #3365
2021-10-18 21:21:03 -04:00
rusefillc
b8a1f4d3d2
Proteus yaml has issues about reserved pins fix #3291
2021-10-08 06:13:07 -04:00
rusefillc
618d13e673
export board-specific macro for stm32 pins based on board yaml #3298
2021-10-03 00:09:09 -04:00
rusefillc
441549d3e6
export board-specific macro for stm32 pins based on board yaml #3298
2021-10-02 23:56:43 -04:00
rusefillc
eb4829c83e
export board-specific macro for stm32 pins based on board yaml #3298
2021-10-02 23:45:28 -04:00
David Holdeman
c6537a51bf
make 14 ground ( #3297 )
2021-10-02 12:46:29 -04:00
rusefillc
498f16817d
HTML title for pinout pages fix #2882
2021-08-15 14:22:34 -04:00
Matthew Kennedy
d24f1462e2
even more pch ( #3112 )
...
* s
* more
* s
* f7
2021-08-04 19:30:52 -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
Matthew Kennedy
d2003d24a0
make build happy ( #3067 )
2021-07-26 09:08:05 -04:00
Matthew Kennedy
3518da97a7
set up precompiled header ( #2971 )
...
* ignore
* set up precompiled header
* makefile
* fixes
* cleanup
* only depend cpp on pch
* efifeatures in pch
* f7 efifeatures
* consolidate
* simulator
* proteus build
* error handling is a good one
* bootloader pch
* don't auto include pch
* dirs
* delete on clean
* bootloader cleans
* clean.sh deletes pch
* disable in bl for now
* there was a typo so maybe it'll work now
* remove todo
* don't need that any more
* don't need these parts
* don't need this part
* undo changes
* use a different cpp as example
* s
* Revert "cleanup"
This reverts commit 8de8698490f5d09c2df753f00a89751aa898be9a.
* also unnecessary now
* buh
* comment
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-07-25 21:23:23 -04:00
Andrey
c788f1478f
Button to apply nDBANK #2996
...
consistency good inconsistency bad
2021-07-20 13:44:45 -04:00
Andrey
c93e7e7d3a
Button to apply nDBANK #2996
2021-07-20 13:20:34 -04:00
Andrey
aac7eb9961
+x into git
2021-07-20 12:49:40 -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
Andrey
24131cdc0e
s/controlPin1/controlPin/
2021-06-05 16:19:01 -04:00
David Holdeman
6d4060d824
Doxygen titles ( #2728 )
...
* move addRow call
* undo submo bump
* add header titles
2021-05-22 22:10:58 +03:00
Matthew Kennedy
d4beefa8f3
Proteus legacy vs. non-legacy F7 ( #2657 )
...
* proteus f7 is not necessarily legacy
* script
* don't need that any more
* yaml and script
* rename
2021-05-08 18:44:19 -04:00
Matthew Kennedy
742ea83bfa
Baro config ( #2591 )
...
* adjust API to allow i2c init to fail
* init
* proteus config
* 🎠 🎠 🎠
* buh
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-04-27 15:29:22 -04:00
rusefi
93dadc4b8b
improving QC process
2021-04-23 00:03:21 -04:00
rusefi
86bdd363e3
improving QC process
2021-04-22 22:04:39 -04:00
rusefi
3e44135947
improving QC process
2021-04-22 21:23:20 -04:00
rusefillc
ea3bd4157c
EFI_SOFTWARE_KNOCK for hellen
2021-04-21 09:56:46 -04:00
David Holdeman
16d642048e
quote proteus pins with # ( #2539 )
2021-04-10 08:35:00 -04:00
Matthew Kennedy
1dffcf5729
make board config override actually usable ( #2508 )
...
* new function
* hellen
* MRE
* proteus
* put those function declarations in a reasonable place
* put the comment back
* weak
* move that to a reasonable place
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-31 14:46:50 -04:00
Matthew Kennedy
7cd79820da
enable serial pins on proteus ( #2507 )
...
* enable serial on proteus
* make h7 happy
2021-03-28 17:03:14 -04:00
Matthew Kennedy
51a5b4d6d5
rename setBoardConfigurationOverrides ( #2479 )
...
* rename
* proteus
* comments
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-22 14:15:09 -04:00
Matthew Kennedy
5a003f8638
use full memory on STM32F42x ( #2450 )
...
* linker script
* hook it up
2021-03-13 07:26:58 -05:00
Matthew Kennedy
b087f328f7
default config, UI tweaks ( #2444 )
...
* s
* fix this while we're at it
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-12 00:16:24 -05:00
Matthew Kennedy
71cddcea52
build h7 proteus ( #2429 )
...
* build h7
* scripts
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-07 16:43:00 -05:00
Matthew Kennedy
59eecab421
prep proteus config for h7 ( #2413 )
...
* prep for h7
* weak link that
* make those weak
* remove other stubs
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-28 16:57:57 -05:00
Matthew Kennedy
4fe0ceec61
deduplication in halconf ( #2377 )
...
* rusefi_halconf
* h7 gpt
* don't redefine that
* maybe this was necessary
* format
* no usb in cypress
* flags for bl
* cypress
* maybe bootloader
* no smart build for cypress/kinetis
* no smart build
* no really, disable smart build
* don't need to clean that env var
* cypress
* format
2021-02-24 14:08:03 -05:00
Matthew Kennedy
878794f9cf
properly put buffers in no-cache regions ( #2357 )
...
* configure for no cache
* this doesn't need a setting
* now we don't need invalidate
* reorder and comment
* mmc
* sw knock
2021-02-15 17:39:11 -05:00
Matthew Kennedy
89391919dc
automatic switch between internal and MSD SD card ( #2349 )
...
* auto enable usb msd
* guard and turn on for proteus
2021-02-14 08:10:39 -05:00
Matthew Kennedy
dade25ef34
move chconf/mcuconf/halconf in to hw_ports ( #2321 )
...
* move f4 config files
* don't need this
* f7
* f7
* h7
* this was duplicated
* turn off smart build
* loader too
* update prometheus paths
* bootloader should include confdir
* fix the flash size while we're at it
* move chconf_common
* use wait
* normalize board.mk
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-10 19:38:24 -05:00
Matthew Kennedy
3debd2229b
move board.h for f7/h7 ( #2316 )
...
* f7 board.h
* h7
2021-02-08 15:46:48 -05:00
Matthew Kennedy
ad07166e9d
move f4 board.h ( #2313 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-08 15:29:07 -05:00
Matthew Kennedy
b995e7bcaa
include board.c from hw_ports.mk ( #2311 )
...
* set mcu type in hw_ports
* move f4 linker script
* move f7 linker script
* don't set default linker file in makefiles
* extra line
* prometheus actually didn't depend on anything special for f469
* dead line
* h7
* dead
* move board.c
* set explicit cpu type for simulator
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-08 07:52:31 -06:00
Matthew Kennedy
423acd384b
simplify MCU selection ( #2308 )
...
* set mcu type in hw_ports
* move f4 linker script
* move f7 linker script
* don't set default linker file in makefiles
* extra line
* prometheus actually didn't depend on anything special for f469
* dead line
* h7
* dead
2021-02-08 02:11:44 -05:00
Matthew Kennedy
56530d2851
hardware ci tweaks ( #2266 )
...
* frankenso config
* Revert "frankenso config"
This reverts commit 5bb2375ba2d33ae487273eaa5b7a4f12e8a9cecc.
* add hardware CI flag for proteus
* rename ci job
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-02 08:14:24 -06:00
Matthew Kennedy
10c31c2955
-g3 to -g ( #2256 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-01-31 14:13:55 -05:00
David Holdeman
96aba27ae4
Connector images, hellen128 mapping ( #2255 )
...
* add some connector images
* proteus black23
* add script
* add black23 to script
* remove redirect to send to stdout
* copy img
* black35
* rotate white35
* white35
* forgot last row of black35
* rename
* create in subdir
* hellen72 main
* connectors subdir stupid
* undo submodule update
* remove hash signs
* add hellen128 image
* cd to script dir first
* hellen128 rough draft
* gen hellen128
* fix paths
2021-01-31 08:11:18 -05:00
rusefillc
1ed7d16d50
knock-knock
2021-01-23 00:00:34 -05:00
David Holdeman
6ead64e512
New board pin-mapping system ( #2231 )
...
* convert mre mapping
* convert mre mapping
* funny stuff for GPIOA_5
* move class next to id
* rough draft
* update scripts
* fix some errors
* fix some errors
* try
* check against null
* try amp
* try
* try
* fix some errors
* update scripts
* fix maybe
* fix maybe 2
* fix maybe
* fix maybe
* fix
* try
* fix
* use .equals
* use StringBuilder
* use instanceof
* use .max
* remove getMaxValue
* Suppress Warning
* major optimization
* fix maybe
* off-by-one error
* move yaml file loop
* add j2 connector
* add pads yaml
* check for null or empty
* add AV pins to pads
* forgot class
* move registerpins out of loop
* fix typo
* rebase
* check if string
* convert frankenso
* convert frankenso
* tyop
* missing class
* copy mre to skel
* remove prometheus yaml
* remove kinetis yaml
* build configDefinition
* replace var with string
* slight refactor
2021-01-22 12:03:14 -05:00
Andrey G
baea67eccf
Simplify Makefile, unify board.mk files ( #2229 )
...
* Proper way to add lis302 driver
* Proper way to add license directory to includes
* Makefile: simplify
All ChibiOS stuff is accumulated in ALLCSRC, ALLINC and so on.
* board.mk: append sources and includes to ALLSRC, ALLCPPSRC, ALLINC
* Cypress: fix CANv2 includence into build
2021-01-17 09:32:06 -05:00
rusefi
04e791d99c
nb2 and proteus usability
2021-01-11 01:17:03 -05:00
rusefillc
4a23aa4dbc
Hellen
2021-01-09 11:24:13 -05:00
rusefi
a935bf97f4
progress
2021-01-03 17:58:00 -05:00
rusefi
d4a56de9ab
docs
2021-01-01 18:19:52 -05:00
rusefi
c86b576500
F7 HW CI
2020-12-28 23:26:51 -05:00
rusefi
b355a6f55c
fixing QC config
2020-12-28 19:19:29 -05:00
rusefillc
f28f1e0f90
fine-grained check modes
2020-12-27 17:41:28 -05:00
rusefi
2fac4cd732
HW_CHECK_SPARK_FSIO
2020-12-26 16:16:40 -05:00
rusefillc
5f285d2425
proteusBoardTest
2020-12-26 10:50:18 -05:00
rusefillc
fe1d3911fe
proteusBoardTest
2020-12-26 10:46:45 -05:00
rusefillc
1ebce57721
proteusBoardTest
2020-12-26 10:41:33 -05:00
rusefi
af6ad0757e
PROTEUS_QC_TEST_BOARD
2020-12-26 00:57:23 -05:00
Matthew Kennedy
55ebe223a7
Partition configs by board type ( #2106 )
...
* remove old flag
* flags
* reorder switch
* oops
2020-12-22 21:54:40 -05:00
rusefi
6032d0a26f
Proteus is compiled without VSS feature #2122
2020-12-22 21:28:51 -05:00
rusefi
d6b745e1c0
Proteus is compiled without VSS feature #2122
2020-12-22 20:50:01 -05:00
rusefillc
ce4ab4d09c
fixing master PROTEUS_DEFAULTS
2020-12-22 17:13:05 -05:00
rusefillc
c0cbc2a31f
VR_HW_CHECK_MODE
2020-12-21 13:33:09 -05:00
rusefi
f3b71d0ab8
VR_HW_CHECK_MODE
2020-12-21 12:30:15 -05:00
rusefillc
0fe6bfad13
proteus_f4_hardware_QC_special_build
2020-12-20 09:14:14 -05:00
rusefillc
afaef9ce8f
proteus_f4_hardware_QC_special_build
2020-12-20 09:11:36 -05:00
Matthew Kennedy
1838beadfa
only build in config for the correct board ( #2088 )
...
* only build in config for the correct board
* undo
* undo
* undo
* only touch proteus config
* include configs in tests
2020-12-17 17:12:24 -05:00
rusefi
c9da8262f7
it's weird
2020-11-27 16:41:11 -05:00
rusefi
07de7aa46c
GDB helper
2020-11-25 13:53:29 -05:00
rusefi
86bdb79c5a
v12 Proteus
2020-11-06 14:18:54 -05:00
Matthew Kennedy
c96b05fb47
show SD menu on proteus ( #1837 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-30 19:18:37 -04:00
David Holdeman
ae9c60731a
move cd statements to common_make.sh ( #1830 )
...
* move cd to compile.sh
* rel path
* undo changes to compile.sh and move cd to common_make
2020-09-28 18:25:15 -04:00
Matthew Kennedy
747e78088b
add analog inputs to switches ( #1829 )
...
* add analog in to switches
* also clarify boost cut pressure
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-28 14:45:23 -04:00
Matthew Kennedy
2a1e2c53e3
proteus SD card defaults ( #1796 )
...
* proteus SD defaults
* disable serial console pins
2020-09-14 10:54:25 +03:00
Matthew Kennedy
484f1ba5a0
Multiple knock sensors ( #1745 )
...
* fw
* cfg fields
* fix order
* ui for channel select
* clarify
* comments
* config
2020-09-02 07:19:02 -04:00
Matthew Kennedy
1a55085bb6
Software knock detection ( #1730 )
...
* s
* science
* set pin mode
* turn stuff off so it fits
* filtering maybe
* filtering actually works
* generate filter parameters internally
* shorter window
* guard behind enable flag
* use checked in filter
* add biquad reset
* tracing
* const
* exec order
* do it from a thread
* smaller buffer, comment
* configure with header
* only for proteus
* oops
* unused
* not needed
* guards
* pin config
* don't need that include
* precook filter steady state
* define sample rate
* config enable switch
2020-08-28 21:13:50 -04:00
rusefi
99c5cd6463
progress
2020-08-17 19:51:50 -04:00
kon
4e3637641b
added secondary can config
2020-08-01 20:58:14 -07:00
David Holdeman
779029caed
Switch to Bash ( #1585 )
...
* switch firmware to bash
* switch unit_testts to bash
* switch jenkins to bash
2020-07-09 10:27:20 -04:00
rusefi
c349585bdd
using bundle names in signature
2020-07-06 01:20:39 -04:00
rusefi
935a5b107a
making scripts a bit more consistent & docs
2020-07-06 00:19:25 -04:00
andreika-git
f2e1cabb59
Fix bundle signatures ( #1569 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-04 10:46:27 -04:00
David Holdeman
b4807708c8
Convert jenkins build_extra_bundles scripts to sh ( #1554 )
...
* Add checkout
* remove empty with statement
* Actually we do need push depth
* convert build_working_folder
* convert prepare_bundle
* fixed extension
* fixed closing bracket
* fixed comparison and assignments
* no comment
* convert compile_and_upload and clean
* convert build_simulator
* Finish converting build_working_folder
* convert build_java_console
* Add hashbangs
* remove findcyg instruction
* changed paths
* remove call
* add path
* fixed script names
* add prams
* fix cd
* convert clean_env_variables
* convert common_make.sh
* Added linux hex2dfu binary
* add file extension to linux hex2dfu
* add file extension to linux hex2dfu
* remove spurious paren
* fixed board name
* convert compile-frankenso-na6
* convert compile-frankenso-pal
* add hashbang
* convert compile-kinetis
* convert compile-mre-f4
* convert compile-mre-f4-hardware-QC-special-build
* convert compile-mre-f4-slave
* convert compile-mre-f7
* convert compile-mre-f7-test
* switch to underscores
* converting boards to sh
* convert prometheus
* convert proteus
* fixed path
* switch to underscores
* chmod and add extension
* add quotes
* Add check for Windows
* Add chmod
* fix script name
* fix error checking
* quote vars
* remove checking from batch shims
* fix typo
* change error checking to support nix style error codes
* switch to 1 retval
* cd back to firmware
* Add escapes
* change from cd to rel path
* add p flags to mkdir
Co-authored-by: David Holdeman <David Holdeman>
2020-07-01 14:09:01 -04:00
Matthew Kennedy
7b24da6abf
oops ( #1441 )
2020-05-16 20:38:38 -04:00
Matthew Kennedy
e54bcc70a0
s ( #1424 )
2020-05-11 23:23:04 -04:00
rusefi
a955e96b62
RED FATAL/CRITICAL LED is a bit dim when it should be OFF
...
fix https://github.com/rusefi/hw_microRusEfi/issues/157
2020-05-11 18:35:28 -04:00
Matthew Kennedy
36a742aa50
updates for proteus v0.3 ( #1418 )
...
* updates for v0.3
* board config too
* oops
2020-05-10 09:19:01 -04:00
Matthew Kennedy
858821ed66
proteus -> exti ( #1378 )
...
* proteus -> exti
* do frankenso pal the same way
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-06 18:52:15 -04:00
rusefi
7e82691319
oh what did I do
2020-05-02 22:27:20 -04:00
Matthew Kennedy
fe4b531aeb
Move ETB control to a thread ( #1374 )
...
* switch to thread
* actually use default frequency define
* crank ADC too
* make space in RAM
* remove TS field
* this should work for test
* fix dt
* re-resize ram
2020-04-28 07:22:31 -04:00
Matthew Kennedy
83cca6ec7a
allow overriding configuration ( #1341 )
...
* config overrides
* proteus too
* comment
* remove wno-error
* comment
2020-04-26 00:07:59 -04:00
rusefi
2a70659a28
wow maybe build time magic?! by DronoGus
2020-04-25 12:07:57 -04:00
Matthew Kennedy
001ef27eb8
support ETB disable pin ( #1273 )
...
* config & hand gen
* board configs
* add dc motor support
* initialization
* also set duty to zero
* use disable in etb
* fix proteus default
* add TS fields
* I guess we needed 8 bytes
* :D
* comment
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-10 17:27:13 -04:00
rusEfi
054c787d56
docs
2020-04-08 20:37:46 -04:00
Matthew Kennedy
e227018c85
Ts cleanup 2 ( #1226 )
...
* remove biquad config
* fuel pump clarity
* hide stuff
* hide more stuff correctly
* more hides
* hide comparator except for kinetis
* didn't mean to change all those
* fix kinetis
2020-03-26 11:41:58 -04:00
rusefi
09c4def495
proteus-f4 was requested
2020-03-18 11:37:53 -04:00
rusefi
76eedf1e2c
proteus-f4 was requested
2020-03-18 10:19:17 -04:00
rusefi
53b43776b8
proteus-f4 was requested
2020-03-18 09:32:46 -04:00
rusEfi
9316272f90
slow v12 progress
2020-03-07 00:45:45 -05:00
Matthew Kennedy
439b998cd6
proteus prepend ( #1166 )
2020-03-02 20:02:25 -05:00
rusefi
948bb2e70a
mapping docs
2020-02-29 23:22:39 -05:00
Matthew Kennedy
6307a446d3
Omit canned configs from Proteus ( #1159 )
...
* omit presets from proteus
* ifdef guard
2020-02-25 19:46:22 -05:00
rusefi
890984214f
explicit cross-referencing
2020-02-21 20:08:16 -05:00