Jesse Vincent
|
1dc5a5839c
|
only add the local-cflags override if we have something to override
|
4 years ago |
Jesse Vincent
|
f9167ea9f5
|
silence an 'install' line from the Makefile
|
4 years ago |
Jesse Vincent
|
5c98cc0532
|
more test make output cleanup. no intentional functional changes
|
4 years ago |
Jesse Vincent
|
f9b210c76c
|
make the docker filesystem layout look more like the modern world
|
4 years ago |
Jesse Vincent
|
1770db21fb
|
rename the bundle lib dir to the platform lib dir, since that is what it really is
|
4 years ago |
Jesse Vincent
|
6e1cc72a41
|
I spend a lot of time in docker doing debugging. it'd be nice to have my editor around
|
4 years ago |
Jesse Vincent
|
306a9f45fd
|
get back ccache support
|
4 years ago |
Jesse Vincent
|
72516aafa8
|
I think this will fix building simulator tests?
|
4 years ago |
Jesse Vincent
|
86552b46c1
|
remove some default goals and export less stuff
|
4 years ago |
Jesse Vincent
|
121f46076c
|
try to clean up setting kaleidoscope paths
|
4 years ago |
Jesse Vincent
|
eed7d55f62
|
disable tmate for now
|
4 years ago |
Jesse Vincent
|
e000e2e949
|
try to get bin and etc dirs in a place where tests see em
|
4 years ago |
Jesse Vincent
|
252a64dc07
|
astyle the dummy sketch
|
4 years ago |
Jesse Vincent
|
2fc4583bec
|
getting board props didn't work in the absence of a sketch and fqbn
|
4 years ago |
Jesse Vincent
|
e4cb60ac08
|
start to cut down on vars exported into subshells now that builder is gone
|
4 years ago |
Jesse Vincent
|
a80e957fad
|
less echoing of build steps
|
4 years ago |
Jesse Vincent
|
fb96018294
|
remove a couple intermediate variables
|
4 years ago |
Jesse Vincent
|
7c489645c3
|
Remove some obsolete make variables
|
4 years ago |
Jesse Vincent
|
9ac3955f41
|
switch size-map and disassemble to use values from the platform bundle
|
4 years ago |
Jesse Vincent
|
97d96b897d
|
get right of a spurious "all" target
|
4 years ago |
Jesse Vincent
|
7c96df33be
|
fix variable setting for flashing
|
4 years ago |
Jesse Vincent
|
66b225d1d0
|
break out prop fetching to its own file
|
4 years ago |
Jesse Vincent
|
022a993862
|
minor makefile cleanups from "checkmake"
|
4 years ago |
Jesse Vincent
|
ac476202cf
|
fix the ability to run tools like size-map, reorg some make variables
|
4 years ago |
Jesse Vincent
|
ba3721187b
|
Tease apart sketch and Kaleidoscope makefiles
|
4 years ago |
Jesse Vincent
|
c6a3e85122
|
minor cleanup
|
4 years ago |
Jesse Vincent
|
7e43c91eb2
|
Finish migrating everything to the makefile, even if the output is ugly
|
4 years ago |
Jesse Vincent
|
4c23591a1f
|
clean up some make targets
|
4 years ago |
Jesse Vincent
|
d1154635be
|
clean up some make targets
|
4 years ago |
Jesse Vincent
|
5c66404667
|
Lift configure-arduino-cli and hex-with-bootloader to Makefile
|
4 years ago |
Jesse Vincent
|
f35a1dd032
|
lift size-map and disassemble to the makefile
|
4 years ago |
Jesse Vincent
|
3658cc1340
|
Lift more of the builder into the makefile
|
4 years ago |
Jesse Vincent
|
834d3d1d7d
|
port _arduino_prop to make
This is kind of criminal, but I'm very proud of it.
|
4 years ago |
Jesse Vincent
|
6ada3ab98d
|
lift 'make clean' to the makefile
|
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
|
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
|
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
|
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
|
91748a3832
|
Actually pass in the ARDUINO_DIRECTORIES_USER into the builder
|
4 years ago |
Jesse Vincent
|
ea068cc72c
|
more work excising BOARD_HARDWARE_PATH
|
4 years ago |
Jesse Vincent
|
3539771300
|
clean up the makefile to remove the old board_hardware_path dir
|
4 years ago |
Jesse Vincent
|
83bbfcf864
|
start to move target dependencies into the makefile
|
4 years ago |