Commit Graph

53 Commits (3c2175b062e6ac4e62c80637278542af4d4e6bba)

Author SHA1 Message Date
Jesse Vincent 7a12be25bc
Fix an embarassing typo. 4 years ago
Jesse Vincent de45646c9d
extract out a variable for ARDUINO_BUILDER_TOOLS_PATH to make it easier to 4 years ago
Jesse Vincent c98b513636
Revert "missed one" 4 years ago
Jesse Vincent de062ea897
missed one 4 years ago
Jesse Vincent 6e8d1d020a
Switch to a less verbose way to set defaults for environment variables 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. 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 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
Gergely Nagy e4b48e72bb
etc/kaleidoscope-builder.conf: Remove the macOS workaround for virtual 4 years ago
Gergely Nagy 352a3fe547
kaleidoscope-builder: Allow overriding CXX, CC, AR, etc 4 years ago
Gergely Nagy fff5dce199
kaleidoscope-builder: Whitespace cleanup 4 years ago
Jesse Vincent fd58a7ea5b
Update our preferences logic to get the first returned matching 5 years ago
Jesse Vincent bb83186214
Get the device prober on macOS to pass in the vid and pid we want 5 years ago
Jesse Vincent 010f4b466c
Switch more of kaleidoscope-builder to use our new preferences loader 5 years ago
Jesse Vincent 20315ac722
Cache the arduino prefs lookup 5 years ago
Jesse Vincent b2977894f9
Move the build instructions into the arduino boards.txt file 5 years ago
Jesse Vincent 6349cb8395
More builder refactoring to use our new functionality 5 years ago
Jesse Vincent 17978858ce
Begin to outfactor how to pull preferences from Arduino 5 years ago
Florian Fleissner efd0a526c2 Enable predefined DEVICE_PORT and DEVICE_PORT_BOOTLOADER 5 years ago
Florian Fleissner 12876f9a90 Fixed builds on msys2 5 years ago
Florian Fleissner c0e0ca1034 Enable compiler specification via env. var. CC/CXX 5 years ago
Dan Bjorge d33bdf53e3 Add Windows+Cygwin support for kaleidoscope-builder 5 years ago
Gergely Nagy 1672f55945
kaleidoscope-builder: Pull the bootloader file from boards.txt 5 years ago
Jesse Vincent 5396a9243e
A regression in Arduino 1.8.10 caused -dump-prefs to break when not 5 years ago
Florian Fleissner 0ac7c191dc Renamed virtual architecture "virtual" 6 years ago
Florian Fleissner 7326be589f kaleidoscope-builder fixed for builds of virtual hardware 6 years ago
Florian Fleissner 2cad17b07b Fixed Kaleidoscope Builder for Arduino paths containing whitespaces 6 years ago
Jesse Vincent f87d7bce64 Initial implementation of ccache caching for builds 6 years ago
Jesse Vincent d142763bef Add hacky variables for some of the compiler tools we need 6 years ago
Brian Cully 39d1f70812 Add rules and scripts for building on FreeBSD. 6 years ago
Gergely Nagy f8dc42a939
kaleidoscope-builder: Support bootloaders with a different VID 6 years ago
Gergely Nagy aa6b4c3885 etc/kaleidoscope-builder.conf: Fix ARDUINO_IDE_VERSION 6 years ago
Gergely Nagy f8d42b72c4 kaleidoscope-builder: Support boards with multiple max sizes 6 years ago
Gergely Nagy c65a1b89bf kaleidoscope-builder: Do not reset the device if NO_RESET is set 7 years ago
Gergely Nagy 7a4f0bac85 kaleidoscope-builder: Do not hardcode the max program size 7 years ago
Michael Richters c945bf0662 Use the new find-device-port-macos script to find the correct port 7 years ago
Michael Richters 32ce579de1 Indented kaleidoscope-builder.conf as shell script 7 years ago
Gergely Nagy a2cee84455 kaleidoscope-builder: Remove extraneous whitespace 7 years ago
Gergely Nagy 7a423ced8b kaleidoscope-builder: Pull VID, SKETCH_PID and BOOTLOADER_PID from boards.txt 7 years ago
Jesse Vincent eb9164ddaa refactor device reset code 7 years ago
Jesse Vincent 5b808f1eb8 This may or may not work. Trying to simplify the platform detection logic 7 years ago
Jesse Vincent 040287a203 Now that the config file is elsewhere and simpler, this outdated check can probably go. 7 years ago
Jesse Vincent 693589b1ef Slightly simplify a conditional. 7 years ago
Jesse Vincent 110b2795f0 move the verbose stuff out of the config file 7 years ago
Jesse Vincent 3556727657 Move two functions from the kaleidoscope-builder.conf to the builder 7 years ago
John SJ Anderson e22ed95606 Specify full path to `stty` 7 years ago