Create 2023-05-15.md

This commit is contained in:
Dan Halbert 2023-05-15 14:56:43 -04:00 committed by GitHub
parent af9695c222
commit 89b554102b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

369
2023/2023-05-15.md Normal file
View file

@ -0,0 +1,369 @@
# CircuitPython Weekly Meeting for May 15, 2023
Welcome to the CircuitPython Weekly meeting notes! Feel free to add your Hug Reports and Status Updates early. During the meeting, we go through them as a round robin sorted by username. If you cant make the meeting and would still like to participate, add your notes with a “(missing meeting)” after your username and well read them off for you.
Add any longer-form discussion topics or general questions you have to the “In the weeds” section.
Thanks! We hope to see you in the meeting!
Dan is hosting.
Video is available [on YouTube](https://youtu.be/W3YllZMCOOA).
Join here for the chat all week: http://adafru.it/discord.
The CircuitPython Weekly happens normally at 2pm ET/11am PT on Mondays. Check the #circuitpython channel on Discord for notices of change in time and links to past meetings. Meeting times are also available in [iCal format](https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical) for use with standard calendar applications and can also be viewed [in your browser](https://open-web-calendar.hosted.quelltext.eu/calendar.html?url=https%3A%2F%2Fraw.githubusercontent.com%2Fadafruit%2Fadafruit-circuitpython-weekly-meeting%2Fmain%2Fmeeting.ical&title=CircuitPython%20Meeting%20Schedule&tab=agenda&tabs=month&tabs=agenda).
If you want to be able to participate in the meeting by speaking, you will need to be added to the @circuitpythonistas role on Discord. Please ask any one of the moderators or admins to add you if youd like to join.
CircuitPython development is sponsored by Adafruit. Please support them by purchasing hardware from https://adafruit.com.
Reminders: Podcast available on most services. Let us know if were missing some.
## 2:47 Community News
### There are now over 400 CircuitPython compatible microcontroller boards
There are now over 400 CircuitPython compatible microcontroller boards with a large addition this past week. They include boards from many manufacturers - these are boards from the community, companies that are not Adafruit, and entire new businesses / makers using and shipping boards with CircuitPython. Supported chips include: Espressif, Microchip SAMD, Nordic, NXP, RP2040, ST, iMX RT and more! - [Adafruit Blog](https://blog.adafruit.com/2023/05/12/there-are-now-over-400-circuitpython-compatible-microcontroller-boards-circuitpython-python-adafruit/) and [CircuitPython.org](https://circuitpython.org/).
It's interesting that it's been less than a year since 300 which is about two boards per week which is fabulous growth.
### 4:51 Hackaday Supercon 2023 is on!
Hackaday has announced that the Hackaday Supercon is on for 2023, and will be taking place November 3 5 in Pasadena, California, USA. Theyd like to hear your proposals for talks and workshops! The [Call for Speakers](https://docs.google.com/forms/d/e/1FAIpQLSfYDwIzWTHZ0_7d8GUznm3Z9w3y8aDcV1MVGSUyY1nTcdJ9Jw/viewform?usp=sf_link) and [Call for Workshops](https://docs.google.com/forms/d/e/1FAIpQLSeJIm0fWcrJIN8ge1K6Mvt2tfoFYOqre3isod5vKRGr-iyvJg/viewform?usp=sf_link) forms are online now, and you have until July 18th to sign up - [Adafruit Blog](https://blog.adafruit.com/2023/05/10/hackaday-supercon-2023-is-on-supercon-hackaday/) and [Hackaday](https://hackaday.com/2023/05/10/supercon-2023-is-on-we-want-you/).
### 5:20 FreakWAN: a LoRa-based open WAN network
FreakWAN is an effort to create a LoRa-based open WAN network, completely independent from Internet and the cellular phones networks. It is coded in MicroPython with a SX1276 LoRa chip driver. It is possible to send encrypted messages that will reach only other users with a matching symmetric key. FreakWAN also implements its own very small, losslessly compressed 1 bit images, as a proof of concept that can send small media types over LoRa - [GitHub](https://github.com/antirez/freakwan) via [Twitter](https://twitter.com/wvdsteen/status/1656288304885530625) and [Y Combinator](https://news.ycombinator.com/item?id=35882967).
### 6:19 Using MicroPython to get started with AWS IoT Core
You can use MicroPython to get started with AWS IoT Core with a recent guide by Amazon. Prototype your project to quickly test a full IoT solution. MicroPython makes it easy to connect a device to AWS IoT Core and route messages to other AWS services - [Amazon](https://aws.amazon.com/blogs/iot/using-micropython-to-get-started-with-aws-iot-core/).
### 6:57 Newsletter Details
The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Tuesday. The complete [archives are here](https://www.adafruitdaily.com/category/circuitpython/). It highlights the latest Python on hardware related news from around the web including CircuitPython, Python and MicroPython developments.
To contribute your own news or project, edit next week's draft [on GitHub](https://github.com/adafruit/circuitpython-weekly-newsletter/tree/gh-pages/_drafts) and [submit a pull request](https://help.github.com/articles/editing-files-in-your-repository/) with the changes. You may also tag a tweet with #CircuitPython on Twitter, or email cpnews@adafruit.com.
## 7:51 State of CircuitPython, Libraries and Blinka
**This report contains information from the previous seven days. Any changes (PRs merged, etc.) made today are not included in this report.**
### 8:19 Overall
* 60 pull requests merged
* 25 authors - Neradoc, peter-l5, FoamyGuy, HundredVisionsGuy, tekktrik, jposada202020, stefanfoulis, RetiredWizard, cguardia, BlitzCityDIY, tyeth, virtualRadish, muddi900, dhalbert, tannewt, furbrain, bojanpotocnik, anecdata, jepler, kaangoksal, ajs256, makermelissa, pedrovs16, CDarius, thess
* 12 reviewers - tannewt, gamblor21, FoamyGuy, tekktrik, jposada202020, jepler, caternuson, BlitzCityDIY, makermelissa, kattni, dhalbert, tyeth
* 42 closed issues by 11 people, 22 opened by 20 people
### 9:17 Core
* 19 pull requests merged
* 12 authors - Neradoc, tannewt, furbrain, FoamyGuy, bojanpotocnik, tekktrik, anecdata, jepler, RetiredWizard, ajs256, thess, dhalbert
* 4 reviewers - jepler, dhalbert, tannewt, gamblor21
* 20 open pull requests
* https://github.com/adafruit/circuitpython/pull/6037 (Open 453 days) (draft)
* https://github.com/adafruit/circuitpython/pull/6555 (Open 314 days) (draft)
* https://github.com/adafruit/circuitpython/pull/6913 (Open 240 days)
* https://github.com/adafruit/circuitpython/pull/7161 (Open 195 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7221 (Open 178 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7220 (Open 178 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7282 (Open 165 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7293 (Open 164 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7440 (Open 124 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7591 (Open 88 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7618 (Open 84 days)
* https://github.com/adafruit/circuitpython/pull/7675 (Open 72 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7711 (Open 65 days)
* https://github.com/adafruit/circuitpython/pull/7718 (Open 63 days)
* https://github.com/adafruit/circuitpython/pull/7811 (Open 46 days)
* https://github.com/adafruit/circuitpython/pull/7886 (Open 23 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7941 (Open 7 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7973 (Open 2 days)
* https://github.com/adafruit/circuitpython/pull/7972 (Open 2 days)
* https://github.com/adafruit/circuitpython/pull/7976 (Open 1 days)
* 13 closed issues by 6 people, 10 opened by 9 people
* 638 open issues
* https://github.com/adafruit/circuitpython/issues
* 8 active milestones
* 8.0.x: 0 open issues
* 8.1.0: 3 open issues
* 8.x.x: 28 open issues
* 9.0.0: 29 open issues
* Libraries: 21 open issues
* Long term: 543 open issues
* Support: 8 open issues
* Third-party: 6 open issues
* 5 issues not assigned a milestone
### 12:07 Libraries
* 37 pull requests merged
* 13 authors - peter-l5, tannewt, FoamyGuy, HundredVisionsGuy, tekktrik, CDarius, stefanfoulis, jposada202020, cguardia, BlitzCityDIY, pedrovs16, tyeth, muddi900
* 10 reviewers - tannewt, FoamyGuy, tekktrik, jposada202020, caternuson, BlitzCityDIY, makermelissa, kattni, dhalbert, tyeth
* Merged pull requests:
* https://github.com/adafruit/Adafruit_CircuitPython_IRRemote/pull/63 (Days open: 17)
* https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect/pull/37 (Days open: 11)
* https://github.com/adafruit/Adafruit_CircuitPython_Logging/pull/49 (Days open: 7)
* https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/pull/85 (Days open: 6)
* https://github.com/adafruit/Adafruit_CircuitPython_GFX/pull/34 (Days open: 6)
* https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk/pull/34 (Days open: 5)
* https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/pull/101 (Days open: 4)
* https://github.com/adafruit/Adafruit_CircuitPython_Ticks/pull/10 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel/pull/152 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_SSD1681/pull/11 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_DHT/pull/88 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_binascii/pull/18 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver/pull/27 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/167 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font/pull/61 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/69 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_LIFX/pull/20 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_MCP9600/pull/23 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone/pull/18 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_framebuf/pull/55 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/115 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_SI5351/pull/30 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_AS7341/pull/36 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_FONA/pull/27 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_OV5640/pull/19 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_miniQR/pull/23 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_FXAS21002C/pull/29 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_FXOS8700/pull/30 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO/pull/26 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_PortalBase/pull/90 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_Logging/pull/50 (Days open: 1)
* https://github.com/adafruit/CircuitPython_Community_Bundle/pull/170 (Days open: 1)
* https://github.com/adafruit/CircuitPython_Community_Bundle/pull/169 (Days open: 1)
* https://github.com/adafruit/CircuitPython_Community_Bundle/pull/168 (Days open: 1)
* https://github.com/adafruit/CircuitPython_Community_Bundle/pull/166 (Days open: 1)
* https://github.com/adafruit/cookiecutter-adafruit-circuitpython/pull/229 (Days open: 1)
* https://github.com/adafruit/cookiecutter-adafruit-circuitpython/pull/226 (Days open: 1)
* 67 open pull requests (Oldest: 958, Newest: 1)
* 27 closed issues by 5 people, 12 opened by 11 people
* 604 open issues
* 51 good first issues
* https://circuitpython.org/contributing
#### Library PyPI Weekly Download Stats
* **Total Library Stats**
* 119313 PyPI downloads over 311 libraries
* **Top 10 Libraries by PyPI Downloads**
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 7705
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 7069
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 2139
* Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1895
* Adafruit CircuitPython Wiznet5k (adafruit-circuitpython-wiznet5k): 1199
* Adafruit CircuitPython Motor (adafruit-circuitpython-motor): 1110
* Adafruit CircuitPython Display Text (adafruit-circuitpython-display-text): 1107
* Adafruit CircuitPython DHT (adafruit-circuitpython-dht): 1088
* Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt): 1056
* Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685): 1009
#### Library updates in the last seven days:
* **New Libraries**
* [CDarius/CircuitPython_AXP192](https://github.com/CDarius/CircuitPython_AXP192)
* [jposada202020/CircuitPython_BMP581](https://github.com/jposada202020/CircuitPython_BMP581)
* [jposada202020/CircuitPython_STTS22H](https://github.com/jposada202020/CircuitPython_STTS22H)
* **Updated Libraries**
* [adafruit/Adafruit_CircuitPython_DisplayIO_Layout](https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout)
* [adafruit/Adafruit_CircuitPython_Logging](https://github.com/adafruit/Adafruit_CircuitPython_Logging)
* [adafruit/Adafruit_CircuitPython_SSD1681](https://github.com/adafruit/Adafruit_CircuitPython_SSD1681)
* [adafruit/Adafruit_CircuitPython_BluefruitConnect](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect)
* [adafruit/Adafruit_CircuitPython_miniQR](https://github.com/adafruit/Adafruit_CircuitPython_miniQR)
* [FoamyGuy/CircuitPython_DisplayIO_ListSelect](https://github.com/FoamyGuy/CircuitPython_DisplayIO_ListSelect)
* [furbrain/CircuitPython_laser_egismos](https://github.com/furbrain/CircuitPython_laser_egismos)
* [jposada202020/CircuitPython_st](https://github.com/jposada202020/CircuitPython_st)
* [Neradoc/CircuitPython_tm1637_dis](https://github.com/Neradoc/CircuitPython_tm1637_dis)
### 15:11 Blinka
* 4 pull requests merged
* 3 authors - virtualRadish, kaangoksal, makermelissa
* 3 reviewers - tekktrik, makermelissa, tannewt
* 2 open pull requests
* https://github.com/adafruit/Adafruit_Blinka/pull/417 (Open 824 days)
* https://github.com/adafruit/Adafruit_Blinka_bleio/pull/40 (Open 584 days)
* 2 closed issues by 1 people, 0 opened by 0 people
* 96 open issues
* https://github.com/adafruit/Adafruit_Blinka/issues
* PyPI downloads in the last week: 15603
* Piwheels Downloads in the last month: 9528
Number of supported boards: 120
## 16:23 Hug reports
16:49 @danh (hosting)
* @jepler for continuing with synthio.
* @thess for continued PRs to fix network-related issues.
* @tannewt for suggesting we are just about ready for an 8.1.0 release candidate
17:40 @CGrover (text only)
* @jepler and the team of testers for synthio. I was blown away when the foundational building blocks emerged and was utterly amazed when I heard polyphony, envelopes, and effects.
17:57 @DJDevon3
* @Tyeth for helping with an algorithm. Tyeth entered a BME280 bias adjust script I wrote into ChatGPT which spit out a 99% correct answer. Only thing it got wrong was trying to import numpy instead of ulab.numpy. I no longer see ChatGPT as an evil overlord but as a relatively helpful tool.
* @FoamyGuy & @Neradoc for an interesting conversation about REST APIs.
* @LadyAda & @PT for dealing with Facebook incorrectly tagging Show & Tell as hate speech
* @GroupHug for everyone who doesnt engage in hate speech… which is everyone
19:54 @foamyguy
* @bill88t and @anecdata for testing out some debug builds to help isolate an issue I was seeing
* @NetNinja on Youtube for some great basic Vue.js tutorial videos
* @makermelissa for a pointer to confirm the behavior of dots when shown on 14x4 segments for a change that Ive submitted
20:59 @jepler
* Dan for doing so much to bring 8.1.0 to stable, and for offering to do one of the upcoming micropython merges
* Todbot for making some demos showcasing synthio
* Jp, todbot, gamblor for feedback on the next direction for synthio
21:47 @kattni
* @tekktrik for updating Pylint and Black across all the libraries, and fixing up the ones that had issues.
* @foamyguy for looking into an issue with our projects on Read the Docs
* @jepler for tons of help with my current project code
* @danh for going through it to ensure I didnt leave any test prints in there, and questioning my logic as well
* @foamyguy for talking through a specific CP feature and whether it would work on a silly project idea
* @neradoc for more help with my code
* @bill88t for a bunch of help with a WiFi issue in my code
* @tannewt for adding Inky Frame to CP core
* Group hug
22:46 @makermelissa
* Group Hug
22:57 @Mark[gamblor21] (missing)
* @todbot for answering some synth questions about a couple YT videos he made
* @jepler for all the synthio work. The depth of what it can do is mind blowing (so is the math behind it)
23:18 @carter (text only)
* @tekktrik / @kattni for heads up on CI deprecation needing attention in Arduino library repos
* @eva for updating all repos for above
23:48 @tannewt
* @joshua from TinyVIsion AI who was cheering me on for CircuitPython board def for pico-ice. RP2040 + ICE40UP5k
24:31 @tekktrik (out)
* @danh, @Jose Dave, @kattni, and @foamyguy for PR reviews last week for helping with recent patches
* Group hug!
## 25:00 Status Updates
25:33 @danh (hosting)
* Finishing off final issues for 8.1.0
* Fixes and other work for 8.1.0:
* Allow native adafruit_bus_device to have no chip select pin.
* On STM, dont change monotonic time when RTC date/time is changed.
* Report actual SPI frequency on Espressif.
* Closed some issues and pushed a few others to 8.x.x.
* Lotsa reviews.
* Also did a bunch of reviews for library housekeeping PRs.
26:31 @CGrover (text only)
* Been running a three-ring PCB design and build circus lately and havent been coding much. Nine more boards to assemble followed by two new designs to send to OSH Park. After that, well put all the boards back into the clown car, take down the tent, and move on to wrapping up some CircuitPython coding projects and associated guides.
26:53 @DJDevon3
* I wrote a basic algorithm for temperature bias adjusting the BME280 sensor module but it was all Tyeth & ChatGPT who slimmed it down to a linear algorithm using ulab.numpy. Ive calibrated the bias against multiple mercury thermometers. The bias adjustment now makes the BME280 super precise to within a tenth of a degree no matter the pcb temperature. Its almost as accurate as a mercury thermometer. The algorithm only needs to go down to 50F, below that the PCB is sufficiently cooled and does not affect the reading. The algorithm is a work in progress. The more data points in the curve I can feed it the more accurate it will become. By default the BME280 is about 96% accurate which means theres an 8 degree deviation when over 110F. My algorithm brings the accuracy up to 99.1% and Im shooting for 99.9% this summer. Since Im in Florida Im in a good position to track the data points needed above 110F.
* Went on Show & Tell with a Feather DVI weather station which I plan on using to live stream during hurricanes (until I lose power). Tested my first livestream showing organizing the GUI elements.
* Have a new project on the horizon using an ItsyBitsy NRF52840 with CGrovers ItsyBitsy adapter & Adafruit connect mobile app to control an LED candle color. Thought about using WLED at first but after seeing all the hoops you have to jump through with WLED decided to go with a Circuit Python solution.
29:20 @foamyguy
* Validate a change to fix some of the interactive elements in the RTD docs pages for libraries, tested it on one library and sent over to Tektrik for patching
* Created an HTTP API for initializing and controlling RGB LED lights using JSON data passed via requests. Currently supports neopixels and dotstars for setting individual colors and filling the full strips. Planning to add support for led animations.
* Submitted non-blocking marquee for HT16K33 library. Will carry out some additional testing on strings with dots in them.
* Started up a Feather S2 TFT running with a debug build to try to capture logs for a hard fault potentially related to running an HTTPServer on the device after its been running for a while.
* Trying to learn the basics of Vue.js in order to be able to tinker locally with EduBlocks project.
31:54 @jepler
* Synthio tremolo, vibrato, frequency sweep & ring mod merged
* Consensus was that connectable LFOs was a sensible next step, started implementation this morning. Its nearly ready to try hooking in to replace the original tremolo & vibrato, then jp & todbot (& liz & gamblor?) can kick the tires. PR tomorrow maybe?
* Also made lots of progress on my xerox 820 CP/M machine. Working on a simple passive adapter board for a PCs 34-pin floppy connector to the 39-pin connector on the Xeroxs drive box. I blogged about the machine: https://emergent.unpythonic.net/01683808046
33:37 @kattni
* Last week:
* Finally figured out that the issue with my Canary nightlight code is that theres some problem with it and ESP32-S2, but that it works flawlessly on ESP32-S3. So……. The project now uses the S3 QT Py.
* Related: I should still try my code on a different ESP32-S2 to make sure I dont have a bad board. That said, if it is still present, someone should probably look into why it fails so spectacularly. That person will not be me, though Im happy to test.
* Finally wrapped up the canary nightlight code
* Started the ADXL/ADT FeatherWing guide
* Started the Canary Nightlight guide
* Updated guides:
* M7 guide re: PWM audio capable pins
* PID2601 guide updated with new rev where needed
* PID4147 QTification revealed no guide, so thats been shifted from update to new guide
* This week in no particular order:
* Do as much of the ADXL/ADT guide as possible without the hardware (Order placed on Friday; shipped today. Will get that as soon as it arrives.)
* Once hardware is obtained, finish the above guide.
* Finish up my part of the Canary Nightlight guide so Im not blocking Noe when hes ready to finish it.
* New choc neokey breakout guide
* Misc:
* Guide update: PID4775 revision with boot button on side, and MAX17 battery monitor
* Guide update: PID390 USBCification
* Go through list of fixes on USB Host Feather RP2040 guide, and apply them to my recent Feather RP2040 guide.
* Three more in todo list!
* As time permits:
* Background projects.
* Otherwise:
* My new laptop started its first day of work this morning. I did a fresh install, so well see how this goes. Previous-laptop is still ready to rescue things if needed. Excited though!
38:03 @makermelissa
* Last Week:
* Finished Adding a bunch of Blinka boards to circuitpython.org putting us at 120 boards
* Finished updating the code for my collaboration project with Erin
* Updated PlatformDetect so that it now decodes the Raspberry Pi Rev code and intelligently determines the appropriate board. This will make it much less work to manage every time Raspberry Pi updates a board.
* Fixed some issues with the Raspberry Pi Installer Scripts
* Fixed the links for the RP2040 Feather ThinkInk on circuitpython.org
* This Week:
* Work on Collab project guide
* More Github issues and GitHub Actions improvements
36:02 @tannewt
* Wrapping up two helper libraries I did: JSON_Stream (for epd weather display) and Prompt_Toolkit (for circuitpyrate).
* Will look at CircuitPyrate support for ICE40 loading and SWD support.
* Circling back to USB host for a bit of testing once Thach has merged some improvements.
* Will circle back to continue iMX testing / porting learn guide.
* Made PR for Inky Frame 5.7 and a prototype branch for pico-ice.
39:10 @tekktrik (out)
* Last week
* Updated pylint and other pinned versions of pre-commit tools across the libraries
* Fixed an issue with the cookiecutter where Community Bundles would be missing a newline
* Submitted a PR to the core to build the stubs package in an updated, more recent method
* Submitting a patch for review that will finish updating pylint for a deprecation warning as well as a fix for an issue with jQuery that foamyguy implemented.
* This week
* Continuing to go through a backlog of issues to complete
* Looking into making some changes to the Learn Guide repo to speed up the CI checks
## In The Weeds
## 40:03 Wrap-Up