Pull the RMT High-priority Interrupt driver in to a vendored local library, pending inclusion in upstream NeoPixelBus. Driver is enabled only for XTensa chips; there's some unresolved issue with nested interrupts on RISCV.
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"name": "NeoESP32RmtHI",
|
|
"build": { "libArchive": false },
|
|
"platforms": ["espressif32"],
|
|
"dependencies": [
|
|
{
|
|
"owner": "makuna",
|
|
"name": "NeoPixelBus",
|
|
"version": "^2.8.3"
|
|
}
|
|
]
|
|
}
|