Commit Graph

612 Commits

Author SHA1 Message Date
rusefi 5457287b2d surprise part #2 2020-07-25 13:17:16 -04:00
rusefi 3f53992c7d surprise! 2020-07-25 13:11:57 -04:00
rusefi f9dc225da3 better plugin file name and location 2020-07-21 20:09:17 -04:00
rusefi 6b4cbecd24 boring little details 2020-07-18 12:38:39 -04:00
rusefi eaca7ab0da console should be included into autoupdate bundle 2020-07-18 12:18:45 -04:00
David Holdeman 9071254932
pass ini file (#1612) 2020-07-17 22:32:53 -04:00
David Holdeman f6fad72b72
Fix Bundles (#1610)
* facepalm

* define BUNDLE_NAME

* oops
2020-07-16 20:51:55 -04:00
rusefi 0e7c20d38e many bundles are not uploaded #1609 2020-07-16 19:55:48 -04:00
David Holdeman 2aac840cec
Fix #1590 (#1602)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert gen_upload_docs.bat

* convert run.bat

* forgot to add run.sh

* convert gen_upload_docs.bat

* remove checking from bats

* change config

* fix path

* fix path again

* fix file extension

* remove escapes

* added missing quotation and escapes

* convert build_current_bundle

* convert clean_bootloader

* convert compile_bootloader_discovery

* convert compile_bootloader

* add env var to skip upload

* remove checking from compile.bat

* working on push.yaml

* finish sorting

* progress

* rename push to builds

* rename push to builds

* Add skip upload env var

* fix pull_request name

* fixed typo and changed name

* fixed indentation and runs-on

* try different env var setup

* add nucleos and switch to underscore

* add quotes

* remove boards that were commented

* remove boards that were commented

* fix project board name

* fixed variable name

* add ini-file and console-settings

* try installing gcc-multilib first

* Install g++-multilib as well

* remove unnecessary export

* fixed exit numbers

* change to different env setup

* add simulator and console compilation to board bundles

* changed OS and added linux simulator build

* add checkout and missing colon

* add gcc-multilib installes

* Install mingw

* fixed install

* remove mingw from linux sim and call compile directly

* change directory

* moved envs to command

* debug ls

* debug ls

* set ftp vars

* add makefile debug info

* removed batchecks

* redirect stdout to easier see orrs

* change name

* remove redirect, add file inpection

* Add conditional project name

* Try software upgrade

* missing char

* update ine files

* try quotes

* add escapes

* add quotes

* add escapes and quotes

* remove quotes and escapes

* remove software upgrade

* ignore test 2

* update apt

* like this then

* forgot import

* fix case

* remove RUSEFI_SKIP_UPLOAD and check RUSEFI_FTP_SERVER instead

* break workflow back apart

* upload simulator artifact

* fixed operator

* update apt

* change paths

* Update build-firmware.yaml

* move update bundle to artifacts

* fix var name

* Install ncftp

* set env vars conditionally

* remove check so zips are created

* try things the github way and copy to primary

* re-enable test

* missing space

* use bash

* use bash

* add workflow

* add check before upload

* install kicad

* switch firmware to bash

* switch unit_testts to bash

* switch jenkins to bash

* fix path

* pwd

* checkout submodules

* add ppa for kicad 5.1

* install xvfb and set DISPLAY

* use xvfb

* use python3 and add NO_DISPLAY var

* fetch all

* remove blob

* undo unintentional changes

* reset accidentally commited config.xmlu

* remove submodule

* fix path

* Only call one board

* make simulator and console conditional

* break away bundle packaging

* pass bundle name

* switch to bash

* make primary bundle conditional

* break away packaging for primary and pass config names

* Add default name to unit tests

* add check to skip config

* add property to skip config, and fix check

* switch primary bundle to still build

* switch to bash

* move default config to its own script

* add exit 0

* go back to gen_config running all boards

* remove TS stuf8f

* remove TS stuff

* switch to gen_config_board

* switch to bash

* add kinetis back

* add check for kinetis

* rename compile_and_upload

* add error checking

* Revert "add error checking"

This reverts commit f6c9b7f2521f9c28ea150da8e733c593a59596a1.

* Add readme

Co-authored-by: David Holdeman <David Holdeman>
2020-07-14 10:28:26 -04:00
David Holdeman ca885d2a3b
Improve Jenkins set-up documentation (#1603) 2020-07-13 14:16:39 -04:00
David Holdeman da03fb3034
Convert documentation (#1600)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert gen_upload_docs.bat

* convert run.bat

* forgot to add run.sh

* convert gen_upload_docs.bat

* remove checking from bats

* change config

* fix path

* fix path again

* fix file extension

* remove escapes

* added missing quotation and escapes

* convert build_current_bundle

* convert clean_bootloader

* convert compile_bootloader_discovery

* convert compile_bootloader

* add env var to skip upload

* remove checking from compile.bat

* working on push.yaml

* finish sorting

* progress

* rename push to builds

* rename push to builds

* Add skip upload env var

* fix pull_request name

* fixed typo and changed name

* fixed indentation and runs-on

* try different env var setup

* add nucleos and switch to underscore

* add quotes

* remove boards that were commented

* remove boards that were commented

* fix project board name

* fixed variable name

* add ini-file and console-settings

* try installing gcc-multilib first

* Install g++-multilib as well

* remove unnecessary export

* fixed exit numbers

* change to different env setup

* add simulator and console compilation to board bundles

* changed OS and added linux simulator build

* add checkout and missing colon

* add gcc-multilib installes

* Install mingw

* fixed install

* remove mingw from linux sim and call compile directly

* change directory

* moved envs to command

* debug ls

* debug ls

* set ftp vars

* add makefile debug info

* removed batchecks

* redirect stdout to easier see orrs

* change name

* remove redirect, add file inpection

* Add conditional project name

* Try software upgrade

* missing char

* update ine files

* try quotes

* add escapes

* add quotes

* add escapes and quotes

* remove quotes and escapes

* remove software upgrade

* ignore test 2

* update apt

* like this then

* forgot import

* fix case

* remove RUSEFI_SKIP_UPLOAD and check RUSEFI_FTP_SERVER instead

* break workflow back apart

* upload simulator artifact

* fixed operator

* update apt

* change paths

* Update build-firmware.yaml

* move update bundle to artifacts

* fix var name

* Install ncftp

* set env vars conditionally

* remove check so zips are created

* try things the github way and copy to primary

* re-enable test

* missing space

* use bash

* use bash

* add workflow

* add check before upload

* install kicad

* switch firmware to bash

* switch unit_testts to bash

* switch jenkins to bash

* fix path

* pwd

* checkout submodules

* add ppa for kicad 5.1

* install xvfb and set DISPLAY

* use xvfb

* use python3 and add NO_DISPLAY var

* fetch all

* remove blob

* undo unintentional changes

* reset accidentally commited config.xmlu

* remove submodule

* fix path

Co-authored-by: David Holdeman <David Holdeman>
2020-07-11 22:57:00 -04: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
David Holdeman 15e44ae9cc
Use github actions to build and upload bundles (#1583)
* add env var to skip upload

* remove checking from compile.bat

* working on push.yaml

* finish sorting

* progress

* rename push to builds

* rename push to builds

* Add skip upload env var

* fix pull_request name

* fixed typo and changed name

* fixed indentation and runs-on

* try different env var setup

* add nucleos and switch to underscore

* add quotes

* remove boards that were commented

* remove boards that were commented

* fix project board name

* fixed variable name

* add ini-file and console-settings

* try installing gcc-multilib first

* Install g++-multilib as well

* remove unnecessary export

* fixed exit numbers

* change to different env setup

* add simulator and console compilation to board bundles

* changed OS and added linux simulator build

* add checkout and missing colon

* add gcc-multilib installes

* Install mingw

* fixed install

* remove mingw from linux sim and call compile directly

* change directory

* moved envs to command

* debug ls

* debug ls

* set ftp vars

* add makefile debug info

* removed batchecks

* redirect stdout to easier see orrs

* change name

* remove redirect, add file inpection

* Add conditional project name

* Try software upgrade

* missing char

* update ine files

* try quotes

* add escapes

* add quotes

* add escapes and quotes

* remove quotes and escapes

* remove software upgrade

* ignore test 2

* update apt

* like this then

* forgot import

* fix case

* remove RUSEFI_SKIP_UPLOAD and check RUSEFI_FTP_SERVER instead

* break workflow back apart

* upload simulator artifact

* fixed operator

* update apt

* change paths

* Update build-firmware.yaml

* move update bundle to artifacts

* fix var name

* Install ncftp

* set env vars conditionally

* remove check so zips are created

* try things the github way and copy to primary

* re-enable test

* missing space
2020-07-08 11:10:24 -04:00
rusefi efa30265ed $$$ 2020-07-07 15:02:19 -04:00
rusefi 42ca3a1fdc 60 pin 2020-07-07 14:34:13 -04:00
rusefi 62c384d3a4 Merge remote-tracking branch 'origin/master' 2020-07-07 13:26:05 -04:00
rusefi 9a2567bef6 docs 2020-07-07 13:25:41 -04:00
David Holdeman c4e4d5fa7c
Fix 1575 (#1578)
* remove no_asserts version

* add quotes to fix extra underscore

* add bundle name to primary bundle
2020-07-06 18:46:26 -04:00
rusefi d791508d71 progress - consuming new .ini file names 2020-07-06 01:17:50 -04:00
rusefi 585b0f8011 generated 2020-07-06 01:06:27 -04:00
rusefi b67f592f1d s/COMPILE_FOLDER/BOARD_NAME/ 2020-07-06 00:05:22 -04:00
rusefi 4902bf9cab ooooops 2020-07-05 23:54:43 -04:00
rusefi a2b14cb297 trying to simplify things a bit 2020-07-05 23:09:43 -04:00
rusefi b4955da576 # just for now - DFU work in progress 2020-07-05 21:23:06 -04:00
rusefi a9c79a1dd6 removing drivers from update bundle 2020-07-05 14:45:12 -04:00
rusefi 7df5795dcd removing drivers from update bundle 2020-07-05 14:43:56 -04:00
rusefi d2537c57fa HW integration uses outdated binary #1570
||
2020-07-04 20:11:55 -04:00
rusefi 38dbb053b4 HW integration uses outdated binary #1570
] not }
} not ]
2020-07-04 19:59:02 -04:00
David Holdeman a2573f5acd
Convert integration_and_primary_bundle scripts to sh (#1562)
* convert gen_upload_docs.bat

* convert run.bat

* forgot to add run.sh

* convert gen_upload_docs.bat

* remove checking from bats

* fix path

* fix path again

* fix file extension

* remove escapes

* added missing quotation and escapes

* add escapes

* change config for testing

* convert build_current_bundle

* convert clean_bootloader

* convert compile_bootloader_discovery

* convert compile_bootloader

* fix path

* convert run.sh

* fix path again

* convert hw_test

* convert flash_erase407

* convert flash_openocd407

* fix missing or

* fix another missing or

* fix quote

* add quotes

* add more quotes

* remove spurious call

* add more quotes

* convert simulator_test

* Add simulator_test

* Added semicolon

* add exports

* change destination path

* add quotes and error check

* moved rm and changed path back

* change path

* let the dead be

* add env var to skip hw test

* redo logic

Co-authored-by: David Holdeman <David Holdeman>
2020-07-03 11:03:50 -04:00
rusefi 4fde0f20cc drivers not needed in autoupdate bundle 2020-07-02 23:29:49 -04:00
rusefi 8360a5d111 bugfix - bundle name inside bundle 2020-07-02 23:28:08 -04:00
rusefi a95a0a473d making things a bit less confusing? 2020-07-01 23:39:09 -04:00
rusefi caf740a2f3 trying to fix autoupdate .zip 2020-07-01 23:38:04 -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
rusefi 88a00bec0f important file :) 2020-06-25 11:53:48 -04:00
rusefi cc9134ac39 GH actions are now the source of separate files, if anyone even cares 2020-06-22 20:41:35 -04:00
rusefi d194fd4608 removing some legacy behaviour 2020-06-18 13:27:24 -04:00
rusefi d389d9abf3 new interesting fork! 2020-06-18 12:57:16 -04:00
rusefi a27e55bd37 removing some legacy behaviour 2020-06-18 12:43:22 -04:00
rusefi cf11ac3d47 TS plugin into bundle 2020-06-17 23:54:11 -04:00
rusefi c27dfae2bb TS plugin 2020-06-17 23:19:07 -04:00
rusefi 7a5fd95bf0 autoupdate DOES IT WORK?! 2020-06-07 00:49:38 -04:00
rusefi b500b1acf0 autoupdate progress 2020-06-07 00:12:49 -04:00
rusefi 16dffa64fa autoupdate 2020-06-06 22:42:57 -04:00
rusefi 4580630a35 autoupdate 2020-06-06 22:26:15 -04:00
rusefi 962cc4c7fe autoupdate 2020-06-06 20:42:42 -04:00
rusefi d1826f9731 autoupdate file 2020-06-06 19:51:11 -04:00
rusefi 0a639e914c autoupdate file 2020-06-06 18:45:53 -04:00
rusefi dad5c52b61 autoupdate file 2020-06-06 18:41:59 -04:00
rusefi 0a44e43d67 autoupdate file 2020-06-06 18:02:19 -04:00
rusefi 041ee0b179 autoupdate file 2020-06-06 17:53:53 -04:00
rusefi 956f197240 bundle_full_name 2020-06-06 17:26:39 -04:00
rusefi 1ad2b83ce2 bundle_name.ini 2020-06-06 17:17:33 -04:00
rusefi 5aa554f452 refactoring 2020-06-06 16:52:29 -04:00
rusefi 29a36085ff safer name for QC build 2020-05-23 17:18:26 -04:00
rusefi d3ea2694e1 we will now have unique per-bundle DFU file names 2020-05-22 14:14:51 -04:00
rusefi c9cc928df6 pre-sets progress 2020-05-22 13:12:16 -04:00
rusefi 40cd8219da MRE to top of build sequence 2020-05-22 09:15:56 -04:00
rusefi d107cdd20f that's cute 2020-05-22 08:49:54 -04:00
rusefi 5c5c8afe9f good morning 2020-05-22 08:30:19 -04:00
rusefi 850a08aaa8 good night 2020-05-22 01:57:39 -04:00
rusefi 39aa667c62 wow that's old! also not working maybe? 2020-05-10 22:50:45 -04:00
rusefi 6b19b10783 less important now 2020-05-09 16:41:24 -04:00
rusefi 22e1e3e783 dron0gus 2020-05-06 19:10:56 -04:00
rusefi 7686ee271c https://github.com/rusefi/rusefi_documentation/issues/37 2020-04-29 18:46:51 -04:00
rusefi 965c06c079 https://github.com/rusefi/rusefi_documentation/issues/37 2020-04-29 18:41:40 -04:00
rusefi f8f5db6480 more ebay 2020-04-28 13:18:14 -04:00
rusefi c2645e390f short URL 2020-04-25 22:24:18 -04:00
rusefi 55956c1c50 removing exif 2020-04-24 00:32:07 -04:00
rusefi 5310faa87d making CI just a bit quicker 2020-04-23 17:35:47 -04:00
rusefi b135d3ce30 gcov script improvements 2020-04-21 17:33:29 -04:00
rusefi be497685a0 Renix 44-2-2 2020-04-18 22:20:17 -04:00
rusefi be83556c68 some better links 2020-04-18 21:46:02 -04:00
rusefi 5b6e89e958 better redirect 2020-04-18 20:28:59 -04:00
rusefi a391e91e34 automation 2020-04-18 16:43:32 -04:00
rusefi c166ee9d58 Fresh generated - auto 2020-04-18 16:40:59 -04:00
rusefi 9513d6e604 progress 2020-04-18 16:38:43 -04:00
rusefi 1ee95abde8 progress 2020-04-17 14:02:10 -04:00
rusefi d79251108d NOx-z 2020-04-12 18:08:07 -04:00
rusefi 57d6d05335 fresh html 2020-04-03 12:24:59 -04:00
rusefi 318bffaf53 f4-slave 2020-03-29 21:42:43 -04:00
rusefi 90c968855d $$$ 2020-03-29 08:23:41 -04:00
rusefi 6f788e7e4d nicer logo for main page 2020-03-28 20:26:28 -04:00
rusefi 6a4129f8a1 the most important files 2020-03-28 18:59:32 -04:00
rusefi 4e891eb822 progress 2020-03-28 17:59:04 -04:00
rusefi d15fbaefd9 better text? 2020-03-28 16:46:46 -04:00
rusefi 704c33ae5b JS 2020-03-28 16:34:41 -04:00
rusefi 77d0ab7cb5 now with JS 2020-03-28 15:35:54 -04:00
rusefi 1091add820 progress 2020-03-28 13:10:27 -04:00
rusefi 9e0013ad23 progress 2020-03-28 12:58:14 -04:00
rusefi 512a4e87c9 www progress 2020-03-28 12:43:52 -04:00
rusefi f4ec5d926c maybe it's worse now? 2020-03-28 12:02:08 -04:00
rusefi c5d3a34bac Merge branch 'master' of https://github.com/rusefi/rusefi 2020-03-28 11:47:22 -04:00
rusefi e18b73f1b0 moving social to footper 2020-03-27 23:18:38 -04:00
rusEfi 603b3918e2 let's welcome CJ125! 2020-03-27 20:03:16 -04:00
rusefi a0cdb324c1 titles matter 2020-03-27 15:47:48 -04:00
rusefi aaf65d061b extracting CSS & adding analytics 2020-03-27 13:57:03 -04:00
rusefi 53b43776b8 proteus-f4 was requested 2020-03-18 09:32:46 -04:00
rusefi b7c4ac2495 happy new year 2020-03-10 22:48:20 -04:00
rusefi 7b8252ea1e Strategy 2019 is Strategy 2020 2020-03-01 21:31:00 -05:00
rusefi 3bbad30fd2 Strategy 2019 is Strategy 2020 2020-03-01 21:30:04 -05:00
rusefi 7a4a4c2c64 more Proteus CI 2020-02-02 08:42:05 -05:00
rusefi e7deff7a79 proteus build into CI 2020-02-01 14:27:41 -05:00
rusefi c6ada3360c ibom 2020-01-27 00:34:49 -05:00
rusefi 53d5723e18 Merge branch 'master' of https://github.com/rusefi/rusefi 2019-12-08 20:16:18 -05:00
rusefi 6481662092 reducing code duplication & including kinetis 2019-12-04 07:50:46 -05:00
rusefi 68633d27d4 F7 else... 2019-11-20 23:00:55 -05:00
rusefi e823c9f51c docs 2019-11-20 21:01:47 -05:00
rusefi 53a1fd02b8 jenkins reuse for PR 2019-11-20 19:46:46 -05:00
rusefi 97ed17fd37 docs ooops 2019-11-20 00:59:20 -05:00
rusefi e279a614e6 docs 2019-11-20 00:58:41 -05:00
rusefi c26dd1676b SDP first naive edition 2019-11-19 23:20:31 -05:00
rusefi 8573f995a6 better folder for these files 2019-11-19 23:01:13 -05:00
rusefi cdf0ef3109 the heroes 2019-11-19 19:06:16 -05:00
rusefi 6f9ed5205d we have MRE F4 now 2019-11-06 18:58:11 -05:00
rusefi b001e668d4 #829 2019-10-17 03:18:54 -04:00
rusefi f5eeb651ee www 2019-09-16 20:47:15 -04:00
rusefi 12357897d4 mre-test 2019-08-30 22:25:34 -04:00
rusefi 0075a84edd unit tests code coverage #653 2019-08-25 21:59:02 -04:00
rusEfi 64fc6d0f4f notes 2019-08-13 19:15:51 -04:00
rusEfi 0625b91404 notes 2019-08-10 17:43:24 -04:00
rusEfi dfc4f3451a DfuSe into bundle 2019-08-03 18:39:53 -04:00
rusefi 8370022266 F7 bundles rusEfi console should erase and program using F7 configs #893 2019-07-31 23:15:13 -04:00
rusefi 1bd34df925 F7 bundles rusEfi console should erase and program using F7 configs #893 2019-07-31 22:26:12 -04:00
rusefi 173de6b75e fresh openocd 2019-07-28 18:56:35 -04:00
rusefi c23e99e870 more info into jenkins output 2019-07-14 15:00:56 -04:00
rusefi 524c4e99c3 fixing bundles 2019-07-13 18:22:18 -04:00
rusefi 24c41a2435 simulator into other bundles 2019-07-13 17:21:20 -04:00
rusefi 87233c1e36 fixing build 2019-07-07 17:50:51 -04:00
rusefi 5a379f8ee8 reducing duplication 2019-07-07 17:26:47 -04:00
rusefi f0b9ee8ffb ibom for kicad5 progress 2019-07-07 16:53:45 -04:00
rusefi 3bf055cbdd fixing rusefi.dfu into bundle 2019-07-07 07:42:17 -04:00
rusefi e15e15ee82 where is rusefi.dfu? also minor build script fix 2019-07-07 04:46:23 -04:00
rusefi 2d78071330 bundle folder name is broken :( 2019-07-01 12:22:58 -04:00
rusefi 78ed444e9d bundle folder name is broken :( 2019-07-01 11:44:59 -04:00
rusefi 31a9d9bc78 bundle folder name is broken :( 2019-07-01 11:19:06 -04:00
rusefi cf677da6a2 this is BS :( 2019-07-01 10:11:59 -04:00
rusefi e8aa4d3a20 this is BS :( 2019-07-01 10:10:32 -04:00
rusefi bef3c6e8c1 bundle folder name is broken :( 2019-07-01 09:31:35 -04:00
rusefi 70d2558f04 Usability - simple VCP and 2019-07-01 01:10:38 -04:00
rusefi 3c815f8071 Windows drivers into bundle 2019-06-30 22:28:58 -04:00
rusefi aa56d4b3e4 Windows drivers into bundle 2019-06-30 19:47:33 -04:00
rusefi 57236fe82d Windows drivers into bundle 2019-06-30 19:00:27 -04:00
rusefi d5e94c8212 Windows drivers into bundle 2019-06-30 18:07:55 -04:00
rusefi e99f5ab0a6 more IBOMs 2019-06-27 07:36:12 -04:00
rusefi aa46f51308 we have a fix in ibom tool! 2019-06-27 06:04:16 -04:00
rusEfi 634f071b35 usability 2019-06-26 22:58:52 -04:00
rusefi c008db2aea git drama next steps 2019-06-25 20:38:08 -04:00
rusefi ccd9b6cce7 more on git drama 2019-06-25 20:32:22 -04:00
rusefi 3f0dd6646f progress 2019-06-25 02:26:10 -04:00
rusefi 9f91dec658 paths with spaces are sweet 2019-06-22 13:55:21 -04:00
rusefi 717d38fa86 important stuff 2019-06-21 23:39:29 -04:00
rusefi 0987bd4ab7 funny typo 2019-06-21 23:00:54 -04:00
rusefi 24930780cf www 2019-06-21 20:00:55 -04:00
rusefi 576ca9878b landing page 2019-06-21 19:53:07 -04:00
rusefi 8bed1bb0ed installer usability - ST drivers #845 2019-06-16 19:35:07 -04:00
rusefi ef0ed93945 installer usability - ST drivers #845 2019-06-16 19:32:52 -04:00
rusefi fd127c9a08 installer usability - ST drivers #845 2019-06-16 19:29:50 -04:00
rusefi d9e2a976a5 strategy 2019-06-10 21:42:58 -04:00
rusefi fa9b5f1b56 2019 2019-06-10 21:16:45 -04:00
rusefi 34d26f7a03 MRE to use MRE.ini 2019-06-09 21:08:19 -04:00
rusefi 38446a3246 NA6 bundle 2019-06-09 21:00:01 -04:00
rusefi 53271a6c79 nicer bundle folder structure and reducing unneeded content #833 2019-06-09 19:57:09 -04:00
rusefi 96db58b7a6 trying to revive SVN sync 2019-06-09 19:47:28 -04:00
rusefi 5bc0afb458 nicer bundle folder structure and reducing unneeded content #833 2019-06-09 19:35:27 -04:00
rusefi 17f1204871 nicer bundle folder structure and reducing unneeded content #833 2019-06-09 19:17:32 -04:00
rusefi d76dcac0d5 nicer bundle folder structure and reducing unneeded content #833 2019-06-09 19:05:57 -04:00
rusefi 658cfb5d57 nicer bundle folder structure and reducing unneeded content #833
fresh launcher build with newer version of launch4j
2019-06-09 19:04:25 -04:00
rusefi e9fc99f758 nicer bundle folder structure and reducing unneeded content #833 2019-06-09 18:48:13 -04:00
rusefi 0e5d693e34 jenkins 2019-06-08 22:20:11 -04:00
rusefi 7e26520eb6 nicer bundle folder structure and reducing unneeded content #833 2019-06-08 22:17:59 -04:00
rusefi 30be911155 nicer bundle folder structure and reducing unneeded content #833 2019-06-08 22:05:52 -04:00
rusefi 6f57a7f330 fail to generate F7 DFU files #696 2019-06-08 20:01:19 -04:00
rusefi 9001a78296 nicer bundle folder structure and reducing unneeded content #833 2019-06-08 18:38:08 -04:00
rusefi a67713e4a0 nicer bundle folder structure and reducing unneeded content #833 2019-06-08 17:35:55 -04:00
rusefi 18a9147451 reducing or increasing comlexity with two sets of files
reducing bundle size
2019-06-08 16:15:32 -04:00
rusefi 643bbd20d3 reducing scripts duplication 2019-06-08 10:57:41 -04:00
rusefi f4f929b106 reducing scripts duplication 2019-06-08 10:49:27 -04:00
rusefi 126745ab35 reducing scripts duplication 2019-06-08 10:35:16 -04:00
rusefi 8613ec5c19 reducing scripts duplication 2019-06-07 19:57:00 -04:00
rusefi 728ff18f20 reducing scripts duplication 2019-06-07 19:54:15 -04:00
rusefi bf731485b6 reducing scripts duplication 2019-06-07 19:50:46 -04:00
rusefi 0f93118779 git skills 2019-06-07 10:52:32 -04:00
rusefi 7ff3dd3d80 sleep did not help 2019-06-02 19:20:42 -04:00
rusefi 21674c00d3 dead horse 2019-06-01 21:20:02 -04:00
rusefi 1925beb23f fresh openocd 2019-06-01 21:15:30 -04:00
rusefi dc9bf07414 need more DevOps :( trying with 'sleep' 2019-06-01 20:25:51 -04:00
rusefi 88c62b9528 DevOps forever 2019-06-01 14:08:31 -04:00
rusefi d2116225bb as I said, DevOps 2019-06-01 13:47:15 -04:00
rusefi ea3bf0c4a9 I was born for DevOps 2019-06-01 13:13:04 -04:00
rusefi 2ef68add11 jenkins scripts :) 2019-06-01 13:01:43 -04:00
rusefi a60206a6ef jenkins cleanup 2019-06-01 12:34:29 -04:00
rusefi b649a8c507 docs 2019-06-01 10:37:32 -04:00
rusefi 0794a88f16 docs 2019-06-01 09:29:00 -04:00
rusefi 3327cf8b4e progress & fixinig unit tests 2019-06-01 09:11:01 -04:00
rusefi 0a2e837bed docs 2019-06-01 00:20:07 -04:00
rusefi c3a4a97361 docs 2019-05-31 23:15:18 -04:00
rusefi 45046d1482 docs 2019-05-31 22:44:11 -04:00
rusefi e5e2c6db16 install notes 2019-05-31 08:27:50 -04:00
rusEfi 5f0bd21ddd ibom progress 2019-05-27 22:34:21 -04:00
rusEfi 72b937e44a iBom progress 2019-05-27 18:32:30 -04:00
rusefi 38af7107f5 iBom progress 2019-05-25 17:18:27 -04:00
rusefi 4e19bce0f9 iBOM for K5 boards 2019-05-25 14:13:30 -04:00
rusefi ea5618dd30 docs 2019-05-03 09:27:11 -04:00
rusefi f09119b6fa ETB tiny progress 2019-04-22 21:32:55 -04:00
rusefi 723a54021e USB and TLE8888 not working for F4 or F767 #764
changing order of compilation in order to change which version is hw_tested
2019-04-20 22:13:50 -04:00
rusefi 8c62395a10 more timestamps into CI logs also parallel simulator compilation 2019-04-20 17:27:04 -04:00
rusefi bb8456ebf1 non-default CI issues 2019-04-19 13:57:58 -04:00
rusefi ccf52ec21a non-default CI issues 2019-04-19 13:52:13 -04:00
rusefi 360759b063 fail faster 2019-04-13 17:20:02 -04:00
rusefi 177296bb35 more messages for build server 2019-04-13 16:50:24 -04:00
rusefi 51ec9e81d5 I don't get it? 2019-04-12 18:53:25 -04:00
rusefi a8b6f89c96 what is wrong with CI? 2019-04-12 18:50:18 -04:00
rusefi 606b2e8e75 typo 2019-04-12 18:32:58 -04:00
rusefi 2cf0467bc4 prometheus CI 2019-04-12 17:44:05 -04:00
rusefi 8b44c85dd4 very old very unused stuff 2019-04-09 18:35:52 -04:00
rusEfi a3148a1c7d questions 2019-04-08 17:30:51 -04:00
rusefi 10b1fdf184 git 2019-03-29 09:38:08 -04:00
rusefi bd2b992918 unifying_file_naming 2019-03-29 09:11:13 -04:00
rusefi ba9ed59401 Firmware Update via UART and/or USB #398
bootloader into jenkins
2019-03-28 07:38:15 -04:00
rusefi 8e3e326603 rusEfi F767 does not start on my custom board #708 2019-03-20 16:54:09 -04:00
rusefi 25a6656505 docs 2019-03-12 20:09:33 -04:00
rusefi 976e889ce1 fresh openocd 2019-03-03 15:35:22 -05:00
rusefi a209077ee2 H7 dreams 2019-03-02 22:42:34 -05:00
rusefi 69c8cf92c7 #699 one step back 2019-02-28 22:36:46 -05:00
rusefi beea63c179 simulator back into CI 2019-02-28 19:02:32 -05:00
rusefi 5432ac0849 returning simlator test into CI 2019-02-28 18:38:27 -05:00
rusefi 0db9a46eb2 my love git 2019-02-26 10:04:04 -05:00
rusefi 3feca191ad F7 2019-02-21 20:51:30 -05:00
rusefi 7476941017 F7 2019-02-21 13:30:27 -05:00
rusefi e3e9bde150 F7 2019-02-21 12:38:39 -05:00
rusefi 8d195f211a F7 2019-02-21 12:29:50 -05:00
rusefi f7cbaca550 F767 CI 2019-02-20 05:55:30 -05:00
rusefi 4ee9b755aa F767 build 2019-02-19 21:30:41 -05:00
rusefi f30fab45ed F746 CI 2019-02-17 13:53:02 -05:00
rusefi 9db083e507 F746 CI 2019-02-17 13:45:08 -05:00
rusefi 8c88f54b1d F746 CI 2019-02-17 13:17:56 -05:00
rusefi 88e13e4f13 F746 CI 2019-02-17 12:54:02 -05:00
rusefi 098a8b3148 how about? 2019-02-13 16:51:26 -05:00
rusefi 697f277940 jenkins 2019-02-12 20:20:02 -05:00
rusefi 823a1d1ac4 jenkins 2019-02-12 20:12:03 -05:00
rusefi 4983a9c442 jenkins 2019-02-12 20:08:13 -05:00
rusefi 20fea6c46b Jenkins refactoring 2019-02-12 20:01:16 -05:00
rusefi de548c7449 fresh openocd 2019-02-06 22:50:42 -05:00
rusefi 2d8c933615 F7 2019-02-06 19:03:19 -05:00
rusefi 34928c1253 docs 2019-02-02 20:55:55 -05:00
rusefi 572c40a369 tools: InteractiveHtmlBom is now a nightly job 2019-02-02 20:37:42 -05:00
rusefi f155b21855 tools: InteractiveHtmlBom is now a nightly job 2019-02-02 20:25:55 -05:00
rusefi c272178d50 tools: InteractiveHtmlBom is now a nightly job 2019-02-02 20:16:05 -05:00
rusefi 564611cf3f tools: InteractiveHtmlBom is now a nightly job 2019-02-02 20:05:30 -05:00
rusefi 43abc97cbe getting ready for #631 2019-01-27 21:32:41 -05:00
rusefi 6bc4470e05 docs 2019-01-14 19:16:20 -05:00
rusefi a24566abc5 ooooops I forgot about Jenkins settings! 2019-01-12 21:15:05 -05:00
rusefi cf6b9fb0be git hints 2019-01-12 14:06:29 -05:00
rusefi 82f70bdc05 new old laptop :) 2019-01-11 17:58:10 -05:00
rusefi 8bcb8ef611 helping build server 2019-01-06 19:47:43 -05:00
rusefi ecb74e7743 consistency 2019-01-04 20:00:45 -05:00
rusefi 6e1e00f42d #147 2019-01-04 18:27:33 -05:00
rusEfi 75ea1a57f7 #147 2019-01-04 17:27:14 -05:00
rusefi bbd205c294 evil 2019-01-03 11:19:17 -05:00
rusefi 2ca8c2c509 evil fix 2019-01-02 23:27:12 -05:00
rusefi 0357ce332c evil 2019-01-02 22:32:30 -05:00
rusefi 9231660f82 #638 benchmark 2018-12-27 19:44:00 -05:00
rusefi 04a02f398d #638 benchmark 2018-12-27 19:42:43 -05:00
rusefi 6dbe0b6cde #638 benchmark 2018-12-27 19:20:15 -05:00
rusefi ba52ee829d docs 2018-12-19 21:48:57 -05:00
rusefi e467b0184d dead code 2018-12-16 01:58:36 -05:00
rusefi 7a6b080555 dead code 2018-12-16 01:58:01 -05:00
rusefi 89829cde49 better place for these legacy scripts 2018-12-16 01:57:44 -05:00
rusefi 8a1a4ff787 better folder structure 2018-12-16 00:19:15 -05:00
rusefi e21dc87995 fix? 2018-12-15 23:28:55 -05:00
rusefi 05b46304e5 docs 2018-12-15 23:23:54 -05:00
rusefi ba1dcdd1ed better folder structure 2018-12-15 22:39:49 -05:00
rusefi cd24decdf7 better folder stucture & docs 2018-12-15 22:23:05 -05:00
rusefi b794d2fc92 hiding weird stuff 2018-12-15 22:15:06 -05:00
rusefi 35c356dce1 removing really old stuff 2018-12-15 22:14:17 -05:00
rusefi 78daad4b3e adjusting scripts 2018-10-14 10:03:52 -04:00
rusefi ca1eef2233 "older st-link" checkbox is not needed anymore! 2018-10-13 14:04:19 -04:00
rusefi 7970659284 update to fresh openocd 0.10.0 2018-10-13 10:52:48 -04:00
rusefi 8b661bfe66 docs 2018-02-11 19:56:05 +03:00
rusEfi fd59f3e909 #556 2018-01-26 16:36:33 -05:00
rusEfi c54877a114 #556 2018-01-26 16:18:06 -05:00
rusefi dec386e2e9 docs 2018-01-23 16:40:59 -05:00
rusefi 4c297e85e0 docs 2018-01-23 14:45:56 -05:00
rusefi eb8cbaf282 fixing jenkins 2018-01-23 14:22:53 -05:00
rusefi cc55abb3be #463 & docs 2018-01-23 13:59:20 -05:00
rusefi 6906f14fc9 fixing build system 2018-01-18 12:30:51 -05:00
rusefi 6cf52e5b43 #535
google-analytics
2018-01-15 17:09:18 -05:00
rusefi 19bd7eb8c9 #535 2018-01-15 17:05:45 -05:00
rusefi 9b8ada5cd6 #535 2018-01-15 17:01:25 -05:00
rusefi 8c740c511e redirect fix / docs 2018-01-14 22:51:41 -05:00
rusefi 142fd1e92b #535
github
2018-01-14 21:02:15 -05:00
rusefi 2ac880cb35 #535
paypal
2018-01-14 21:01:18 -05:00
rusefi d0b0ca2090 #535
tindie & facebook
2018-01-14 20:53:27 -05:00
rusefi d501853565 #535 default file 2018-01-14 20:47:20 -05:00
rusefi c059d9baa9 #535 2018-01-14 17:14:52 -05:00
rusefi 5d983865c6 #535 2018-01-14 17:11:22 -05:00
rusefi dca2ef53ed #535 2018-01-14 17:04:27 -05:00
rusEfi f381b1d86b better file names 2017-12-03 17:52:40 -05:00
rusefi 7afb09d353 main page artwork 2017-11-08 13:39:24 -05:00