Christopher Young
|
fcfe8adeaf
|
Undo cab2a81c26.
See commit comments:
https://github.com/cyoung/stratux/commit/cab2a81c26f214709f8cda941ff8ea1
9ca4549ba.
A static build of wiringPi is all that is needed to produce the static
binary. Static linking is needed to produce a working binary on current
production images.
|
2017-05-16 23:40:48 -04:00 |
Christopher Young
|
3db11bd09d
|
Add goflying submodule. Change imports.
|
2017-05-15 22:22:32 -04:00 |
Eric Westphal
|
cab2a81c26
|
Revert Makefile back to non-static fancontrol.
|
2017-05-15 20:34:55 -04:00 |
Christopher Young
|
95fe19902a
|
Merge remote-tracking branch 'origin/master' into ahrs_dev
|
2017-05-13 18:43:54 -04:00 |
Christopher Young
|
7ef5efdd6e
|
Make fancontrol a static executable (for systems without wiringPi installed).
|
2017-05-13 18:43:43 -04:00 |
Christopher Young
|
c6e96b5d09
|
Merge remote-tracking branch 'origin/master' into ahrs_dev
# Conflicts:
# Makefile
# main/equations.go
# main/gen_gdl90.go
|
2017-05-13 12:37:06 -04:00 |
Christopher Young
|
d242233e6d
|
Ignore errors on 'remove'. #593.
|
2017-05-13 12:21:41 -04:00 |
Christopher Young
|
5a83452c64
|
Skip fancontrol build on CircleCI - no wiringPi equivalent on x86.
#593.
|
2017-05-13 11:01:52 -04:00 |
Christopher Young
|
c7f0ed1245
|
Re-add CircleCI hack.
#593.
|
2017-05-13 10:35:21 -04:00 |
Luke Palmer
|
01cc01f8fa
|
Rework fan PWM control
|
2017-05-11 00:32:45 -04:00 |
Christopher Young
|
a6f9aaf9f5
|
TEMPORARY: get latest 'goflying' packages in Makefile.
|
2017-05-10 09:43:57 -04:00 |
Christopher Young
|
29b959afa9
|
Merge remote-tracking branch 'origin/master' into ahrs_dev
# Conflicts:
# main/gen_gdl90.go
# main/gps.go
# main/managementinterface.go
# main/network.go
# web/js/main.js
# web/plates/developer.html
# web/plates/gps.html
# web/plates/js/developer.js
# web/plates/js/gps.js
# web/plates/js/settings.js
# web/plates/js/status.js
# web/plates/status-help.html
# web/plates/status.html
# web/plates/traffic-help.html
|
2017-04-04 13:16:32 -04:00 |
Christopher Young
|
6ec0b480bf
|
Add hostapd_manager and stratux-wifi scripts to 'make install'.
|
2017-02-02 10:07:13 -05:00 |
Eric Westphal
|
a3a811aa53
|
First working commit merging latest cyoung/master into westphae/dev
|
2016-12-29 06:33:11 -06:00 |
Christopher Young
|
ebfb671142
|
Rename ry835ai.go to gps.go.
|
2016-11-17 19:14:33 -05:00 |
Christopher Young
|
d60248b660
|
Remove globalStatus.RY835AI_connected.
|
2016-11-17 18:56:15 -05:00 |
Christopher Young
|
bc830b0a4e
|
Remove mpu6050 references.
|
2016-11-17 18:49:18 -05:00 |
Eric Westphal
|
f6880436ba
|
Merge remote-tracking branch 'origin/master' into dev
|
2016-09-11 06:37:44 -04:00 |
Christopher Young
|
e3d348a0fa
|
Resolve conflicts.
|
2016-07-14 15:50:07 -04:00 |
Christopher Young
|
77ecb0d6ad
|
Merge remote-tracking branch 'origin/master' into uavionix
# Conflicts:
# Makefile
# image/mkimg.sh
# selfupdate/makeupdate.sh
|
2016-07-14 15:45:34 -04:00 |
Eric Westphal
|
ddaf673006
|
Don't add one little change before pushing
|
2016-07-13 20:49:07 -04:00 |
Christopher Young
|
64710fe60d
|
Typo.
|
2016-06-23 15:58:14 -04:00 |
Christopher Young
|
6e33ff07d6
|
Update Makefile, remove init.d file install, add new startup script file install.
|
2016-06-23 15:42:43 -04:00 |
Christopher Young
|
5bafa0d8b0
|
Update udev rules from 'make install'.
|
2016-05-26 23:27:23 -04:00 |
Christopher Young
|
566295a227
|
Undo last change.
|
2016-05-26 23:20:40 -04:00 |
Christopher Young
|
f417414fad
|
Update udev rules with 'make install'.
|
2016-05-26 23:19:35 -04:00 |
cyoung
|
3843350432
|
Merge pull request #427 from uavionix/master
Initial
|
2016-05-26 23:15:41 -04:00 |
AvSquirrel
|
d9c9b87f42
|
Add udev rules to Makefile
|
2016-05-19 04:03:34 +00:00 |
AvSquirrel
|
8b9c89542f
|
Add distance / bearing calculation. Don't log stale traffic.
|
2016-04-13 04:04:28 +00:00 |
Christopher Young
|
feaffc07fc
|
Compile with 4 cores.
|
2016-04-02 16:01:07 -04:00 |
Christopher Young
|
d9bbe5881c
|
Revert PR #352.
|
2016-03-24 12:39:26 -04:00 |
cyoung
|
5073fdadb6
|
Merge pull request #352 from jpoirier/go-checker
check for the go command not GOROOT
|
2016-03-24 10:34:44 -04:00 |
Joseph Poirier
|
a1ee8dd5e1
|
check for the go command not GOROOT
|
2016-03-24 08:45:59 -05:00 |
Christopher Young
|
854b96f608
|
More data logger boilerplate. Add to Makefile and init in main().
|
2016-03-24 09:33:11 -04:00 |
Christopher Young
|
009d7219f2
|
Sudo needed for CircleCI.
|
2016-03-09 09:01:55 -05:00 |
Christopher Young
|
ee42e324f2
|
Remove sudo.
|
2016-03-09 08:54:13 -05:00 |
Christopher Young
|
1ba74a9f1d
|
Remove CircleCI hacks.
|
2016-02-26 21:19:14 -05:00 |
Christopher Young
|
38017426aa
|
CircleCI update.
|
2016-02-26 12:38:35 -05:00 |
Ryan C. Braun
|
69a933efdd
|
Merge branch 'master' of https://github.com/cyoung/stratux
Conflicts:
Makefile
main/traffic.go
|
2016-04-20 09:29:56 +00:00 |
Ryan C. Braun
|
91fd133271
|
First cut of uAvionix Ping changes
|
2016-04-20 08:59:55 +00:00 |
Christopher Young
|
d25eb98272
|
Move www portion of Makefile to web/ dir.
|
2016-02-15 12:35:37 -05:00 |
Christopher Young
|
442e882646
|
Cache manifest. Fixes #219.
|
2016-01-29 14:20:40 -05:00 |
bradanlane
|
4d85491f67
|
start/stop gen_gdl90 directly fron init.d-stratux
|
2016-01-08 16:02:57 -05:00 |
Christopher Young
|
55983489a2
|
Add monotonic.go to Makefile.
|
2016-01-07 11:10:27 -05:00 |
Christopher Young
|
17c43dbb3a
|
Update build process to use new dump1090.
Fixes #171.
|
2015-12-29 19:50:33 -05:00 |
Christopher Young
|
00f2a2491d
|
Update Makefile to get submodules.
|
2015-12-27 18:42:24 -05:00 |
Christopher Young
|
9f66732bfb
|
Go get for all relevant directories.
|
2015-12-27 13:48:56 -05:00 |
Christopher Young
|
75f49f2951
|
Update Makefile for linux-mpu9150.
|
2015-12-27 13:33:04 -05:00 |
Jim Jacobsen
|
73cec0a220
|
Remove spaces from environment test
|
2015-12-06 18:39:07 +00:00 |
Jim Jacobsen
|
33332a9feb
|
Updated for circleci
|
2015-12-06 18:35:32 +00:00 |