Jesse Vincent
|
fb75a46763
|
Switch to using a new make rules file for the new arduino-cli based builder
|
4 years ago |
Jesse Vincent
|
a6f306d851
|
Add a trailing slash on the compiler path for virtual to try to fix travis
|
4 years ago |
Jesse Vincent
|
c116800c2d
|
rename new timing sketch to match arduino sketch naming requirements
|
4 years ago |
Jesse Vincent
|
71b7f3523b
|
pull tools and compiler paths from the arduino toolchain
|
4 years ago |
Jesse Vincent
|
37a88797f5
|
switch find-bootloader-path over to using arduino prefs, killing our last internal use of BOARD_HARDWARE_PATH
|
4 years ago |
Jesse Vincent
|
1ae46ddc69
|
rework the single sketch search path to use the current directory name as a hint to the sketch name if it's not specified
|
4 years ago |
Jesse Vincent
|
91753fe259
|
when we don't need to rebuild the code, don't rebuild it
|
4 years ago |
Jesse Vincent
|
30157d651b
|
remove commented code
|
4 years ago |
Jesse Vincent
|
810eaa3fef
|
move the explanation of cli parsing close to the actual code
|
4 years ago |
Jesse Vincent
|
068e975acb
|
We only used md5sum for a diag message. So kill the dep
|
4 years ago |
Jesse Vincent
|
340f16dc17
|
refactor to extract a couple config methods
|
4 years ago |
Jesse Vincent
|
0823b816fd
|
remove "SOURCEDIR", a generic env variable we only used to mean pwd, right after setting it
|
4 years ago |
Jesse Vincent
|
d3161c003e
|
Clean up logic for choosing where our arduino-cli comes from
|
4 years ago |
Jesse Vincent
|
ee362308d8
|
Fixing some of our interim back-compat for old makefiles
|
4 years ago |
Jesse Vincent
|
1e4166af9b
|
Simplify some conditionals
|
4 years ago |
Jesse Vincent
|
1fe36e265c
|
Only parse FQBN if we have it
|
4 years ago |
Jesse Vincent
|
941ab0f7d6
|
Get rid of MCU variable
|
4 years ago |
Jesse Vincent
|
bb81294576
|
clean up defaulting
|
4 years ago |
Jesse Vincent
|
2ba10574d4
|
Simplify defaulting of ARCH and FQBN
|
4 years ago |
Jesse Vincent
|
809f367b32
|
update ARDUINO_VERBOSE
|
4 years ago |
Jesse Vincent
|
16a78137a2
|
Remove unused AVR_GCC_PREFIX
|
4 years ago |
Jesse Vincent
|
f9c523ac0f
|
misc shellcheck fixes
|
4 years ago |
Jesse Vincent
|
33210331db
|
Arduino IDE version macro no longer used
|
4 years ago |
Jesse Vincent
|
c81a84e62b
|
simplify defaulting for "SKETCH"
|
4 years ago |
Jesse Vincent
|
fea85506ec
|
lift find_device_pid_vid to builder
|
4 years ago |
Jesse Vincent
|
20c371f14a
|
remove unused AVR_GPLUSPLUS variable
|
4 years ago |
Jesse Vincent
|
1f227a0d72
|
move get-arduino-pref out of the config file
|
4 years ago |
Jesse Vincent
|
142f9ed6a3
|
make the use of build-all explicit. Even if we do need it to go away
|
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
|
6e2f8f88ba
|
remove unused ARDUINO_TOOLS_FLAG and ARDUINO_TOOLS_PARAM
|
4 years ago |
Jesse Vincent
|
782d3efe63
|
fix a typo in the cygwin tmpdir support
|
4 years ago |
Jesse Vincent
|
253c2b152b
|
remove unused ARDUINO_PACKAGE_PATH
|
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
|
54ee067758
|
Don't try to set BOARD_HARDWARE_PATH inside run-docker
|
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
|
e9c380c2a1
|
finish excising arduino-builder, I think
|
4 years ago |
Jesse Vincent
|
57a076b5e3
|
switch getting prefs to use arduino-cli instead of arudino-builder
|
4 years ago |
Jesse Vincent
|
f74b87e2de
|
first pass at something that will actually run simulator tests, at least in docker
|
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
|
f93c90e244
|
try to use the right kaleidoscope-builder
|
4 years ago |
Jesse Vincent
|
e9adcfed01
|
try to stick the bundle in the location arudino-cli expects it
|
4 years ago |