-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C6 experiments #138
base: mdev
Are you sure you want to change the base?
C6 experiments #138
Commits on Jun 13, 2024
-
due to Arduino 3.0.1, a few updated libraries are required: * Tasmota Platform - official platfomio lacks arduino support for C6 * FastLED (latest + C6 build patches) * AsyncTCP (latest + C6 build patches) * AsyncWebServer (latest + C6 build patches) * NeoPixelBus (lastest)
Configuration menu - View commit details
-
Copy full SHA for a68c1a8 - Browse repository at this point
Copy the full SHA a68c1a8View commit details -
bus manager: ledc (PWM) driver disabled for -C6
ledc drivers have a different API in Arduino V3.0.1. --> temporarily disable PWM support for C6, until we find the time to adopt to the new API.
Configuration menu - View commit details
-
Copy full SHA for 931788f - Browse repository at this point
Copy the full SHA 931788fView commit details -
added WLED_NO_RMT_PIXELBUS for -C6
currently NPB only support BitBang drivers for -C6. This patch re-maps all RMT driver calls to BitBang.
Configuration menu - View commit details
-
Copy full SHA for b19902b - Browse repository at this point
Copy the full SHA b19902bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 246e2e9 - Browse repository at this point
Copy the full SHA 246e2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e843d8a - Browse repository at this point
Copy the full SHA e843d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 404c88c - Browse repository at this point
Copy the full SHA 404c88cView commit details -
The ESP32-C6 chip features 31 physical GPIO pins (GPIO0 ~ GPIO30). Each pin can be used as a general-purpose I/O, or to be connected to an internal peripheral signal. restrictions: ----------------- SPI0/1: GPIO24 ~ GPIO30 are usually used for SPI flash and not recommended for other uses. USB-JTAG: GPIO12 and GPIO13 are used by USB-JTAG by default. If they are reconfigured to operate as normal GPIOs, USB-JTAG functionality will be disabled. Strapping pin: GPIO4, GPIO5, GPIO8, GPIO9, and GPIO15 are strapping pins. For more information, please refer to datasheet. For chip variants with an SiP flash built in, GPIO24 ~ GPIO30 are dedicated to connecting the SiP flash; GPIO10 ~ GPIO11 are not led out to any chip pins; therefore, only the remaining 22 GPIO pins are available. For chip variants without an in-package flash, GPIO14 is not led out to any chip pins.
Configuration menu - View commit details
-
Copy full SHA for 3bf3a25 - Browse repository at this point
Copy the full SHA 3bf3a25View commit details -
several places where -C6 should be treated like -C3
adding `#if defined(CONFIG_IDF_TARGET_ESP32C6)` whenever C3 was mentioned
Configuration menu - View commit details
-
Copy full SHA for 784affd - Browse repository at this point
Copy the full SHA 784affdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdb4c6 - Browse repository at this point
Copy the full SHA 9fdb4c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a66d6e - Browse repository at this point
Copy the full SHA 1a66d6eView commit details -
hack to make 8266 compile again
lessons learned: one doesn't simply `#if defined(ESP_IDF_VERSION) && ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0)` ;-P
Configuration menu - View commit details
-
Copy full SHA for 7b42a70 - Browse repository at this point
Copy the full SHA 7b42a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4b611 - Browse repository at this point
Copy the full SHA 6d4b611View commit details -
* more debug output * added my own fork of FastLED ( looks like more bugs to solve ....)
Configuration menu - View commit details
-
Copy full SHA for 4ddead4 - Browse repository at this point
Copy the full SHA 4ddead4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5f09a - Browse repository at this point
Copy the full SHA ee5f09aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af9cfae - Browse repository at this point
Copy the full SHA af9cfaeView commit details -
Merge branch 'C6_experimental' of https://github.com/MoonModules/WLED …
…into C6_experimental
Configuration menu - View commit details
-
Copy full SHA for 27617ec - Browse repository at this point
Copy the full SHA 27617ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f21350d - Browse repository at this point
Copy the full SHA f21350dView commit details -
... instead of reduced Tasmota-Arduino
Configuration menu - View commit details
-
Copy full SHA for 3a13278 - Browse repository at this point
Copy the full SHA 3a13278View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07fe96 - Browse repository at this point
Copy the full SHA d07fe96View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 656d6ae - Browse repository at this point
Copy the full SHA 656d6aeView commit details -
* reduce debug level * enable websockets (seems to work) * move NO_FASTLED into chip section * adjust LEDPIN and BTNPIN, to match my board
Configuration menu - View commit details
-
Copy full SHA for 45ccab2 - Browse repository at this point
Copy the full SHA 45ccab2View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cfb1f8 - Browse repository at this point
Copy the full SHA 6cfb1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0371f - Browse repository at this point
Copy the full SHA dc0371fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e160b8 - Browse repository at this point
Copy the full SHA 5e160b8View commit details