Commit Graph

  • 1565347f6f Recode another delay in an esp32 specific fashion that should be faster master Brian Bulkowski 2020-09-21 19:12:15 -07:00
  • 22c7ada86f Update readme, fixed timing issue that was causing I2S to run into itself Brian Bulkowski 2020-09-21 18:53:54 -07:00
  • fb775914f3 : Brian Bulkowski 2020-09-21 18:53:14 -07:00
  • 47f83d4689 Delay code written for Arduino was no longer quite right and prone to overflow On ESP32 we can use 64bits and the native libraries and it's OK Brian Bulkowski 2020-09-21 18:52:32 -07:00
  • 162a962a02 Update readme slightly Brian Bulkowski 2020-09-21 17:45:10 -07:00
  • 544a86d817 Much better test code, test a lot more things Brian Bulkowski 2020-09-21 14:28:58 -07:00
  • ad1bb2a9f3 Make a few little things easier to read Brian Bulkowski 2020-09-21 14:28:40 -07:00
  • 89a419b1c9 Change default to I2S driver, explain how to use RMT if you really want to Brian Bulkowski 2020-09-15 18:22:39 -07:00
  • 8f0da6ff4a Make I2S compile Brian Bulkowski 2020-09-15 17:00:01 -07:00
  • 750661abcd Add a slightly better test in the main.cpp Brian Bulkowski 2020-09-15 01:01:15 -07:00
  • 33f0f05ebb Extra info about the state of the port. The esp-idf driver now works. Brian Bulkowski 2020-09-15 00:55:20 -07:00
  • 67e2522016 Make ESP-IDF driver work. Brian Bulkowski 2020-09-15 00:40:04 -07:00
  • 95be9e8432 Further fix for channels, the done handler wasn't quite right Brian Bulkowski 2020-09-15 00:03:37 -07:00
  • ba32cc36a0 Fix issue with multiple channels. Hadn't propigated use of mRMT_channels into the IRQ handler. Brian Bulkowski 2020-09-14 23:38:35 -07:00
  • e63619eaab Update readme to current status of testing Brian Bulkowski 2020-09-14 19:22:21 -07:00
  • 220446e033 Fix issue with 4.1 ESP-IDF Brian Bulkowski 2020-09-14 18:28:58 -07:00
  • fa1fa56ef3 Warn about ESP-IDF 4.1 not working Brian Bulkowski 2020-09-14 11:08:06 -07:00
  • b7f96a8b62 Fix for multiple channels and multiple MEM_BLOCKS, suggested by @samguyer Should resolve issue #16 , checkin ahead of test because it can't get worse :-) Brian Bulkowski 2020-09-14 11:06:23 -07:00
  • 69c28ee3f5 Do the right thing with RTC pins regardless of ESP-IDF version. Brian Bulkowski 2020-09-12 11:56:12 -07:00
  • 81e041d255 Fix access for RTC pins like 19 to resolve issue 19 and issue 12. Brian Bulkowski 2020-09-12 11:20:39 -07:00
  • 62e078bbed Add the WS2812FX pattern library. Brian Bulkowski 2020-09-11 17:59:14 -07:00
  • 09f76c33c6 Tired of the compile error showing the version. The SPI one can stay for a bit Brian Bulkowski 2020-09-11 17:52:51 -07:00
  • ea247d64fd Make the current code less specific to the version of ESP-IDF, this should work for all versions 4.0 to master. Brian Bulkowski 2020-09-11 17:51:59 -07:00
  • 83c0736401 A major update that removes different kind of flashes. Brian Bulkowski 2020-09-04 16:42:31 -07:00
  • cd08f93593 Updated to Sam Guyer's latest Brian Bulkowski 2020-08-20 18:03:25 -07:00
  • df69632301 Remove unused hal files that were throwing warnings on platformio Brian Bulkowski 2020-07-26 21:09:41 -07:00
  • a16df70c45 Updated for more recent 4.0 version Brian Bulkowski 2020-07-26 20:32:03 -07:00
  • 7a5045c3a4 Fix the bluetooth includes - that is, remove them Brian Bulkowski 2020-07-26 17:29:59 -07:00
  • f7984498fe Update README.md Brian Bulkowski 2020-07-18 19:36:31 -07:00
  • 171dc8cc8e Function is used only when the esp-idf driver is used, thus unclear if it matters yet wq Brian Bulkowski 2020-07-18 19:28:59 -07:00
  • 38d97dbca3 Update to sam guyer's FastLED fork. Should reduce or eliminate flashing. Brian Bulkowski 2020-07-18 19:22:02 -07:00
  • 463bb2145d Update to a better default test pattern Brian Bulkowski 2020-06-29 19:14:56 -07:00
  • 6fb2ce6fa1 Had broken the build for v4.0. Fixed now howpefully still testing Brian Bulkowski 2020-06-29 11:17:33 -07:00
  • 6f4910bf81 Update to talk about instability of RMT config Brian Bulkowski 2020-06-28 13:05:47 -07:00
  • acff7025ba I notice the example code uses the default constructor, which seems to also set a few different optional parameters. Let's use that default constructor, it seems to make the code more stable. Brian Bulkowski 2020-06-28 12:55:45 -07:00
  • 85ea879365 Merge branch 'master' of github.com:bbulkow/FastLED-idf Brian Bulkowski 2020-06-27 23:11:21 -07:00
  • 4dd628d7d7 Works with various ESP-IDF versions Brian Bulkowski 2020-06-27 23:10:57 -07:00
  • 90a7b7a86b Update README.md Brian Bulkowski 2020-03-28 15:17:31 -07:00
  • 355c5d8fb0 Just made the makefile a bit more sightly Brian Bulkowski 2020-03-08 23:41:42 -07:00
  • d532405e54 Update to include information about 4 wire LEDs. Brian Bulkowski 2020-03-08 19:42:38 -07:00
  • 98fafea81b Update README.md Brian Bulkowski 2020-03-08 19:40:00 -07:00
  • 99111b9a81 Make the 4-wire LEDs compile. Had to pull in far more of the Arduino HAL. Brian Bulkowski 2020-03-08 17:56:33 -07:00
  • 17bffd84e6 Updated documentation about parallel use Brian Bulkowski 2020-03-01 14:45:36 -08:00
  • 4792d6cbe8 Description of how I think the threading is working in this module Brian Bulkowski 2020-03-01 14:11:39 -08:00
  • e23eafd049 Shouldn't be using such old TLS versions. Glad they put in options for this. Really want 1.3 only but not clear if disabling 1.2 means 1.3 can still run. Not using it at this point anyway, just came up when reviewing all options for other reasons. Brian Bulkowski 2020-03-01 11:21:10 -08:00
  • 5b9c222025 Updted for most recent ESP-IDF Brian Bulkowski 2020-02-29 23:50:47 -08:00
  • ab9065dcff Better example program. Brian Bulkowski 2020-02-29 23:49:53 -08:00
  • e581f0319b Update about licencing Brian Bulkowski 2020-02-29 23:49:35 -08:00
  • aacf37ce65 Removed the 8266 code, not germain. Updated the clockless rmt simply for a compiler warning Brian Bulkowski 2020-02-29 23:48:36 -08:00
  • 2275e487e2 Merge branch 'master' of github.com:bbulkow/FastLED-idf Brian Bulkowski 2020-02-29 11:57:49 -08:00
  • f88cc05748 Add correct license files for the espressif Arduino HAL. Brian Bulkowski 2020-02-29 11:57:05 -08:00
  • 7a679fc7a0 Update README.md Brian Bulkowski 2020-02-29 11:46:38 -08:00
  • 9818b86468 Update README.md Brian Bulkowski 2020-02-28 12:29:16 -08:00
  • dacfb20f70 Cleaned up a warning. Brian Bulkowski 2020-02-28 01:29:52 -08:00
  • 63d966b6f5 Removing unnecessary files Brian Bulkowski 2020-02-28 01:29:35 -08:00
  • 818f0df116 Remove unneeded files Brian Bulkowski 2020-02-28 01:13:22 -08:00
  • 4fc13da23a Update including measured timing information. Brian Bulkowski 2020-02-28 00:57:55 -08:00
  • d729ade249 Update test code, have three different interesting blinking patterns. Brian Bulkowski 2020-02-28 00:57:35 -08:00
  • 23e5fe03f4 More updates to the readme Brian Bulkowski 2020-02-28 00:05:13 -08:00
  • 9bc4e66df5 Update the readme Brian Bulkowski 2020-02-27 23:59:54 -08:00
  • d9218fb922 Not sure which of these are necessary, we can try to cut it down later. Probably don't need things like PSRAM. Brian Bulkowski 2020-02-17 19:27:25 -08:00
  • 2e70c9ef5a Getting very close to compiling. Current next problem has to do with defining some pins to do different things. Brian Bulkowski 2020-02-17 19:25:09 -08:00
  • 5b81ce6431 CMakeLists and Readme updates. This version of the cmakelists includes a hal directory, but i haven't yet figured out how to make that work, so this is fairly broken. Brian Bulkowski 2020-02-16 13:25:56 -08:00
  • e64b06f03f Hacked a makefile issue ( Define ESP32 ) which should have been done a better way. Brian Bulkowski 2020-02-14 09:07:26 -08:00
  • 3fa53e6d49 Renamed the component successfully, now tries to compile Brian Bulkowski 2020-02-13 23:08:09 -08:00
  • a8262028ae Check in the current Arduino FastLED code, but nothing compiles yet. Brian Bulkowski 2020-02-13 22:56:04 -08:00
  • a05c32cce0 A better readme with some idea of the point of the project Brian Bulkowski 2020-02-13 22:55:33 -08:00
  • 4bb5609920 Initial commit Brian Bulkowski 2020-02-13 22:24:41 -08:00