Commit Graph

87 Commits (f9167ea9f57a4144a078f0b732dc572412cf75bf)

Author SHA1 Message Date
Jesse Vincent 8cf0c3f0a5
try to force the etc dir
4 years ago
Jesse Vincent 3535d91dd7
maybe this fixes tests
4 years ago
Jesse Vincent 121f46076c
try to clean up setting kaleidoscope paths
4 years ago
Jesse Vincent 022a993862
minor makefile cleanups from "checkmake"
4 years ago
Jesse Vincent ba3721187b
Tease apart sketch and Kaleidoscope makefiles
4 years ago
Jesse Vincent d1154635be
clean up some make targets
4 years ago
Jesse Vincent e49cd7be40
smoke sketches is still failing on github
4 years ago
Jesse Vincent c43e1f172d
fix sketch smoking for the new sketch definition world order
4 years ago
Jesse Vincent aca513de9b
Do a slightly better job looking for the included makefile
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 e245628ab2
trim out somethign that no longer makes sense
4 years ago
Jesse Vincent 31365584ec
fix etc directory definition
4 years ago
Jesse Vincent 6675f1b592
thinko
4 years ago
Jesse Vincent 9677426b82
start moving to the new makefile, bundled inside Kaleidoscope
4 years ago
Jesse Vincent 93800058ac
do less work to install a duplicate arduino cli when running docker-simulator-tests.
4 years ago
Jesse Vincent 92a5b252f7
fix for not trying to query the arduino backend before we have a sketch
4 years ago
Jesse Vincent 30669cc4d3
move a couple makefile definitions into the local Makefile
4 years ago
Jesse Vincent fb75a46763
Switch to using a new make rules file for the new arduino-cli based 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 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 4ca0e94af9
Don't pass TEST_PATH to docker unless it's set
4 years ago
Jesse Vincent b2e899429f
'make clean' fixes
4 years ago
Jesse Vincent 326e823b70
Add a utility makefile target to get shell in docker
4 years ago
Jesse Vincent e96d06893c
Make it possible to only run a subset of the simulator tests using the TEST_PATH variable
4 years ago
Jesse Vincent dbb4f3b1ae
migrate check-docs from generic makefile
4 years ago
Jesse Vincent 9f846c4905
Lift a bunch more project-specific stuff out of the generic makefile for sketches
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
Florian Fleissner 5a54d969d3 Copied Makefile from Model01-Firmware
5 years ago
Jesse Vincent 32a85ec403 Update Makefile with OSX fixes and new paths
7 years ago
Jesse Vincent b6d552f9c0
Update Makefile to fix OS X build
7 years ago
Jesse Vincent 9825e4057a
Attempt to switch to shared build infrastructure for build and test.
8 years ago
Gergely Nagy e305e51455 The Big Rename
8 years ago
Gergely Nagy 4c57046818 Makefile: Major simplification
8 years ago
Gergely Nagy bd5f7d92ac Further keyboardio-builder improvements
8 years ago
Gergely Nagy f721cac732 Lifted out the Macros & MouseKeys libraries
8 years ago
Gergely Nagy b38b9ca446 Support an Arch-style Arduino installation
8 years ago
Max Linke 37a2c97ef7 Allow env overwrite of ARDUINO_* vars
8 years ago
Jesse Vincent db9fbd88ee force make flash to properly reset the device on Linux.
8 years ago
Gergely Nagy 28aa497452 Move mouse keys to a library
8 years ago
Gergely Nagy 58f6b18076 Separate the keymap layout from the core firmware
8 years ago
Jesse Vincent f665f9acaf add "decompile" makefile target
8 years ago
Jesse Vincent 8c7c1fe286 Add a helper to calculate the size of every function in the firmware
8 years ago
Gergely Nagy c2b80f6f20 Makefile: md5 is md5sum on Linux
8 years ago
Jesse Vincent da457c09a1 linux wants stty -F. OS X may or may not want stty -f
8 years ago
Jesse Vincent fa28748d9e Some makefile cleanup to genericise things a bit and start to support linux and osx
8 years ago
Gergely Nagy bd35e8dfed Source code rearrangement
8 years ago
Jesse Vincent 255d483a3d It turns out that editing echo lines in the Makefile after you run tests can result in build failures.
8 years ago