This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
rusefi-full
mirror of
https://github.com/rusefi/rusefi-full.git
Watch
1
Star
0
Fork
You've already forked rusefi-full
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ca228033bf
rusefi-full
/
firmware
/
config
/
boards
/
atlas
/
compile_atlas.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
atlas build stub (#3065) * add atlas configs * script * prepend * s * stubs * apparently board.mk can't set cpu * s
2021-07-25 22:04:58 -07:00
#!/bin/bash
export
PROJECT_BOARD
=
atlas
enable ethernet on atlas (#3348) * enable h7 ethernet * some ethernet settings while we're here * mac address * misc * extra spaces Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-10-16 09:31:53 -07:00
export
PROJECT_CPU
=
ARCH_STM32H7
atlas build stub (#3065) * add atlas configs * script * prepend * s * stubs * apparently board.mk can't set cpu * s
2021-07-25 22:04:58 -07:00
bash ../common_make.sh