Commit graph

195 commits

Author SHA1 Message Date
CNLohr 501b3b244e Merge pull request #30 from cmchick/master
Add instructions for building with Windows
2016-10-08 23:26:50 -04:00
Cleon Chick 340f4ed066 Add instructions for building with Windows 2016-10-08 21:06:52 -04:00
CNLohr f701c23713 Merge pull request #29 from cmchick/master
Add WIN32 escape key
2016-10-08 18:19:42 -04:00
Cleon Chick 29d07b168d Replace SortFloats()/RemapFloats() with stdlib's qsort and struct refactoring. 2016-10-08 14:52:20 -04:00
Cleon Chick fc2a404acf Add WIN32 escape key 2016-10-08 14:43:04 -04:00
CNLohr f5334c8db1 Merge pull request #28 from cmchick/master
Fix make error: colorchord.exe target was missing configs.c
2016-10-08 03:45:37 -04:00
Cleon Chick e67e51a2b8 Fix make error: colorchord.exe target was missing configs.c 2016-10-08 03:30:27 -04:00
Charles Lohr 3d991c5473 push to forward 2016-08-26 23:58:10 -04:00
Charles Lohr 9320a9cd24 update rev 2016-08-26 23:50:57 -04:00
Charles Lohr a1ca99bee2 Bumped submodule 2016-08-23 20:48:48 -04:00
Charles Lohr 26010905b0 Update for in infrastructure mode. Don't give false hope about using other SDKs. 2016-08-23 20:44:47 -04:00
Charles Lohr 893c7ac6d4 get rid of unneeded printf 2016-08-23 02:07:14 -04:00
Charles Lohr 36de380a33 Update to latest esp8266 and leverage new functionality.
Also, uses less IRAM so it fits with SDK 1.5.4
2016-08-23 02:05:07 -04:00
CNLohr 7b3d7eeba0 Merge pull request #23 from con-f-use/master
Auto-pull esp82xx when `--recurisve` missing
2016-08-21 14:18:38 -04:00
con-f-use 874d88fbf3 Auto-pull esp82xx 2016-08-21 15:33:44 +02:00
con-f-use 8df1d5e37c Bump esp82xx version 2016-08-21 15:31:47 +02:00
Charles Lohr a38f926f73 Update exp82xx and make automatically get new submodules if needed 2016-08-19 22:46:50 -04:00
Charles Lohr 761a493082 Bump submodule and add command for initializing with submodule in case you forgot to pull recursive 2016-08-19 09:19:26 -04:00
Charles Lohr dc53dbb0ac Bump submodule 2016-08-19 09:15:29 -04:00
Charles Lohr 6eaea114d0 Get the embedded8266 port working with esp82xx! 2016-08-18 22:09:01 -04:00
Charles Lohr c8e5d078b7 add .git to end of the git modules. 2016-08-18 20:59:12 -04:00
CNLohr f068395fec Update .gitmodules 2016-08-18 20:43:22 -04:00
CNLohr 6c93368b90 Merge pull request #20 from con-f-use/master
Modularize esp8266 components
2016-08-18 20:11:24 -04:00
con-f-use 00fd4a1024 Bump esp82xx version 2016-08-19 01:56:51 +02:00
con-f-use 8b87a5896f Templateize index.html 2016-08-19 01:14:41 +02:00
con-f-use 63be61e225 Modularize esp8266 components 2016-08-19 00:13:41 +02:00
CNLohr 1dd31cc7c3 Merge pull request #16 from con-f-use/master
Add VERIFY_FLASH_WRITE as remedy for #15
2016-08-15 23:53:48 -04:00
con-f-use 35a4e9db73 Handle overhang when verifying flash 2016-08-15 02:02:11 +02:00
Charles Lohr 64ff0d2b78 Cleanup readme 2016-08-14 19:49:23 -04:00
Charles Lohr 306f21772c update youtube videos 2016-08-14 19:48:34 -04:00
Charles Lohr 77ea9c174b fix lines for video headers 2016-08-14 19:45:42 -04:00
Charles Lohr ddb06e171d Update readme with videos 2016-08-14 19:44:54 -04:00
con-f-use 7faa4ec9ea Fix typo 2016-08-14 19:24:08 +02:00
con-f-use 75c3c2d5c7 Add VERIFY_FLASH_WRITE as remedy for #15 2016-08-14 18:50:55 +02:00
Charles Lohr f3061cb82d move readme 2016-08-13 14:14:27 -04:00
Charles Lohr 5427a810ae Add some hardware 2016-08-13 14:13:46 -04:00
Charles Lohr aad48e3799 Some housekeeping fixes and fix a bug with "FR" that prevented it's functioning. 2016-08-13 14:09:16 -04:00
CNLohr c6d1e93f5d Merge pull request #14 from con-f-use/master
Utilize web/Makefile in the main Makefile (esp82XX)
2016-08-05 01:40:41 -04:00
con-f-use 57c1e9f672 Fix elusive missing semicolon 2016-08-04 18:06:01 +02:00
con-f-use 6b0d7e2530 Utilize web/Makefile from within the main Makefile (esp82XX) 2016-08-04 15:50:13 +02:00
con-f-use 24f251fa79 Add missing includes in execute_reflash.c (esp82XX) 2016-08-04 14:52:34 +02:00
CNLohr 4ad69c4a49 Merge pull request #13 from con-f-use/master
Clean Makefiles up and remove need for esptool-ck (binary esptool)
2016-08-03 21:37:49 -04:00
Charles Lohr c54dcf504a Merge branch 'master' of https://github.com/cnlohr/colorchord 2016-08-03 21:35:58 -04:00
Charles Lohr 2ae0308f3f update with changes needed to operate some existing systems. 2016-08-03 21:35:32 -04:00
con-f-use c2d840fb31 Add missing #include <arpa/inet.h> in pushtodev.c 2016-08-03 21:19:03 +02:00
con-f-use 0eafb88c47 Remove need for esptool-ck 2016-08-03 20:29:44 +02:00
con-f-use 6f1ab3059a Clean up Makefiles 2016-08-03 16:27:10 +02:00
CNLohr 0a7dfbd381 Merge pull request #11 from ClemRz/ranges-for-osc-and-dft-scaling
Adds ranges for osc and dft scaling 

Charles note:  Neat.  I didn't know that about HTML.  Thanks for your help!
2016-07-27 22:22:19 -04:00
cronzon af6c184dca Adds range bars to scale OSC and DFT
Signed-off-by: cronzon <cronzon@switchfly.com>
2016-07-27 21:19:07 +00:00
cronzon f8deeef7e6 Fixes compatibility issues when making with OSX
Signed-off-by: cronzon <cronzon@switchfly.com>
2016-07-27 21:19:07 +00:00