Jesse Vincent
|
fea85506ec
|
lift find_device_pid_vid to builder
|
4 years ago |
Jesse Vincent
|
1f227a0d72
|
move get-arduino-pref out of the config file
|
4 years ago |
Jesse Vincent
|
3c7a1312c1
|
Revert "remove obsolete? build-all target"
still need it for testing
This reverts commit 237d01df9e28c51bdccb3e1e123e3662d66dcdda.
|
4 years ago |
Jesse Vincent
|
bb9de38354
|
remove obsolete? build-all target
|
4 years ago |
Jesse Vincent
|
651d0bc5b4
|
remove obsolete compile-all target
|
4 years ago |
Jesse Vincent
|
c6ff455c12
|
did I break the compiler path prop?
|
4 years ago |
Jesse Vincent
|
c375b8bf3f
|
remove a debugging echo
|
4 years ago |
Jesse Vincent
|
f7995a6d9b
|
Remove local_LIBS which I believe to be obsolete
|
4 years ago |
Jesse Vincent
|
64b989660c
|
turn ccache back on
|
4 years ago |
Jesse Vincent
|
57a076b5e3
|
switch getting prefs to use arduino-cli instead of arudino-builder
|
4 years ago |
Jesse Vincent
|
ea0a0c3dd6
|
try a hacky workaround for the fact that arduino-cli doesn't seem to let us put doublequotes in build-props
|
4 years ago |
Jesse Vincent
|
1b7ff0793b
|
ARDUINO_CFLAGS is, as far as I can tell, historical
|
4 years ago |
Jesse Vincent
|
60ac839eb4
|
try another compiler.cpp.extra_flags line
|
4 years ago |
Jesse Vincent
|
bb3465d102
|
do a better job of mirrroing our older config
|
4 years ago |
Jesse Vincent
|
bca9ec9625
|
add debugging output for test
|
4 years ago |
Jesse Vincent
|
bc66579214
|
don't force reinstall of our kaleidoscope core
|
4 years ago |
Jesse Vincent
|
b3fed574d9
|
turn off default verbose in builder
|
4 years ago |
Jesse Vincent
|
3bf986a8ab
|
slightly closer to building with -cli
|
4 years ago |
Jesse Vincent
|
493a10b16e
|
switch which to command to make shellcheck happy
|
4 years ago |
Jesse Vincent
|
912118e3c1
|
Start to be able to use the system arduino cli
|
4 years ago |
Jesse Vincent
|
0b99c52178
|
don't package up arduino-cli when trying to run in docker
|
4 years ago |
Jesse Vincent
|
f8c297d19b
|
Revert "remove a pair of obsolete make targets"
This reverts commit d33d61d5029d03ceb20e37a7930d694e04bcf720.
|
4 years ago |
Jesse Vincent
|
a93361486b
|
remove build-all from docs
|
4 years ago |
Jesse Vincent
|
98851c0728
|
move more of make clean out into the makefile, leaving the "make clean" target in builder so it works for sketches
|
4 years ago |
Jesse Vincent
|
2104f4db78
|
remove a pair of obsolete make targets
|
4 years ago |
Jesse Vincent
|
5c0edd9b69
|
"make clean" needs to clear out build and output paths
It previously did not. Also, try -not- to clean out google test if the build dir doesn't even exist
|
4 years ago |
Jesse Vincent
|
de45646c9d
|
extract out a variable for ARDUINO_BUILDER_TOOLS_PATH to make it easier to
get up and running on arch
|
4 years ago |
Jesse Vincent
|
34b428c4a9
|
Simplify conditional building
|
4 years ago |
Jesse Vincent
|
5bea41f630
|
reduce a bit of code duplication
|
4 years ago |
Jesse Vincent
|
6e8d1d020a
|
Switch to a less verbose way to set defaults for environment variables
By reducing duplication, we improve readability and reduce errors
|
4 years ago |
Jesse Vincent
|
a91c6a556e
|
refactor config file list to all be in one place
|
4 years ago |
Jesse Vincent
|
25c8a8a180
|
Refactor the "SKETCH" environment variable and friends.
Functionality should be the same, but code should be clearer.
|
4 years ago |
Jesse Vincent
|
e96902a9df
|
Switch from locally defining a "DIR" for every bin, to setting a global Kaleidoscope bin directory var
|
4 years ago |
Jesse Vincent
|
660747c916
|
Rename ROOT to KALEIDOSCOPE_DIR, which is what it appears to actually be.
|
4 years ago |
Jesse Vincent
|
ea0abc8833
|
inline a single-use cunction
|
4 years ago |
Jesse Vincent
|
19f728ca56
|
lift find_bootloader_path' out of the config file into the program.
as it isn't something that's platform specific
'
|
4 years ago |
Jesse Vincent
|
52a5265b9b
|
ROOT is defined automatically and not overridable. Remove the lines in the comments and docs
|
4 years ago |
Jesse Vincent
|
12e59b8684
|
lift up BUILD_FILE_PATH to somewhere reusable.
|
4 years ago |
Jesse Vincent
|
45bafe9bf5
|
SOURCEDIR was not actually used or honored. It was always set to pwd
|
4 years ago |
Jesse Vincent
|
dfadd32400
|
Removeo outdated and unused 'LIBRARY' env variable
|
4 years ago |
Jesse Vincent
|
a278efc21e
|
Absolute path to sized elf
|
4 years ago |
Jesse Vincent
|
afc8388cd1
|
Move a bunch of makefile targets from the generic sketch makefile
|
4 years ago |
Jesse Vincent
|
383a29d3e3
|
move run-tests out to the Makefile
|
4 years ago |
Jesse Vincent
|
bbc84f6f33
|
move build-gtest-gmock into the Makefile
|
4 years ago |
Jesse Vincent
|
1865e33426
|
Lift duplication of command to a var
|
4 years ago |
Jesse Vincent
|
08bb9c5a14
|
Our previous conditional building was really wrong. It never built if any .hex existed.
This new version is still wrong, but less so. It at least checks the timestamp on the sketch
Signed-off-by: Jesse Vincent <jesse@keyboard.io>
|
4 years ago |
Jesse Vincent
|
6d00c6d7af
|
add "prepare-ccache" as a tool for travis
also bullet-proof setting up ccache against parallelization race conditions
|
4 years ago |
Jesse Vincent
|
919f7753ff
|
We no longer need this, since we do it above. (But also, this was always a repeated call)
|
4 years ago |
Jesse Vincent
|
d4a14fa7c9
|
expose the function that finds all the buildable sketches as "find_all_sketches"
|
4 years ago |
Jesse Vincent
|
6bf70a2fdc
|
Don't strip out the path from the sketch before we can make use of it
|
4 years ago |