Jesse Vincent
|
47d738c95b
|
add sketch.json files for every sketch that targets a Model 01 (outside of Devices/)
|
4 years ago |
Jesse Vincent
|
80781b6b49
|
Add a sketch.json for each of the current test files
|
4 years ago |
Jesse Vincent
|
dd55bbe950
|
fix syntax error
|
4 years ago |
Jesse Vincent
|
e28428e2ae
|
remove support for global kaleidoscope-builder.conf files and per-sketch
kaleidoscope-builder.conf files.
we'll remove .kaleidoscope-builder.conf files conf once we've replaced them
|
4 years ago |
Jesse Vincent
|
65e4431b6b
|
remove a bunch of environment variables that we no longer need, since we're not using ccache
|
4 years ago |
Jesse Vincent
|
af9d019609
|
try to run github tests in VERBOSE mode
|
4 years ago |
Jesse Vincent
|
e49cd7be40
|
smoke sketches is still failing on github
|
4 years ago |
Jesse Vincent
|
1ffc783ea8
|
make sketch build less parallel on github testing to try to solve weird fails
|
4 years ago |
Jesse Vincent
|
4c3021995a
|
attempt to make simulator tests build again
|
4 years ago |
Jesse Vincent
|
35a2f80b8b
|
fix a bug in our arudino-cli detection
|
4 years ago |
Jesse Vincent
|
a764c27ad9
|
with the export, we do not need to explicitly pass this
|
4 years ago |
Jesse Vincent
|
c43e1f172d
|
fix sketch smoking for the new sketch definition world order
|
4 years ago |
Jesse Vincent
|
db824bfee2
|
shellcheck fixes
|
4 years ago |
Jesse Vincent
|
d8c8549e1d
|
lift more paths out to the makefile
|
4 years ago |
Jesse Vincent
|
712db15f3e
|
extract sketch detection to makefile
|
4 years ago |
Jesse Vincent
|
c44eb57f05
|
lift more paths up to the makefile
|
4 years ago |
Jesse Vincent
|
754161cf94
|
move --verbose setting into the makefile
|
4 years ago |
Jesse Vincent
|
b528e01a1e
|
move prompt before flashing back into the flash target
|
4 years ago |
Jesse Vincent
|
955c0a2043
|
Move core installation to the makefile
|
4 years ago |
Jesse Vincent
|
84576b10d4
|
Move setting ARDUINO_CLI to the makefile
|
4 years ago |
Jesse Vincent
|
2ed07d382d
|
Move installation of the arduino cli into the makefile
|
4 years ago |
Jesse Vincent
|
82087e4f2c
|
we're not really using os identifcation globally any more. move it to just one place
|
4 years ago |
Jesse Vincent
|
b8f86edffd
|
now that we're exporting these, we don't need to explicitly add them on the commandline
|
4 years ago |
Jesse Vincent
|
06cfc43a72
|
Start to lift code to the makefile
|
4 years ago |
Jesse Vincent
|
67e50c2590
|
Minor refactoring for clarity
|
4 years ago |
Jesse Vincent
|
e71c3cde3c
|
minor refactoring for clarity
|
4 years ago |
Jesse Vincent
|
96974b33d4
|
unify 'ensure sketch found' with the method doing the finding
|
4 years ago |
Jesse Vincent
|
c3a8f2c883
|
since we no longer loop over sketches inside the file, there is no need to save and restore board and fqbn
|
4 years ago |
Jesse Vincent
|
e646a83154
|
simplify a check for an empty message
|
4 years ago |
Jesse Vincent
|
a4a23ba3be
|
comments and whitespace
|
4 years ago |
Jesse Vincent
|
dcaaf5e76b
|
move a var up to where we set the vars
|
4 years ago |
Jesse Vincent
|
6686b07446
|
Add a bit of doc about our port detection
|
4 years ago |
Jesse Vincent
|
aca513de9b
|
Do a slightly better job looking for the included makefile
|
4 years ago |
Jesse Vincent
|
91748a3832
|
Actually pass in the ARDUINO_DIRECTORIES_USER into the builder
|
4 years ago |
Jesse Vincent
|
dd4a6243c5
|
Switch to using arduino's internal tool to find serial port paths
|
4 years ago |
Jesse Vincent
|
66c51530db
|
remove an unused env variable in travis config
|
4 years ago |
Jesse Vincent
|
4c48606817
|
remove last vestiges of BOARD_HARDWARE_PATH
|
4 years ago |
Jesse Vincent
|
cca8ac1438
|
shellcheck fixes
|
4 years ago |
Jesse Vincent
|
409516b72a
|
fix a shellcheck issue
|
4 years ago |
Jesse Vincent
|
d7cf811b00
|
finish removing "BOARD_HARDWARE_PATH"
|
4 years ago |
Jesse Vincent
|
ea068cc72c
|
more work excising BOARD_HARDWARE_PATH
|
4 years ago |
Jesse Vincent
|
3b09be6f15
|
simplify a few -builder targets
|
4 years ago |
Jesse Vincent
|
9648c0fe02
|
arduino-cli doesn't take --quiet
|
4 years ago |
Jesse Vincent
|
19ffee0bcc
|
mark all of the actual commands we want to be able to run as cmd_foo to better indicate what's intentionally public
|
4 years ago |
Jesse Vincent
|
3539771300
|
clean up the makefile to remove the old board_hardware_path dir
|
4 years ago |
Jesse Vincent
|
6d1b9419e2
|
move virtual arch compiler customization into where we set executable paths
|
4 years ago |
Jesse Vincent
|
856d7a91a8
|
extract out commonalities between various things that do stuff with sketches
|
4 years ago |
Jesse Vincent
|
36f9582135
|
rename build_paths to something more standard
|
4 years ago |
Jesse Vincent
|
5a71ea4524
|
standardize steps to take before doing stuff with the sketch
|
4 years ago |
Jesse Vincent
|
d5be28bd0d
|
make 'prompt before flashing' private
|
4 years ago |