You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.html
+46-35Lines changed: 46 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ <h1>Contributing</h1>
159
159
Have an idea for a new driver or library?
160
160
<ahref="https://github.com/adafruit/circuitpython/issues">File an issue on the CircuitPython repo!</a>
161
161
</p>
162
-
<h2>Current Status for Tue, Feb 03, 2026</h2>
162
+
<h2>Current Status for Wed, Feb 04, 2026</h2>
163
163
164
164
165
165
<ulclass='tabbed-navigation'>
@@ -184,12 +184,23 @@ <h2>Current Status for Tue, Feb 03, 2026</h2>
184
184
<h3>Open Pull Requests</h3>
185
185
<ul>
186
186
187
+
<li>
188
+
Adafruit_CircuitPython_AdafruitIO
189
+
<ul>
190
+
191
+
192
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/pull/133">Add air quality API integration methods and MQTT unsubscribe support (Open 0 days)</a></li>
193
+
194
+
195
+
</ul>
196
+
</li>
197
+
187
198
<li>
188
199
Adafruit_CircuitPython_AS7341
189
200
<ul>
190
201
191
202
192
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_AS7341/pull/45">Explicitly set gain in simpletest example (Open 8 days)</a></li>
203
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_AS7341/pull/45">Explicitly set gain in simpletest example (Open 9 days)</a></li>
193
204
194
205
195
206
</ul>
@@ -200,15 +211,15 @@ <h3>Open Pull Requests</h3>
200
211
<ul>
201
212
202
213
203
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/58">add tests for asyncio (Open 814 days)</a></li>
214
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/58">add tests for asyncio (Open 815 days)</a></li>
204
215
205
216
206
217
207
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/54">feat: support task methods for `exception` and `result` (Open 817 days)</a></li>
218
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/54">feat: support task methods for `exception` and `result` (Open 818 days)</a></li>
208
219
209
220
210
221
211
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/50">feat: add queue support (Open 827 days)</a></li>
222
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/50">feat: add queue support (Open 828 days)</a></li>
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_CharLCD/pull/81">Character_LCD_I2C: add support for PCF8574 I2C expander backpack (Open 362 days)</a></li>
255
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_CharLCD/pull/81">Character_LCD_I2C: add support for PCF8574 I2C expander backpack (Open 363 days)</a></li>
245
256
246
257
247
258
</ul>
@@ -252,11 +263,11 @@ <h3>Open Pull Requests</h3>
252
263
<ul>
253
264
254
265
255
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/pull/95">Remove '__version__' and '__repo__' to save RAM (Open 393 days)</a></li>
266
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/pull/95">Remove '__version__' and '__repo__' to save RAM (Open 394 days)</a></li>
256
267
257
268
258
269
259
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/pull/87">changes for blit refactor to bitmaptools. (Open 924 days)</a></li>
270
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/pull/87">changes for blit refactor to bitmaptools. (Open 925 days)</a></li>
260
271
261
272
262
273
</ul>
@@ -267,7 +278,7 @@ <h3>Open Pull Requests</h3>
267
278
<ul>
268
279
269
280
270
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_DS3231/pull/47">Fix path to product image. (Open 1019 days)</a></li>
281
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_DS3231/pull/47">Fix path to product image. (Open 1020 days)</a></li>
271
282
272
283
273
284
</ul>
@@ -278,7 +289,7 @@ <h3>Open Pull Requests</h3>
278
289
<ul>
279
290
280
291
281
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_FRAM/pull/34">allow setting FRAM size (Open 1253 days)</a></li>
292
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_FRAM/pull/34">allow setting FRAM size (Open 1254 days)</a></li>
282
293
283
294
284
295
</ul>
@@ -289,15 +300,15 @@ <h3>Open Pull Requests</h3>
289
300
<ul>
290
301
291
302
292
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_GPS/pull/119">chore: Use datetime instead of time struct to include milliseconds information in gps.timestamp_utc (Open 105 days)</a></li>
303
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_GPS/pull/119">chore: Use datetime instead of time struct to include milliseconds information in gps.timestamp_utc (Open 106 days)</a></li>
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_GPS/pull/94">Added decoding of 'PGTOP' to get the status of the antenna extension … (Open 1130 days)</a></li>
311
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_GPS/pull/94">Added decoding of 'PGTOP' to get the status of the antenna extension … (Open 1131 days)</a></li>
301
312
302
313
303
314
</ul>
@@ -308,7 +319,7 @@ <h3>Open Pull Requests</h3>
308
319
<ul>
309
320
310
321
311
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/pull/111">Support for Websocket CONT frames/fragmented messages (Open 21 days)</a></li>
322
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/pull/111">Support for Websocket CONT frames/fragmented messages (Open 22 days)</a></li>
312
323
313
324
314
325
</ul>
@@ -319,7 +330,7 @@ <h3>Open Pull Requests</h3>
319
330
<ul>
320
331
321
332
322
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_ILI9341/pull/43">Added madctl parameter to ILI9341 driver for hardware rotation and RGB/BGR control, enabling faster rendering and more flexibility (Open 159 days)</a></li>
333
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_ILI9341/pull/43">Added madctl parameter to ILI9341 driver for hardware rotation and RGB/BGR control, enabling faster rendering and more flexibility (Open 160 days)</a></li>
323
334
324
335
325
336
</ul>
@@ -330,7 +341,7 @@ <h3>Open Pull Requests</h3>
330
341
<ul>
331
342
332
343
333
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/102">Explicitly list additional packages (Open 222 days)</a></li>
344
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/102">Explicitly list additional packages (Open 223 days)</a></li>
334
345
335
346
336
347
</ul>
@@ -341,7 +352,7 @@ <h3>Open Pull Requests</h3>
341
352
<ul>
342
353
343
354
344
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_LC709203F/pull/27">Add error checking and retries to the read and write functions (Open 397 days)</a></li>
355
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_LC709203F/pull/27">Add error checking and retries to the read and write functions (Open 398 days)</a></li>
345
356
346
357
347
358
</ul>
@@ -352,7 +363,7 @@ <h3>Open Pull Requests</h3>
352
363
<ul>
353
364
354
365
355
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MagTag/pull/96">Wait for display on deep sleep (Open 130 days)</a></li>
366
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MagTag/pull/96">Wait for display on deep sleep (Open 131 days)</a></li>
356
367
357
368
358
369
</ul>
@@ -363,7 +374,7 @@ <h3>Open Pull Requests</h3>
363
374
<ul>
364
375
365
376
366
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/pull/106">Add link to PortalBase library (Open 8 days)</a></li>
377
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/pull/106">Add link to PortalBase library (Open 9 days)</a></li>
367
378
368
379
369
380
</ul>
@@ -374,7 +385,7 @@ <h3>Open Pull Requests</h3>
374
385
<ul>
375
386
376
387
377
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x/pull/6">pretty sure this should not be +1 (Open 1263 days)</a></li>
388
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x/pull/6">pretty sure this should not be +1 (Open 1264 days)</a></li>
378
389
379
390
380
391
</ul>
@@ -385,7 +396,7 @@ <h3>Open Pull Requests</h3>
385
396
<ul>
386
397
387
398
388
-
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MCP2515/pull/20">Make full use of all hardware acceptance masks and filters (Open 1007 days)</a></li>
399
+
<li><ahref="https://github.com/adafruit/Adafruit_CircuitPython_MCP2515/pull/20">Make full use of all hardware acceptance masks and filters (Open 1008 days)</a></li>
0 commit comments