Skip to content

Commit 94ba20f

Browse files
committed
Move closer to D as default
1 parent 203fa79 commit 94ba20f

File tree

4 files changed

+12
-23
lines changed

4 files changed

+12
-23
lines changed

pull_request_template.md renamed to .github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Description
44

5-
A clear and concise description of the changes being introduced in this pull request. Explain the "why" behind the changes, not just the "what."
5+
<!-- Provide a clear and concise description of the changes being introduced in this pull request. Explain the "why" behind the changes, not just the "what." -->
66

77
## Related Issues/Tickets
88

9-
Link any relevant issues, tasks, or user stories (e.g., Closes #123, Fixes #456).
9+
<!-- Link any relevant issues, tasks, or user stories (e.g., Closes #123, Fixes #456). -->
1010

1111
## How Has This Been Tested?
1212

13-
Describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
13+
<!-- Describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. -->
1414

1515
- [ ] Unit tests
1616
- [ ] Integration tests
@@ -19,7 +19,7 @@ Describe the tests that you ran to verify your changes. Provide instructions so
1919

2020
## Screenshots / Recordings (if applicable)
2121

22-
Provide screenshots or screen recordings that demonstrate the changes, especially for UI-related updates.
22+
<!-- Provide screenshots or screen recordings that demonstrate the changes, especially for UI-related updates. -->
2323

2424
## Checklist
2525

boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
leds {
2222
compatible = "gpio-leds";
2323
led0: led0 {
24-
gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
25-
label = "User LED GPIO24";
24+
gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
25+
label = "Watchdog LED";
2626
};
2727
};
2828
};

boards/bronco_space/proves_flight_control_board_v5c/proves_flight_control_board_v5c_rp2350a_m33.dts

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,14 @@
1818

1919
#include "../proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi"
2020

21+
// Configure the Watchdog LED
22+
&led0 {
23+
gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
24+
};
2125

26+
// Configure the LoRa DIO pins
2227
&spi1 {
23-
status = "okay";
24-
cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
25-
pinctrl-0 = <&spi1_default>;
26-
pinctrl-names = "default";
27-
28-
lora0: sx1276@0 {
29-
compatible = "semtech,sx1276";
30-
reg = <0>;
31-
spi-max-frequency = <125000>;
28+
sx1276@0 {
3229
dio-gpios = <&gpio0 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,<&gpio0 12 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
33-
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
34-
power-amplifier-output = "pa-boost";
35-
label = "HOPE_RF";
3630
};
3731
};

boards/bronco_space/proves_flight_control_board_v5d/proves_flight_control_board_v5d_rp2350a_m33.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@
1717
#include <raspberrypi/rpi_pico/m33.dtsi>
1818

1919
#include "../proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi"
20-
21-
&led0 {
22-
gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
23-
label = "User LED GPIO23";
24-
};

0 commit comments

Comments
 (0)