mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
fix esp32 ci adding FREERTOS STATIC to sdkconfig default
This commit is contained in:
parent
d4511186a2
commit
94fed7db0e
@ -2,3 +2,4 @@ CONFIG_IDF_CMAKE=y
|
|||||||
CONFIG_IDF_TARGET="esp32s2"
|
CONFIG_IDF_TARGET="esp32s2"
|
||||||
CONFIG_IDF_TARGET_ESP32S2=y
|
CONFIG_IDF_TARGET_ESP32S2=y
|
||||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
||||||
|
CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y
|
||||||
|
@ -2,3 +2,4 @@ CONFIG_IDF_CMAKE=y
|
|||||||
CONFIG_IDF_TARGET="esp32s2"
|
CONFIG_IDF_TARGET="esp32s2"
|
||||||
CONFIG_IDF_TARGET_ESP32S2=y
|
CONFIG_IDF_TARGET_ESP32S2=y
|
||||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
||||||
|
CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
// Note: On the production version (v1.2) WS2812 is connected to GPIO 18,
|
// Note: On the production version (v1.2) WS2812 is connected to GPIO 18,
|
||||||
// however earlier revision v1.1 WS2812 is connected to GPIO 17
|
// however earlier revision v1.1 WS2812 is connected to GPIO 17
|
||||||
#define LED_PIN 18 // v1.2 and later
|
//#define LED_PIN 18 // v1.2 and later
|
||||||
//#define LED_PIN 17 // v1.1
|
#define LED_PIN 17 // v1.1
|
||||||
|
|
||||||
#define BUTTON_PIN 0
|
#define BUTTON_PIN 0
|
||||||
#define BUTTON_STATE_ACTIVE 0
|
#define BUTTON_STATE_ACTIVE 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user