Commit graph

382 commits

Author SHA1 Message Date
Sam Ellicott b6b3039459 Fix allignment issue 2021-03-13 15:55:43 -05:00
Sam Ellicott cb9b6bc569 Use spaces for allignment instead of tabs 2021-03-13 14:23:52 -05:00
Sam Ellicott ad23066976 Fix some allignment issues noticed in github 2021-03-13 14:12:19 -05:00
Sam Ellicott 793e72df42 Fix some missed updated variable names 2021-03-13 14:02:53 -05:00
Sam Ellicott 2f89063b6a Clean up main.c 2021-03-13 13:58:40 -05:00
Sam Ellicott 472615bbf7 Update .clang-format with more rules 2021-03-13 13:58:17 -05:00
Sam Ellicott b28c4d2c40 Add .clang-format file 2021-03-13 10:54:50 -05:00
CNLohr 9cae6dc38d
Merge pull request #118 from cnlohr/esp8266-docs
Esp8266 docs
2021-02-13 11:34:42 -08:00
Sam Ellicott 892771700f Set default ESP_ROOT
-ESP_ROOT=~/esp8266/esp-open-sdk
2021-02-13 11:24:21 -05:00
Sam Ellicott cae295d989 Updated README files for Colorchord Embedded 2021-02-13 11:23:31 -05:00
CNLohr f8fb768415
Merge pull request #116 from CaiB/master
Fixing rare out-of-bounds crash
2021-01-01 04:24:39 -05:00
Cai Biesinger 6e5e659047 Fixing rare out-of-bounds crash 2020-12-31 20:35:13 -08:00
Sam Ellicott 947649ab89
Merge pull request #115 from timgates42/bugfix_typo_thoroughly
docs: fix simple typo, thurroughly -> thoroughly
2020-12-17 13:52:59 -06:00
Tim Gates 51eafab39d
docs: fix simple typo, thurroughly -> thoroughly
There is a small typo in embedded8266/README.md.

Should read `thoroughly` rather than `thurroughly`.
2020-12-18 06:41:30 +11:00
CNLohr d94c3eac94
Merge pull request #114 from hazcoper/fix-mul_defined_embeddedbins
Fix bug(?) if dft.c
2020-11-29 21:24:12 -08:00
CNLohr 7140c116ac
Merge pull request #113 from NikkyAI/non_linux_unix
Allow building on non-Linux Unix systems.
2020-11-29 20:54:21 -08:00
hazcoper f368da416a Fix bug(?) if dft.c 2020-11-01 23:33:42 +00:00
cnlohr b065da7474 Add radial display mode. 2020-10-25 21:50:54 -07:00
CNLohr a3eabc33eb
Update README.md 2020-10-05 12:47:22 -04:00
CNLohr 4e7f80e895
Update README.md 2020-10-05 12:46:32 -04:00
nia 19b70322ef Allow building on non-Linux Unix systems.
- Use pkg-config to find required libraries and include paths.
- Only include extra Linux libraries on Linux.
- Add libusb fallback code to hidapi.c
2020-10-03 09:38:38 +02:00
cnlohr 1b7675ddd7 Add output gamma 2020-09-26 14:48:47 -07:00
CNLohr 0121375d61 Make netlight dmx loop 2020-09-22 18:54:32 -04:00
CNLohr 11fe3a9b38 Update with DMX-512 output. Matching project here: https://github.com/cnlohr/esp8266_dmx_explorer 2020-09-20 20:30:55 -04:00
CNLohr bb2cb0dd9e Update colorchord on the STM32f303 2020-08-05 13:28:14 -04:00
CNLohr 2146a5c3f5 Make STM32F303x6/x8 vs xB/xC 2020-08-05 04:41:18 -04:00
cnlohr fdabac3b0d Fix inability to operate in headless mode. 2020-08-01 20:13:02 -07:00
cnlohr b6be6c14a4 Fix flipped argument order and update CNFA 2020-07-05 23:43:26 -07:00
CaiB 204fa77004 Correcting config parameter name. Fixes #108 2020-05-24 15:17:32 +09:00
NikkyAI d66addd256
switch out cc for $(CC) in Makefile 2020-05-22 11:12:27 +02:00
CNLohr f1eb47d0aa
Merge pull request #107 from CaiB/master
Fix a few build issues on Linux
2020-05-21 20:37:25 -07:00
Sam Ellicott 4b405029ae Merge branch 'master' of github.com:CaiB/colorchord 2020-05-21 23:13:24 -04:00
Sam Ellicott 5a6e342a23 Fix Linux build issues 2020-05-21 23:13:20 -04:00
Sam Ellicott 2cc03c3123
Merge pull request #7 from cnlohr/master
Merge in changes again
2020-05-21 23:10:50 -04:00
cnlohr 4626c40991 Bump submodule 2020-05-21 19:52:47 -07:00
cnlohr 052d1b32d0 Merge branch 'master' of https://github.com/cnlohr/colorchord 2020-05-21 19:52:26 -07:00
cnlohr aa4e95681c Update swapped order of ops in CNFA. 2020-05-21 19:52:10 -07:00
Sam Ellicott 26b6173853
Merge pull request #6 from cnlohr/master
Merge in changes from upstream
2020-05-21 22:40:55 -04:00
CNLohr 46156fe9e0
Update compile.bat 2020-05-21 02:38:22 -07:00
CNLohr 303d164e43 Update default.conf
Fix default dev recording and explain
2020-05-21 06:20:06 -07:00
CNLohr 99aefdef87 Bump ColorChord on Windows 2020-05-21 06:13:26 -07:00
cnlohr 0d1401cfa6 Some cleanup from merge. 2020-05-20 22:38:19 -07:00
CNLohr a4dd3dc4e1
Merge pull request #105 from CaiB/master
Add official WASAPI support to colorchord
2020-05-20 22:07:09 -07:00
Sam Ellicott 69dcc03f39 Slightly change default config 2020-05-21 00:03:53 -04:00
Sam Ellicott 4eb0eb8d4a Misc fixes:
-Make the submodule match upstream.
-Update Windows makefile to work.
2020-05-20 23:59:59 -04:00
Sam Ellicott 98623aa299 Fix CNFA initilization call. 2020-05-20 22:40:53 -04:00
Sam Ellicott 3274984ebf bump submodule version 2020-05-20 22:39:50 -04:00
Sam Ellicott d8578fe6d9 Fix TCC being dumb 2020-05-20 20:34:37 -04:00
Sam Ellicott c8eff4975b
Merge pull request #5 from NikkyAI/feature/android-network
add DisplayNetwork support to android
2020-05-20 18:55:58 -04:00
nikky 556338cfcb add DisplayNetwork support to android 2020-05-20 21:34:57 +02:00