Skip to content

Commit

Permalink
[SiWx917] Update autogen files for SOC (#235)
Browse files Browse the repository at this point in the history
* Updated autogen to resolve build errors with WiseConnect v3.3.3

* Updated changes in autogen and config folders
  • Loading branch information
arun-silabs authored Oct 15, 2024
1 parent b06bc22 commit 3ea357f
Show file tree
Hide file tree
Showing 20 changed files with 448 additions and 776 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#include "sl_si91x_button_pin_config.h"
#include "sl_si91x_button_instances.h"
#include "sl_si91x_button_btn0_config.h"
#include "sl_si91x_button_btn1_config.h"

sl_button_t const button_btn0 = {
.port = SL_BUTTON_BTN0_PORT,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#define SL_SI91X_BUTTON_INSTANCES_H

#include "sl_si91x_button.h"
#include "sl_si91x_button_init_btn0_config.h"
#include "sl_si91x_button_init_btn1_config.h"

extern const sl_button_t button_btn0;
extern const sl_button_t button_btn1;
Expand Down
11 changes: 10 additions & 1 deletion matter/si91x/siwx917/BRD4338A/autogen/sl_si91x_led_instances.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@
#ifndef SL_SI91x_LED_INSTANCES_H
#define SL_SI91x_LED_INSTANCES_H

#include "sl_si91x_led.h"
#include <stdint.h>
#include "sl_si91x_led_init_led0_config.h"
#include "sl_si91x_led_init_led1_config.h"


typedef struct {
uint8_t pin; ///< Pin number of the LED.
uint8_t port; ///< Port number of the LED.
uint8_t led_number; ///< LED number for identification.
} sl_led_t;

extern const sl_led_t led_led0;
extern const sl_led_t led_led1;
Expand Down
Loading

0 comments on commit 3ea357f

Please sign in to comment.