Commit 0a2fda2
[Silabs] Add Support for RGB led in Thread build (part 2) (project-chip#42153)
* Fixed build error, added matter_support pointer and enabled rgb led for brd2601B and BRD2608A boards
* Removed comment
* Restyled by gn
---------
Co-authored-by: Restyled.io <[email protected]>1 parent 2ae391b commit 0a2fda2
File tree
3 files changed
+5
-4
lines changed- src/platform/silabs/platformAbstraction
- third_party/silabs
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Submodule matter_support updated 9 files
- board-support/efr32/efr32mg24/BRD2601B/autogen/sl_event_handler.c+10-1
- board-support/efr32/efr32mg24/BRD2601B/autogen/sl_simple_rgb_pwm_led_instances.c+108
- board-support/efr32/efr32mg24/BRD2601B/autogen/sl_simple_rgb_pwm_led_instances.h+41
- board-support/efr32/efr32mg24/BRD2601B/config/sl_simple_rgb_pwm_led_rgb_led0_config.h+118
- board-support/efr32/efr32mg26/BRD2608A/autogen/sl_event_handler.c+8
- board-support/efr32/efr32mg26/BRD2608A/autogen/sl_simple_rgb_pwm_led_instances.c+108
- board-support/efr32/efr32mg26/BRD2608A/autogen/sl_simple_rgb_pwm_led_instances.h+41
- board-support/efr32/efr32mg26/BRD2608A/config/sl_simple_rgb_pwm_led_rgb_led0_config.h+118
- board-support/efr32/mgm24/BRD2704A/autogen/sl_event_handler.c-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
0 commit comments