File tree 2 files changed +3
-2
lines changed
config/telink/chip-module
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2023 Project CHIP Authors
2
+ # Copyright (c) 2023-2024 Project CHIP Authors
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
@@ -181,6 +181,7 @@ config CHIP_IPV4
181
181
config CHIP_BUTTON_MANAGER_IRQ_MODE
182
182
bool "Use GPIO in an IRQ mode instead of polling the GPIO"
183
183
default y if BOARD_TLSR9118BDK40D
184
+ default PM
184
185
help
185
186
Use GPIO in an IRQ mode to avoid button polling loop and extend the battery lifetime by waking up by GPIO event.
186
187
GPIO events are working only with GPIO IRQ. This option changes button matrix configuration.
Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * Copyright (c) 2022 Project CHIP Authors
3
+ * Copyright (c) 2022-2024 Project CHIP Authors
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments