Commit 4610b00
fix(led_strip): Update LedStrip to support DMA (#583)
* fix(led_strip): Update LedStrip to support DMA
* Update components/led_strip/include/led_strip.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update components/led_strip/include/led_strip.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update components/led_strip/include/led_strip.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* improve led strip some more (dependent on logger change)
* fix sa?
* remove unneeded suppression
* address comments
* fix sa
* fix sa
* clean up refactor to use span instead of raw pointer+size
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent f155f4f commit 4610b00
7 files changed
Lines changed: 214 additions & 42 deletions
File tree
- components
- led_strip
- example/main
- include
- src
- logger/include
- t-dongle-s3/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
11 | 21 | | |
12 | 22 | | |
13 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | | - | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| 153 | + | |
| 154 | + | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
| |||
0 commit comments