Switch panda to scons builder (#635)

* add scons builder

* cleanup 1

* remove building from python code

* add pedal build

* fixup flags

* add EON flag

* change github actions to scons

* fixup automated tests

* move flashing scripts

* fix indent

* remove version.mk

* fix not in git

* fix linker script filename

* untested pedal flashing scripts

* add release option

* better asserts

* swap condition

* enable usb and fix flash script

* usb flash is not supported

* use button to enable dfu mode

* no usb because misra

* remove sleep
This commit is contained in:
Willem Melching
2021-03-24 14:44:32 +01:00
committed by GitHub
parent d572c012cb
commit ad9ecefe65
21 changed files with 206 additions and 280 deletions

1
SConstruct Normal file
View File

@@ -0,0 +1 @@
SConscript('board/SConscript')