Commit Graph

241 Commits

Author SHA1 Message Date
Matthew Kennedy 7af3931032 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
David Holdeman 2a6efec24f Pinouts Improvements (#2263)
* redo pinout generation in ci script

* missing operand

* fix some errors

* copy yaml

* more bugs

* fix bug

* wait for image to load

* set background color for hover in dark theme

* add feature: click on rows to select pin

* change cursor to pointer

* undo accidental submodule bump

* oops
2021-02-01 17:31:36 -06:00
David Holdeman 46ac46f171 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
David Holdeman 638b04095c iBOM improvements (#2239)
* switch to official ppa

* remove xvfb dependency

* gen all boards

* redirect output

* seems xvfb is still needed

* undocumented commands?

* update InteractiveHtmlBom

* try without xvfb again

* remove tracks flag, move nets flag to var

* Undo rescue entry
2021-01-28 19:41:24 -05:00
rusefillc 2ab853bd19 hellen72 2021-01-08 13:30:35 -05:00
rusefillc 9fedcbffe4 pwd 2021-01-08 13:09:22 -05:00
rusefillc 9570459c1d moving start-up script from java to bash 2020-12-12 18:39:05 -05:00
rusefillc ffe1a29c71 better ant task name 2020-12-12 16:14:21 -05:00
rusefillc 26370eb887 remote: update to release feature 2020-10-07 20:47:31 -04:00
rusefi 1d99e908a1 cypress into GHA #1819 2020-09-27 06:13:58 -04:00
rusefi 07d075671b trigger and VSS hw integrated testing #1668
clean-up
2020-08-08 11:04:26 -04:00
rusefi ff3aad6a30 surprise part #2 2020-07-25 13:17:16 -04:00
rusefi 6dab8d4d5e surprise! 2020-07-25 13:11:57 -04:00
rusefi 9828cf3ce1 better plugin file name and location 2020-07-21 20:09:17 -04:00
rusefi 34e999686c boring little details 2020-07-18 12:38:39 -04:00
rusefi c9a72d3ea6 console should be included into autoupdate bundle 2020-07-18 12:18:45 -04:00
David Holdeman 4774380e0b pass ini file (#1612) 2020-07-17 22:32:53 -04:00
David Holdeman 41e9cdef8d Fix Bundles (#1610)
* facepalm

* define BUNDLE_NAME

* oops
2020-07-16 20:51:55 -04:00
rusefi 95a67c3bf0 many bundles are not uploaded #1609 2020-07-16 19:55:48 -04:00
David Holdeman 2e6bf309e0 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 55fc01779a Improve Jenkins set-up documentation (#1603) 2020-07-13 14:16:39 -04:00
David Holdeman 9dd6a9e321 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 a2078e9cfe 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 d4d5a699f0 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
David Holdeman 2a4253d5cc 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 eee51a575f progress - consuming new .ini file names 2020-07-06 01:17:50 -04:00
rusefi e87e8ed815 generated 2020-07-06 01:06:27 -04:00
rusefi 9634c83f43 s/COMPILE_FOLDER/BOARD_NAME/ 2020-07-06 00:05:22 -04:00
rusefi 6ad28bb692 ooooops 2020-07-05 23:54:43 -04:00
rusefi 41d89f0d59 trying to simplify things a bit 2020-07-05 23:09:43 -04:00
rusefi e8f470dfbf # just for now - DFU work in progress 2020-07-05 21:23:06 -04:00
rusefi 4fd1c8f9d3 removing drivers from update bundle 2020-07-05 14:45:12 -04:00
rusefi addea42ced removing drivers from update bundle 2020-07-05 14:43:56 -04:00
rusefi d9043afdf8 HW integration uses outdated binary #1570
||
2020-07-04 20:11:55 -04:00
rusefi 2b2ace679c HW integration uses outdated binary #1570
] not }
} not ]
2020-07-04 19:59:02 -04:00
David Holdeman 1fdfb2cf31 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 1ba9ee7222 drivers not needed in autoupdate bundle 2020-07-02 23:29:49 -04:00
rusefi 07dae88c39 bugfix - bundle name inside bundle 2020-07-02 23:28:08 -04:00
rusefi 101eeee497 making things a bit less confusing? 2020-07-01 23:39:09 -04:00
rusefi 1430705fa5 trying to fix autoupdate .zip 2020-07-01 23:38:04 -04:00
David Holdeman 8a7220d989 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 c9f24cd06b GH actions are now the source of separate files, if anyone even cares 2020-06-22 20:41:35 -04:00
rusefi e9dc0f776f removing some legacy behaviour 2020-06-18 13:27:24 -04:00
rusefi 80a167f404 removing some legacy behaviour 2020-06-18 12:43:22 -04:00
rusefi 9cb3669a69 TS plugin into bundle 2020-06-17 23:54:11 -04:00
rusefi 053c917d86 autoupdate 2020-06-06 22:42:57 -04:00
rusefi a1d0ac0e1d autoupdate 2020-06-06 22:26:15 -04:00
rusefi e45ce874cb autoupdate 2020-06-06 20:42:42 -04:00
rusefi 521229dea7 autoupdate file 2020-06-06 19:51:11 -04:00
rusefi 8974eb2445 autoupdate file 2020-06-06 18:45:53 -04:00
rusefi cd95be0ea0 autoupdate file 2020-06-06 18:41:59 -04:00
rusefi 8b5b9a175d autoupdate file 2020-06-06 18:02:19 -04:00
rusefi b839464f02 autoupdate file 2020-06-06 17:53:53 -04:00
rusefi 12e8caf5fe bundle_full_name 2020-06-06 17:26:39 -04:00
rusefi 71032041d7 bundle_name.ini 2020-06-06 17:17:33 -04:00
rusefi 7ad8b2c863 refactoring 2020-06-06 16:52:29 -04:00
rusefi 68fea52129 safer name for QC build 2020-05-23 17:18:26 -04:00
rusefi 2c38329ee5 we will now have unique per-bundle DFU file names 2020-05-22 14:14:51 -04:00
rusefi 5e202930f4 pre-sets progress 2020-05-22 13:12:16 -04:00
rusefi 2f38eb468a MRE to top of build sequence 2020-05-22 09:15:56 -04:00
rusefi aac664f437 that's cute 2020-05-22 08:49:54 -04:00
rusefi d8ecbbd846 good morning 2020-05-22 08:30:19 -04:00
rusefi 7e1c8d1839 good night 2020-05-22 01:57:39 -04:00
rusefi 7722ae2815 wow that's old! also not working maybe? 2020-05-10 22:50:45 -04:00
rusefi d58c64ea17 less important now 2020-05-09 16:41:24 -04:00
rusefi 043cf5ccaf making CI just a bit quicker 2020-04-23 17:35:47 -04:00
rusefi f3fe490cc1 gcov script improvements 2020-04-21 17:33:29 -04:00
rusefi 9449745498 automation 2020-04-18 16:43:32 -04:00
rusefi 711c7c970a Fresh generated - auto 2020-04-18 16:40:59 -04:00
rusefi db513d711d progress 2020-04-18 16:38:43 -04:00
rusefi a806f14c24 f4-slave 2020-03-29 21:42:43 -04:00
rusEfi 10f02f5fa4 let's welcome CJ125! 2020-03-27 20:03:16 -04:00
rusefi ed947d5ce6 proteus-f4 was requested 2020-03-18 09:32:46 -04:00
rusefi d645ea2d1e more Proteus CI 2020-02-02 08:42:05 -05:00
rusefi 81e7a50174 proteus build into CI 2020-02-01 14:27:41 -05:00
rusefi b34b7d5ac3 ibom 2020-01-27 00:34:49 -05:00
rusefi 75294c54eb Merge branch 'master' of https://github.com/rusefi/rusefi 2019-12-08 20:16:18 -05:00
rusefi e2d2bd9996 reducing code duplication & including kinetis 2019-12-04 07:50:46 -05:00
rusefi eaf28ff8c4 F7 else... 2019-11-20 23:00:55 -05:00
rusefi 40a27ed0d9 docs 2019-11-20 21:01:47 -05:00
rusefi 1addb8cfc7 jenkins reuse for PR 2019-11-20 19:46:46 -05:00
rusefi c06b563912 docs 2019-11-20 00:58:41 -05:00
rusefi b171b5ebd4 we have MRE F4 now 2019-11-06 18:58:11 -05:00
rusefi e4737f8f24 #829 2019-10-17 03:18:54 -04:00
rusefi fe62eef7ee mre-test 2019-08-30 22:25:34 -04:00
rusEfi 9f79db5e84 DfuSe into bundle 2019-08-03 18:39:53 -04:00
rusefi 407a799a56 F7 bundles rusEfi console should erase and program using F7 configs #893 2019-07-31 23:15:13 -04:00
rusefi 50566de168 F7 bundles rusEfi console should erase and program using F7 configs #893 2019-07-31 22:26:12 -04:00
rusefi 61f257f546 more info into jenkins output 2019-07-14 15:00:56 -04:00
rusefi fcfd140247 fixing bundles 2019-07-13 18:22:18 -04:00
rusefi b30b5e7ebc simulator into other bundles 2019-07-13 17:21:20 -04:00
rusefi fb237a5b9a fixing build 2019-07-07 17:50:51 -04:00
rusefi 0c6bffaf31 reducing duplication 2019-07-07 17:26:47 -04:00
rusefi 4b01624317 ibom for kicad5 progress 2019-07-07 16:53:45 -04:00
rusefi d94012b92b fixing rusefi.dfu into bundle 2019-07-07 07:42:17 -04:00
rusefi f090d4fd6d where is rusefi.dfu? also minor build script fix 2019-07-07 04:46:23 -04:00
rusefi 3b022775ea bundle folder name is broken :( 2019-07-01 12:22:58 -04:00
rusefi 06787770bf bundle folder name is broken :( 2019-07-01 11:44:59 -04:00
rusefi 0af70f8ff6 bundle folder name is broken :( 2019-07-01 11:19:06 -04:00
rusefi 0e9981233f this is BS :( 2019-07-01 10:11:59 -04:00