Add Sep 28th notes
This commit is contained in:
parent
32c4f183ec
commit
20b31def79
1 changed files with 421 additions and 0 deletions
421
2020/2020-09-28.md
Normal file
421
2020/2020-09-28.md
Normal file
|
|
@ -0,0 +1,421 @@
|
|||
# CircuitPython Weekly for September 28, 2020
|
||||
|
||||
Video is available here [on YouTube](https://youtu.be/f9pZtkRmqPQ).
|
||||
|
||||
|
||||
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 using the following link: https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical for use with standard calendar applications or in your browser: https://open-web-calendar.herokuapp.com/calendar.html?url=https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical
|
||||
|
||||
|
||||
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 you’d 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 we’re missing some.
|
||||
## 4:24 Community News
|
||||
|
||||
### Halloween Projects
|
||||
It's getting close to Halloween - it's now time to make some projects to display ones seasonal spookiness. And what a perfect way to do so using all the spooktacular items Adafruit sells, from NeoPixels, EL wire, spooky eyes with MONSTER M4SK and HalloWing, and much, much more.
|
||||
New and Favorite Projects:
|
||||
* Halloween Countdown Display Matrix
|
||||
* Matrix Portal Creature Eyes
|
||||
* MONSTER M4SK
|
||||
* HalloWing M4
|
||||
* Circuit Playground or Hallowing Jack-o'-Lantern
|
||||
* Holiday Icicle Lights with Flair with red effects
|
||||
Browse dozens of Halloween themed projects free from Adafruit - Adafruit Learning System
|
||||
|
||||
### 5:37 A CircuitPython Music Visualizer
|
||||
|
||||
A CircuitPython-based music and sound visualizer, built using the Adafruit CLUE board. The onboard microphone captures the ambient sound and the CLUE provides a visual representation of the frequencies it detects on the color display. The ulab library, similar to numpy, provides the fast fourier transform function which takes the sound data and provides the frequencies to display. Written in Japanese and English - STEAM Tokyo and Twitter.
|
||||
|
||||
### 6:08 Hacktoberfest
|
||||
|
||||
Hacktoberfest® is a celebration of Open Source Software, created by DigitalOcean. It's open to everyone around the globe. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge. You can win a t-shirt or plant a tree.
|
||||
|
||||
Pull requests can be made in any GitHub-hosted repositories/projects. You can sign up anytime between October 1 and October 31. More - Hacktoberfest.
|
||||
|
||||
### 7:05 PyLadies inaugural Global Council
|
||||
|
||||
PyLadies announced the results for the inaugural PyLadies Global Council! The Global Council has 9 seats, including 6 seats selected by public election with a 2 year service commitment and 3 seats selected by application with a 1 year service commitment. Additionally the Council has a diversity and inclusion requirement that sets a maximum of 3 seats to be filled by members from the same country of residence.
|
||||
|
||||
https://pyladies.com/blog/Announcing-the-Inaugural-PyLadies-Global-Council/inaugural-pyladies-council/
|
||||
|
||||
|
||||
### 7:46 Adafruit Update
|
||||
|
||||
Adafruit is shipping orders!
|
||||
|
||||
Adafruit is stocked and shipping orders!
|
||||
|
||||
Now is the best time to get orders in for your favorite products, including items for students.
|
||||
|
||||
Science is fun and educational when using Adafruit parts and free, easy to follow tutorials in the Adafruit Learning System.
|
||||
|
||||
Shop Adafruit now - https://adafruit.com
|
||||
|
||||
### 8:25 Newsletter
|
||||
We’d love to have more contributors to the newsletter. The draft of the newsletter is here: https://github.com/adafruit/circuitpython-weekly-newsletter/blob/gh-pages/_drafts/2020-09-29-draft.md
|
||||
|
||||
|
||||
Subscribe to the newsletter by going to https://www.adafruitdaily.com/ and checking the “Python for Microcontrollers” box.
|
||||
|
||||
|
||||
Thanks to Anne for putting the newsletter together each and every week.
|
||||
|
||||
## 9:16 State of CircuitPython, Libraries and Blinka
|
||||
### 9:55 Overall
|
||||
* 25 pull requests merged
|
||||
* 15 authors - askpatrickw, makermelissa, spkuehl, jerryneedell, tawez, anecdata, mdroberts1243, tannewt, yswallow, kevinaj, brentru, wtuemura, jepler, siddacious, woolseyj
|
||||
* 9 reviewers - makermelissa, ladyada, FoamyGuy, tannewt, TheKitty, brentru, jepler, siddacious, hierophect
|
||||
* 17 closed issues by 9 people, 12 opened by 12 people
|
||||
|
||||
|
||||
Overall: The community continues to attract people. 6.0 beta 0 was released, beta 1 will follow soon. Seeing lots of people test, which is good news.
|
||||
### 11:30 Core
|
||||
* 6 pull requests merged
|
||||
* 5 authors - askpatrickw, jepler, tawez, tannewt, wtuemura
|
||||
* 4 reviewers - ladyada, jepler, tannewt, hierophect
|
||||
* 17 open pull requests
|
||||
* https://github.com/adafruit/circuitpython/pull/3044 (Open 103 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3144 (Open 79 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3192 (Open 66 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3291 (Open 41 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3349 (Open 30 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3450 (Open 6 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3449 (Open 6 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3454 (Open 5 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3453 (Open 5 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3463 (Open 4 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3459 (Open 4 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3467 (Open 3 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3466 (Open 3 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3475 (Open 2 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3472 (Open 2 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3469 (Open 2 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3478 (Open 1 days)
|
||||
* 5 closed issues by 2 people, 4 opened by 4 people
|
||||
* 327 open issues
|
||||
* https://github.com/adafruit/circuitpython/issues
|
||||
* 7 active milestones
|
||||
* 6.0.0: 5 open issues
|
||||
* 6.x.0 - Features: 3 open issues
|
||||
* 6.x.x - Bug Fixes: 12 open issues
|
||||
* 7.0.0: 3 open issues
|
||||
* Libraries: 12 open issues
|
||||
* Long term: 288 open issues
|
||||
* Support: 3 open issues
|
||||
* 1 issues not assigned a milestone
|
||||
|
||||
|
||||
* Core download stats available at https://circuitpython.org/stats
|
||||
### 12:58 Libraries
|
||||
* 19 pull requests merged
|
||||
* 13 authors - askpatrickw, makermelissa, spkuehl, jerryneedell, anecdata, mdroberts1243, tannewt, yswallow, kevinaj, brentru, jepler, siddacious, woolseyj
|
||||
* 8 reviewers - makermelissa, ladyada, FoamyGuy, tannewt, TheKitty, brentru, jepler, siddacious
|
||||
* Merged pull requests:
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_FONA/pull/7 (Days open: 114)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/49 (Days open: 29)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/21 (Days open: 28)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/264 (Days open: 6)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/23 (Days open: 3)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/33 (Days open: 3)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/265 (Days open: 3)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf/pull/3 (Days open: 2)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_framebuf/pull/37 (Days open: 2)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BME280/pull/40 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/pull/20 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306/pull/15 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BLE/pull/105 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_IterTools/pull/10 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_FRAM/pull/21 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_FRAM/pull/20 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Slideshow/pull/21 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/36 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/267 (Days open: 1)
|
||||
* 12 closed issues by 8 people, 8 opened by 8 people
|
||||
* https://circuitpython.org/contributing
|
||||
* 196 open issues
|
||||
* 8 good first issues
|
||||
* 26 open pull requests (Oldest: 630, Newest: 1)
|
||||
Library updates in the last seven days:
|
||||
**New Libraries**
|
||||
* [Adafruit_CircuitPython_BNO08x](https://github.com/adafruit/Adafruit_CircuitPython_BNO08x)
|
||||
**Updated Libraries**
|
||||
* [Adafruit_CircuitPython_PN532](https://github.com/adafruit/Adafruit_CircuitPython_PN532)
|
||||
* [Adafruit_CircuitPython_FeatherWing](https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing)
|
||||
* [Adafruit_CircuitPython_SharpMemoryDisplay](https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay)
|
||||
* [Adafruit_CircuitPython_Pixel_Framebuf](https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf)
|
||||
* [Adafruit_CircuitPython_MatrixPortal](https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal)
|
||||
* [Adafruit_CircuitPython_DisplayIO_SSD1306](https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306)
|
||||
* [Adafruit_CircuitPython_BLE](https://github.com/adafruit/Adafruit_CircuitPython_BLE)
|
||||
* [Adafruit_CircuitPython_framebuf](https://github.com/adafruit/Adafruit_CircuitPython_framebuf)
|
||||
* [Adafruit_CircuitPython_IterTools](https://github.com/adafruit/Adafruit_CircuitPython_IterTools)
|
||||
* [Adafruit_CircuitPython_FRAM](https://github.com/adafruit/Adafruit_CircuitPython_FRAM)
|
||||
* [Adafruit_CircuitPython_BNO08x_RVC](https://github.com/adafruit/Adafruit_CircuitPython_BNO08x_RVC)
|
||||
* [Adafruit_CircuitPython_Wiznet5k](https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k)
|
||||
* [Adafruit_CircuitPython_MiniMQTT](https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT)
|
||||
* [Adafruit_CircuitPython_Slideshow](https://github.com/adafruit/Adafruit_CircuitPython_Slideshow)
|
||||
* [Adafruit_CircuitPython_FONA](https://github.com/adafruit/Adafruit_CircuitPython_FONA)
|
||||
* [Adafruit_CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests)
|
||||
### 15:35 Blinka
|
||||
* 0 pull requests merged
|
||||
* 0 authors -
|
||||
* 0 reviewers -
|
||||
* 2 open pull requests
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/304 (Open 112 days)
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/322 (Open 66 days)
|
||||
* 0 closed issues by 0 people, 0 opened by 0 people
|
||||
* 25 open issues
|
||||
* https://github.com/adafruit/Adafruit_Blinka/issues
|
||||
* PyPI Downloads in the last week: 1860
|
||||
Number of supported boards: 52
|
||||
## 18:08 Hug reports
|
||||
@anecdata (lurking)
|
||||
|
||||
|
||||
@anne (lurking)
|
||||
|
||||
|
||||
@bd2dcore (assumed lurking)
|
||||
|
||||
|
||||
@cater (lurking)
|
||||
|
||||
20:00 @danh (not at meeting; hugs for week ending 9/21)
|
||||
* @tannewt for finishing the 6.0.0-beta.0 release while I started our vacation
|
||||
|
||||
|
||||
@DaveP - lurking
|
||||
|
||||
|
||||
20:23 @David.Glaude (lurking)
|
||||
* @danh and @tannewt for the beta-0 release
|
||||
* @danh for BLE work with NiNa
|
||||
* @MakerMelissa for Matrix work
|
||||
|
||||
|
||||
20:39 @foamyguy
|
||||
* Well wishes to @danh
|
||||
* @kmatch98 for making an example script that positions button dynamically into a grid
|
||||
* @tannewt for the great content during deep dives. Learned a lot from the recent one about displayio and project structure.
|
||||
|
||||
|
||||
21:41 @hierophect
|
||||
* Best wishes to @danh, I hope he has a swift recovery
|
||||
* Group hug, thanks @jepler for helping me figure out an ADC thingy this morning
|
||||
|
||||
|
||||
@jasonp (lurking)
|
||||
|
||||
22:29 @jepler
|
||||
* @kattni - thanks for your trust in us while you were gone. We did just fine but we missed your presence
|
||||
* @scott - thanks for reviews, looking forward to hashing out those last few details with you yet again (needs to happen before beta.1!)
|
||||
* @danh - hang in there, thanks for sharing your status with us
|
||||
* Group hug because you are keeping this community working and vibrant
|
||||
* So many good conversations this past week, thank you all.
|
||||
* @v923z happy to see you in the meeting!
|
||||
|
||||
|
||||
23:24 @jerryn
|
||||
* @danh -- best wishes for a speedy and full recovery! Vacations are dangerous!
|
||||
* @PaintYourDragon for the matrix_portal demos.
|
||||
* All involved for the 6.0.0-beta.0 release
|
||||
* Group hug.
|
||||
|
||||
|
||||
23:53 @kattni
|
||||
* Group hug to everyone who kept things going while I was out. It was amazing to be able to drop off the work grid for two weeks and know everything would be taken care of.
|
||||
* Sending well-wishes to @danh, and mostly hoping he manages to keep busy and not get bored out of his mind being stuck in the hospital.
|
||||
* @s-light for continuing with the TLC59711 PR they started nearly two years ago
|
||||
* @foamyguy for helping with that PR.
|
||||
|
||||
|
||||
25:53 @kmatch98
|
||||
* @tannewt for deep dive on displayio
|
||||
* @foamyguy for discussions on touch and buttons
|
||||
* @TG-Techie for smart watch touch demo
|
||||
|
||||
|
||||
26:35 @MakerMelissa
|
||||
* @foamyguy for reviewing/testing my Slideshow PR
|
||||
* @danh Hoping you feel better soon.
|
||||
* Group Hug
|
||||
|
||||
|
||||
@mdroberts (lurking)
|
||||
|
||||
|
||||
@Mark(Gamblor) [lurking]
|
||||
|
||||
|
||||
26:56 @microDev
|
||||
* Group hug to the community.
|
||||
* @tannewt for all the deep sleep api discussions.
|
||||
* @jepler for suggesting a fix for the make translate script.
|
||||
|
||||
|
||||
@Mr. Certainly [lurking]
|
||||
|
||||
|
||||
19:03 @tannewt
|
||||
* Thanks to jepler and siddacious for all of the CAN work.
|
||||
* Mdroberts for adding support for the 128x64 oled
|
||||
* DaveP for fixing SPI issues on nRF and finding an errata.
|
||||
* Cwalther for making a PR to support changing the next file to run. Deshipu and robertgallup for helping test and brainstorm it.
|
||||
|
||||
|
||||
@v923z [lurking]
|
||||
## 27:40 Status Updates
|
||||
@anecdata (lurking)
|
||||
|
||||
|
||||
@anne (lurking)
|
||||
|
||||
|
||||
@bd2dcore (assumed lurking)
|
||||
|
||||
|
||||
@cater (lurking)
|
||||
|
||||
|
||||
16:52 @danh (not at meeting)
|
||||
* Week before 9/21:
|
||||
* Did draft release notes and most merges for beta.0 release.
|
||||
* Started guide on using HCI _bleio on Windows, Mac, Linux, and RPi.
|
||||
* 9/21: first full day of vacation, had a bicycle accident on a rail trail, broke hip and elbow. Surgery on 9/22. Now at a fantastic rehab hospital, recovering very well, and getting great therapy. Will be doing some work as situation permits (e.g., therapies overlap with meeting today). Drumming up interest in CPy for assistive tech here :) .
|
||||
|
||||
|
||||
30:50 @David.Glaude (lurking)
|
||||
* Updating my PyPortal to beta-0 and attempt to run BLE on the build-in AirLift (failure because _bleio is not build into PyPortal, and maybe not the right NiNa FW)
|
||||
* Working on a QR Clock on Matrix, but right now I only have this: https://twitter.com/DavidGlaude/status/1310194187405529089?s=20
|
||||
* Analyse of the various Matrix project to see what can run on my 64x64 without AirLift: https://gist.github.com/dglaude/25a8849c75b36d0c2b364c619ace661f
|
||||
* Non CP: Streaming “Colour Maximite 2”” with PiKVM streaming component: https://twitter.com/DavidGlaude/status/1309591292880576514?s=20
|
||||
|
||||
|
||||
31:55 @foamyguy
|
||||
* Tinkering with displayio, coordinating with @kmatch98 looking into GridLayout helper.
|
||||
* Got everything set up to hook up Feather M4 with one of the 64x32 RGB Matrixes, gawked at the pretty blinken lights display
|
||||
* Push code to github, and work on finishing touches for multitasking guide. Aiming to wrap up this week.
|
||||
* Outside CP:
|
||||
* Class starting up in the evenings again
|
||||
* Crash course on QMK. If anyone has experience setting up custom matrix configuration would appreciate a chance to chat about it.
|
||||
|
||||
|
||||
33:38 @hierophect
|
||||
* Last week:
|
||||
* Implemented the ADC on the ESP32-S2
|
||||
* Started updating the ESP-IDF which should be in today
|
||||
* Got a little bogged down with a project of my own, a new circuitpython capable STM32 board called the Rook
|
||||
* This week:
|
||||
* Finish ADC
|
||||
* Submit the DAC on the ESP32-S2
|
||||
* Probably check out TouchIO after that. Might need to order some parts for it?
|
||||
* Just kind of for fun, do some pitch research for Crypto and Camera modules
|
||||
* Also check out that port-type documentation thing I was going to look at
|
||||
* Review the deep-sleep API since I’d like to add that to STM32
|
||||
* For fun
|
||||
* Getting certified on the Laser cutter, going to make a box that locks up my devices for a set period so I can dedicate some screenless time on the weekends.
|
||||
* Finish up Rook and get some orders from JLCPCB
|
||||
|
||||
|
||||
@jasonp (lurking)
|
||||
|
||||
39:25 @jepler
|
||||
* Last week:
|
||||
* Basic CAN PR pushed, supporting SAM E5x
|
||||
* Tested that @siddacious’s MCP2515 interoperates with the SAM implementation
|
||||
* Tested that I can snoop my car’s CAN bus
|
||||
* Added support for the “qtpy haxpress”,for those who want to add their own flash chip on the bottom side. Allows the addition of _pixelbuf and long ints, among other neat stuff.
|
||||
* Chased a problem I’m seeing with a Feather nRF, Sharp Memory Display, and a big program -- didn’t resolve it yet. Eventually locks up when re-loading the code. If anybody’s seen something like this, there’s an Issue that you can add your info on!
|
||||
* This week:
|
||||
* Continuing to work on CAN, some API improvements from @siddacious, also working on the low level part for STM32 so that you’ll be able to add a CAN transceiver chip or breakout and interface with the CAN bus
|
||||
* Figuring out what my first QT Py project will be
|
||||
* Reviews and stuff all the time
|
||||
|
||||
|
||||
41:16 @jerryn
|
||||
* Fixed an issue with the adafruit_fram library so it now works with the new 2/4 Mbit breakouts - minor change to expand address range.
|
||||
* More testing of new features for the nrf24l01 library -- Now has some BLE functions added!
|
||||
* Heads up to anyone with Monster_M4SK -- there is a fix in for the M4_eyes sketch that fixes an issue with the latest Arduino_JSON library -- now have to enable comments.
|
||||
|
||||
|
||||
42:42 @kattni
|
||||
* Last two weeks:
|
||||
* Out!
|
||||
* This week:
|
||||
* Getting caught up.
|
||||
* QT Py guide.
|
||||
|
||||
|
||||
45:25 @kmatch98
|
||||
* Last week: Created a basic touch button grid arranger
|
||||
* Trying out some additional features for Adafruit_CircuitPython_Display_Button to simplify usage
|
||||
* Explored @foamyguy’s code for touch elements
|
||||
* This week: Make a “Group tree explorer” for deciding which display elements could respond to a specific touch location
|
||||
* Other fun stuff: ordered an ESP32-S2 Saola demo board and a capacitive touch display, will check if parallel connection is working in CircuitPython or will default back to SPI.
|
||||
|
||||
|
||||
47:07 @MakerMelissa
|
||||
* Last Week:
|
||||
* Finished converting a PiTFT Installer Script in Python.
|
||||
* Added command line arguments to it for complete automation.
|
||||
* Updated Slideshow library and added image alignment
|
||||
* Wrote MatrixPortal slideshow demo
|
||||
* Wrote a MatrixPortal guide and it’s now live
|
||||
* Updated circuitpython.org with new boards
|
||||
* Fixed bug in WebSerial 3D Model Visualizer web app for BNO055
|
||||
* This Week:
|
||||
* Write another Matrix Portal demo for John Park
|
||||
* Test out SPI and TFT on the Jetson Nano
|
||||
* Update the Machine Learning guide with the Braincraft Hat
|
||||
* Possibly moving some functionality around in the MatrixPortal library without breaking anything
|
||||
* Possibly take a look at a PIL Text Sharp Memory Display slowness issue
|
||||
|
||||
|
||||
@mdroberts (lurking)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
48:38 @microDev
|
||||
* Draft PR for deep sleep api
|
||||
* Updating make translate script
|
||||
|
||||
|
||||
@Mr. Certainly [lurking]
|
||||
|
||||
|
||||
28:12 @tannewt
|
||||
* Last week:
|
||||
* UF2 support for the ESP32S2, have a pull request out for it, as well as to the esp32 uf2 repo so we can release versions of the bootloader as well
|
||||
* Will write a 1-page guide for how to use, install, and add boards to it
|
||||
* That’ll be the basics for UF2 support
|
||||
* Reviews for deep sleep API, next-code.py, and others
|
||||
* This week:
|
||||
* Taking a look at deep sleep more, looking to collaborate with MicroDev if that’s a good way to split it up
|
||||
* Want to do beta.1 -- a lot of stuff has come in (since beta 0) like tinyusb updates, new boards, etc. “turn the crank” and get the release out by the end of the week
|
||||
* We should be more aggressive in making prereleases every two weeks and get our cadence up.
|
||||
* We should get to stable 6.0 - if we think we can recommend the beta releases, we should be confident it’s stable
|
||||
* Investigate bug reports
|
||||
|
||||
|
||||
@v923z [lurking]
|
||||
|
||||
|
||||
## 49:16 In The Weeds
|
||||
@cater 49:43
|
||||
* Class level use of const()
|
||||
* Related: https://github.com/adafruit/Adafruit_CircuitPython_FRAM/issues/12
|
||||
|
||||
|
||||
1:00:29 @microDev
|
||||
* Deep sleep API
|
||||
|
||||
## 1:08:10 Wrap-Up
|
||||
Loading…
Reference in a new issue