Merge pull request #81 from dankm/not-linux
Get build working on FreeBSD
This commit is contained in:
		
						commit
						7c10ab1d60
					
				
					 17 changed files with 17 additions and 17 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| 
 | ||||
| # Just in case there was an extra ledTest.bash (don't care if error) | ||||
| rm /dev/ttyACM0 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # Combines a given bootloader image and firmware image into a single firmware binary | ||||
| # Manufacturing deliverable | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| 
 | ||||
| printf "led\r" > /dev/ttyACM0 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # Loads firmware image using an SWD Flasher | ||||
| # Uses MCHCK ruby flasher toolchain | ||||
| # NOTE: Only tested with a buspirate on Linux | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # This is bash lib file for the convenience build scripts | ||||
| # Don't call this script directly | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # This is a build script template | ||||
| # These build scripts are just a convenience for configuring your keyboard (less daunting than CMake) | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # This is a build script template | ||||
| # These build scripts are just a convenience for configuring your keyboard (less daunting than CMake) | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # This is a build script template | ||||
| # These build scripts are just a convenience for configuring your keyboard (less daunting than CMake) | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # This is a build script template | ||||
| # These build scripts are just a convenience for configuring your keyboard (less daunting than CMake) | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| #| Jacob Alexander 2014 | ||||
| #| Arg List | ||||
| #| 1 - size binary   (e.g. avr-size) | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| #| Jacob Alexander 2014 | ||||
| #| Arg List | ||||
| #| 1 - File to write to         (e.g. final_chip) | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # Convenience script for loading firmware onto a dfu type device | ||||
| # By default, initiates dfu-util | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # Convenience script for loading firmware onto a teensy type device | ||||
| # By default, initiates teensy-load-cli | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # Convenience script for loading firmware onto a teensy type device | ||||
| # By default, initiates teensy-load-cli | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # ISSILed | ||||
| # Virtual Serial Port API Example | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # STLcd | ||||
| # Virtual Serial Port API Example | ||||
| # Jacob Alexander 2015 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| ###| Builder Script |### | ||||
| # | ||||
| # Builds all permutations of modules | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jacob Alexander
						Jacob Alexander