Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.2k
Commit23fb171
rp2/mpnetworkport: Refactor out cyw43_has_pending global variable.
A better indication of whether a cyw43 event is pending is the actual flagin the PendSV handler table. (If this fails, could also use the GPIOinterrupt enabled register bit).This commit was needed of a previous version of the fix in the parentcommit, but it turned out not strictly necessary for the current version.However, it's still a good clean up.This work was funded through GitHub Sponsors.Signed-off-by: Angus Gratton <angus@redyak.com.au>1 parent6fa498c commit23fb171
File tree
5 files changed
+11
-7
lines changed- ports/rp2
5 files changed
+11
-7
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
144 | 146 |
| |
145 | 147 |
| |
146 |
| - | |
| 148 | + | |
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
| 148 | + | |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 | 60 |
| |
62 | 61 |
| |
63 | 62 |
| |
| |||
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
92 |
| - | |
93 |
| - | |
94 | 91 |
| |
| 92 | + | |
95 | 93 |
| |
96 | 94 |
| |
97 | 95 |
| |
| |||
106 | 104 |
| |
107 | 105 |
| |
108 | 106 |
| |
109 |
| - | |
110 | 107 |
| |
111 | 108 |
| |
112 | 109 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 |
| |
103 | 107 |
| |
104 | 108 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| 54 | + | |
54 | 55 |
| |
55 | 56 |
|
0 commit comments
Comments
(0)