diff --git a/.github/workflows/adabot_cron.yml b/.github/workflows/adabot_cron.yml index fab05d4eb..9b4c7f331 100644 --- a/.github/workflows/adabot_cron.yml +++ b/.github/workflows/adabot_cron.yml @@ -22,6 +22,7 @@ jobs: # Only run the build on Adafruit's repository. Forks won't have the secrets. # Its necessary to do this here, since 'schedule' events cannot (currently) # be limited (they run on all forks' default branches). + timeout-minutes: 150 # 2.5 hours if: startswith(github.repository, 'adafruit/') steps: - name: Dump GitHub context @@ -29,14 +30,15 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - name: Set up Python 3.x - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 - name: Versions run: | python3 --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: + show-progress: false submodules: true - name: Install deps run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57a6c1175..c4a8b1106 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,19 +28,19 @@ jobs: # be limited (they run on all forks' default branches). if: startswith(github.repository, 'adafruit/') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Update Awesome CircuitPython run: | (cd awesome-circuitpython && git fetch origin main:main && git checkout main) - name: Set up Python 3.x - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.x - uses: ruby/setup-ruby@v1 with: - ruby-version: '3' + ruby-version: '3.3' bundler-cache: true - name: Install Dependencies run: | @@ -67,7 +67,7 @@ jobs: run: | bundle exec jekyll build -d build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index f0b52f06b..f36f00763 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -9,7 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + show-progress: false + - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.tool-versions b/.tool-versions index f2a971aa7..ae5ecdb2b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.2.2 +ruby 3.4.2 diff --git a/Gemfile b/Gemfile index f8637d970..c604e93b3 100644 --- a/Gemfile +++ b/Gemfile @@ -25,4 +25,4 @@ group :development do end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 375c6d858..3a75cb5ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,35 +1,47 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + bigdecimal (3.1.9) colorator (1.1.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.5) + csv (3.3.2) deep_merge (1.2.2) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.15.5) + ffi (1.17.1) + ffi (1.17.1-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (3.22.0) + google-protobuf (4.29.3) + bigdecimal + rake (>= 13) + google-protobuf (4.29.3-x86_64-linux) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.7) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - jekyll (4.3.3) + jekyll (4.4.1) addressable (~> 2.4) + base64 (~> 0.2) colorator (~> 1.0) + csv (~> 3.0) em-websocket (~> 0.5) i18n (~> 1.0) jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) + json (~> 2.6) kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (>= 0.3.6, < 0.5) + mercenary (~> 0.3, >= 0.3.6) pathutil (~> 0.9) rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) @@ -41,43 +53,46 @@ GEM jekyll-paginate (1.1.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) + jekyll-sass-converter (3.1.0) + sass-embedded (~> 1.75) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.4.0) - rexml + json (2.10.2) + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_magick (4.12.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.1) - rake (13.0.6) + public_suffix (6.0.1) + rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (4.1.0) + rexml (3.4.2) + rouge (4.5.1) ruby-vips (2.1.4) ffi (~> 1.12) safe_yaml (1.0.5) - sass-embedded (1.58.3) - google-protobuf (~> 3.21) - rake (>= 10.0.0) + sass-embedded (1.85.0) + google-protobuf (~> 4.29) + rake (>= 13) + sass-embedded (1.85.0-x86_64-linux-gnu) + google-protobuf (~> 4.29) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.4.2) - webrick (1.8.1) + unicode-display_width (2.6.0) + webrick (1.9.1) PLATFORMS ruby @@ -92,7 +107,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap rake - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH - 2.2.26 + 2.3.15 diff --git a/README.md b/README.md index 9e6d6ffe9..a3e3cc3c7 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,6 @@ were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system. 5. Visit the displayed "server address" 6. After most local edits, the content will be updated. You will need to reload (ctrl-r or F5) your browser + +Note: For faster jekyll builds, you can use the `--incremental` flag. You'll +also want to install ruby with yjit enabled for even faster builds. diff --git a/_blinka/adafruit_feather_rp2040.md b/_blinka/adafruit_feather_rp2040.md index d7a2ecf2a..e80ca1ee6 100644 --- a/_blinka/adafruit_feather_rp2040.md +++ b/_blinka/adafruit_feather_rp2040.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_feather_rp2040" -title: "Feather RP2040 Download" -name: "Feather RP2040" +title: "Feather RP2040 via U2IF Download" +name: "Feather RP2040 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/4884" @@ -15,6 +15,8 @@ features: - STEMMA QT/QWIIC --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + A new chip means a new Feather, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the Feather Treatment" and so we did! This Feather features the **RP2040**, and all niceties you know and love about Feather. ## Technical details diff --git a/_blinka/adafruit_feather_rp2040_can.md b/_blinka/adafruit_feather_rp2040_can.md index c865c3b58..83255fea5 100644 --- a/_blinka/adafruit_feather_rp2040_can.md +++ b/_blinka/adafruit_feather_rp2040_can.md @@ -1,12 +1,13 @@ --- layout: download board_id: "adafruit_feather_rp2040_can" -title: "Feather RP2040 CAN Bus Download" -name: "Feather RP2040 CAN Bus" +title: "Feather RP2040 CAN Bus via U2IF Download" +name: "Feather RP2040 CAN Bus via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5724" board_image: "adafruit_feather_rp2040_can.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico" blinka: true date_added: 2023-05-02 tags: @@ -17,6 +18,8 @@ features: - STEMMA QT/QWIIC --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + If you'd like quickly get started with CAN bus interfacing, with no soldering required, our **Adafruit RP2040 CAN Bus Feather** comes ready-to-rock with a microcontroller, CAN chipset and terminal blocks for instant gratification. [The controller used is the MCP26525 (aka a MCP2515 with built-in transciever), an extremely popular and well-supported chipset](https://www.microchip.com/en-us/product/MCP2515) that has drivers in Arduino and [CircuitPython](https://github.com/adafruit/Adafruit_CircuitPython_MCP2515) and only requires an SPI port and two pins for chip-select and IRQ. Use it to send and receive messages in either standard or extended format at up to 1 Mbps. Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. [We have other boards in the Feather family, check'em out here](https://www.adafruit.com/feather). diff --git a/_blinka/adafruit_feather_rp2040_rfm.md b/_blinka/adafruit_feather_rp2040_rfm.md index f29dcaa46..933c51cc0 100644 --- a/_blinka/adafruit_feather_rp2040_rfm.md +++ b/_blinka/adafruit_feather_rp2040_rfm.md @@ -1,11 +1,12 @@ --- layout: download board_id: "adafruit_feather_rp2040_rfm" -title: "Feather RP2040 RFM9x Board Download" -name: "Feather RP2040 RFM9x" +title: "Feather RP2040 RFM9x Board via U2IF Download" +name: "Feather RP2040 RFM9x via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5714" +download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico" board_image: "adafruit_feather_rp2040_rfm9x.jpg" blinka: true date_added: 2023-04-04 @@ -13,6 +14,9 @@ features: - Feather-Compatible - STEMMA QT/QWIIC --- + +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + This is the Adafruit Feather RP2040 RFM9x. We call these RadioFruits, our take on a microcontroller with packet radio transceiver with built-in USB and battery charging. It's an Adafruit Feather RP2040 with a radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the high power requirements of WiFi. Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here. diff --git a/_blinka/adafruit_feather_rp2040_rfm69.md b/_blinka/adafruit_feather_rp2040_rfm69.md index 506844d95..8cefb2ee5 100644 --- a/_blinka/adafruit_feather_rp2040_rfm69.md +++ b/_blinka/adafruit_feather_rp2040_rfm69.md @@ -1,11 +1,12 @@ --- layout: download board_id: "adafruit_feather_rp2040_rfm" -title: "Feather RP2040 RFM69 Board Download" -name: "Feather RP2040 RFM69" +title: "Feather RP2040 RFM69 Board via U2IF Download" +name: "Feather RP2040 RFM69 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5712" +download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico" board_image: "adafruit_feather_rp2040_rfm69.jpg" blinka: true date_added: 2023-04-04 @@ -13,6 +14,9 @@ features: - Feather-Compatible - STEMMA QT/QWIIC --- + +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + This is the Adafruit Feather RP2040 RFM69. We call these RadioFruits, our take on a microcontroller with packet radio transceiver with built-in USB and battery charging. It's an Adafruit Feather RP2040 with a radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the high power requirements of WiFi. Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here. diff --git a/_blinka/adafruit_feather_rp2040_thinkink.md b/_blinka/adafruit_feather_rp2040_thinkink.md index c29a4eb67..456661422 100644 --- a/_blinka/adafruit_feather_rp2040_thinkink.md +++ b/_blinka/adafruit_feather_rp2040_thinkink.md @@ -1,12 +1,13 @@ --- layout: download board_id: "adafruit_feather_rp2040_thinkink" -title: "Feather RP2040 ThinkInk Download" -name: "Feather RP2040 ThinkInk" +title: "Feather RP2040 ThinkInk via U2IF Download" +name: "Feather RP2040 ThinkInk via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5727" board_image: "adafruit_feather_rp2040_thinkink.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico" blinka: true date_added: 2023-05-02 tags: @@ -17,6 +18,8 @@ features: - STEMMA QT/QWIIC --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + Easy e-paper and RP2040 finally come to your Feather with this Adafruit RP2040 Feather Think Ink that's designed to make it a breeze to add almost any common e-Ink/e-Paper display. Chances are you've seen one of those new-fangled 'e-readers' like the Kindle or Nook. They have gigantic electronic paper 'static' displays - that means the image stays on the display even when power is completely disconnected. The image is also high contrast and very daylight readable. It really does look just like printed paper! We've liked these displays for a long time, and we've got Arduino/CircuitPython drivers for tons of the various display chipsets, so wouldn't an e-paper RP2040 Feather make a ton of sense? Luckily for us, just about every small-medium size EInk display made these days has a standard 24-pin connection. This Feather will add all the power supply support circuitry and level shifting so you can attach your favorite display - we've tested it with up to 5.6" sized 7-color ACeP displays. diff --git a/_blinka/adafruit_itsybitsy_rp2040.md b/_blinka/adafruit_itsybitsy_rp2040.md index 922aed3ea..43ecaec57 100644 --- a/_blinka/adafruit_itsybitsy_rp2040.md +++ b/_blinka/adafruit_itsybitsy_rp2040.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_itsybitsy_rp2040" -title: "ItsyBitsy RP2040 Download" -name: "ItsyBitsy RP2040" +title: "ItsyBitsy RP2040 via U2IF Download" +name: "ItsyBitsy RP2040 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/4888" @@ -11,9 +11,10 @@ download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-an blinka: true date_added: 2021-12-06 features: - --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + A new chip means a new ItsyBitsy, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the ItsyBitsy teensy-weensy Treatment" and so we did! This Itsy' features the RP2040, and all niceties you know and love about the [ItsyBitsy family](https://www.adafruit.com/category/1008). What's smaller than a Feather but larger than a Trinket? It's an Adafruit ItsyBitsy RP2040 featuring the Raspberry Pi RP2040! Small, powerful, with a ultra fast duel Cortex M0+ processor running at 125 MHz - this microcontroller board is perfect when you want something very compact, with lots of horsepower and a bunch of pins. This Itsy has sports car speed, but SUV roominess with 4 MB of FLASH and 264 KB of SRAM. diff --git a/_blinka/adafruit_kb2040.md b/_blinka/adafruit_kb2040.md index 33d7457f3..d3107976d 100644 --- a/_blinka/adafruit_kb2040.md +++ b/_blinka/adafruit_kb2040.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_kb2040" -title: "Adafruit KB2040 Download" -name: "Adafruit KB2040" +title: "Adafruit KB2040 via U2IF Download" +name: "Adafruit KB2040 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5302" @@ -15,6 +15,8 @@ features: --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + A wild Kee Boar appears! It’s a shiny **KB2040**! An Arduino Pro Micro-shaped board for Keebs with RP2040. (#keeblife 4 evah) A lot of folks like using Adafruit parts for their Keeb builds – but with the ItsyBitsy not being pin-compatible with the Pro Micro pinout, it really wasn't very easy without some sort of adapter plate. Now we’re seeing lots of people use CircuitPython for keebs, which is awesome! So why not try our hands at spinning up a pro-micro-compatible RP2040 board? The RP2040 is plenty powerful, low-cost, and makes for an excellent keeb driver chip. diff --git a/_blinka/adafruit_macropad_rp2040.md b/_blinka/adafruit_macropad_rp2040.md index 03d134b62..1038e0b1b 100644 --- a/_blinka/adafruit_macropad_rp2040.md +++ b/_blinka/adafruit_macropad_rp2040.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_macropad_rp2040" -title: "MacroPad RP2040 Download" -name: "MacroPad RP2040" +title: "MacroPad RP2040 via U2IF Download" +name: "MacroPad RP2040 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5128" @@ -14,6 +14,8 @@ features: - STEMMA QT/QWIIC --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + Strap yourself in, we're launching in T-minus 10 seconds...Destination? A new Class M planet called MACROPAD! M here, stands for Microcontroller because this 3x4 keyboard controller features the newest technology from the Raspberry Pi sector: say hello to the RP2040. It's speedy little microcontroller with lots of GPIO pins and a 64 times more RAM than the Apollo Guidance Computer. We added 8 MB of flash memory for plenty of storage. Get ready to upgrade your desk's mission control station with a CircuitPython or Arduino powered Macropad - complete with 12 buttons, OLED display, speaker and rotary encoder. Customize it for your spacecraft to help guide you through the great reaches of the unknown. (Or just have it type out your favorite emojis.) diff --git a/_blinka/adafruit_qt2040_trinkey.md b/_blinka/adafruit_qt2040_trinkey.md index fcffe5d94..20ea6833e 100644 --- a/_blinka/adafruit_qt2040_trinkey.md +++ b/_blinka/adafruit_qt2040_trinkey.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_qt2040_trinkey" -title: "Trinkey QT2040 Download" -name: "Trinkey QT2040" +title: "Trinkey QT2040 via U2IF Download" +name: "Trinkey QT2040 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5056" @@ -15,6 +15,8 @@ features: --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + It's half USB Key, half Adafruit QT Py, and a lotta RP2040*...*it's **Trinkey QT2040**, the circuit board with an RP2040 heart and Stemma QT legs. Folks are loving the [QT Py 2040](https://www.adafruit.com/product/4900) we made, but maybe you want something plug-and-play. So we thought, hey what if we made something like that plugs right into your computer's USB port? And this is what we came up with! The PCB is designed to slip into any USB A port on a computer or laptop. There's an RP2040 microcontroller on board with just enough circuitry to keep it happy. There's an RGB NeoPixel, a reset and bootloader or user button and a STEMMA QT Port on the end. That's it! diff --git a/_blinka/adafruit_qtpy_rp2040.md b/_blinka/adafruit_qtpy_rp2040.md index 43b693583..c37047fde 100644 --- a/_blinka/adafruit_qtpy_rp2040.md +++ b/_blinka/adafruit_qtpy_rp2040.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_qtpy_rp2040" -title: "QT Py RP2040 Download" -name: "QT Py RP2040" +title: "QT Py RP2040 via U2IF Download" +name: "QT Py RP2040 via U2IF" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/4900" @@ -14,6 +14,8 @@ features: - STEMMA QT/QWIIC --- +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with one of our new favorite chip, the RP2040. It's been made famous in the new [Raspberry Pi Pico](https://www.adafruit.com/pico) *and* our [Feather RP2040](http://www.adafruit.com/product/4884) and [ItsyBitsy RP2040](http://www.adafruit.com/product/4888), but what if we wanted something really *smol?* A new chip means a new QT Py, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the cuuutie QT Py Treatment", and so we did! This QT Py features the RP2040, [and all niceties you know and love about the original QT Py](https://www.adafruit.com/category/4600) diff --git a/_blinka/banana_pi_bpi_ai2h_ai2n.md b/_blinka/banana_pi_bpi_ai2h_ai2n.md new file mode 100644 index 000000000..5c3da3871 --- /dev/null +++ b/_blinka/banana_pi_bpi_ai2h_ai2n.md @@ -0,0 +1,31 @@ +--- +layout: download +board_id: "banana_pi_bpi_ai2h_ai2n" +title: "Banana Pi BPI-AI2H with BPI-AI2N Carrier Download" +name: "Banana Pi BPI-AI2H with BPI-AI2N Carrier" +manufacturer: "SinoVoip" +board_url: + - "https://docs.banana-pi.org/en/BPI-AI2N/BananaPi_BPI-AI2N" +board_image: "banana_pi_bpi_ai2h_ai2n.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-05-15 +features: + - Wi-Fi + - Bluetooth/BLE + - HDMI/DisplayPort + - 40-pin GPIO +--- + +Banana Pi BPI-AI2N System-on-Module (SoM) and BPI-AI2N carrier board are open-source hardware solutions designed to leverage the advanced capabilities of the RZ/V2N Vision AI MPU. Designed with a flexible, community-driven ecosystem, the BPI-AI2N platform empowers developers to accelerate innovation and streamline application development. Powered by the RZ/V2N MPU, it delivers industry-leading AI acceleration of 15 TOPS (Sparse) and high-performance computing with 4x Arm® Cortex®-A55 processors, making it an ideal choice for creating cutting-edge vision AI solutions. + +- Small Form Factor: Compact SO-DIMM 260PINs design (SOM module size: 45x69.6mm) +- Open-source development kit, including SOM, BPI-AI2N Carrier board and a rich ecosystem of tools and support from the Banana Pi developer community +- Customizable hardware & software by OEM&ODM +- Yocto and other open-source software support +- Memory & storage: 8GB LPDDR4x, 32GB eMMC, 64MB QSPI Flash +- Wide operating temperature range from -40°C to 85°C + +## Purchase +* [Alibaba](https://www.alibaba.com/product-detail/Banana-PI-NEW-Powerful-SOM-Module_1601401058111.html) diff --git a/_blinka/banana_pi_bpi_f3.md b/_blinka/banana_pi_bpi_f3.md new file mode 100644 index 000000000..aa774bc41 --- /dev/null +++ b/_blinka/banana_pi_bpi_f3.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "banana_pi_bpi_f3" +title: "Banana Pi BPI-F3 Download" +name: "Banana Pi BPI-F3" +manufacturer: "SinoVoip" +board_url: + - "https://wiki.banana-pi.org/Banana_Pi_BPI-F3" +board_image: "banana_pi_bpi_f3.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-09-05 +features: + - Wi-Fi + - Bluetooth/BLE + - HDMI/DisplayPort + - 40-pin GPIO +--- + +Banana Pi BPI-F3 is a industrial grade RISC-V development board, it design with SpacemiT K1 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power. 2/4/8/16G DDR and 8/16/32/128G eMMC onboard.2x GbE Ethernet prot, 4x USB 3.0 and PCIe for M.2 interface, support HDMI and Dual MIPI-CSI Camera. + +- 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power +- Single-core general computing power equivalent to 1.3 times Cortex-A55 +- Supports 32-bit LPDDR4/4X, with a maximum of 16GB of memory +- 4K decoding and encoding +- 5-lane PCIE2.1 expansion capability +- 1x USB 3.0 + 2x USB 2.0 interfaces +- 12x UART serial ports +- Operating temperature range: -40°C to 85°C + +## Purchase +* [Amazon](https://amzn.to/4j8CMn0) diff --git a/_blinka/banana_pi_bpi_f5.md b/_blinka/banana_pi_bpi_f5.md new file mode 100644 index 000000000..2bbd795e2 --- /dev/null +++ b/_blinka/banana_pi_bpi_f5.md @@ -0,0 +1,37 @@ +--- +layout: download +board_id: "banana_pi_bpi_f5" +title: "Banana Pi BPI-F5 Download" +name: "Banana Pi BPI-F5" +manufacturer: "SinoVoip" +board_url: + - "https://wiki.banana-pi.org/Banana_Pi_BPI-F5" +board_image: "banana_pi_bpi_f5.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-05-05 +features: + - Wi-Fi + - Bluetooth/BLE + - HDMI/DisplayPort + - 40-pin GPIO +--- + +Banana Pi BPI-F5 design with Allwinner Octa-core ARM Cortex-A55 T527 chip design.have a RISC-V CPU, up to 200 MHz,HiFi4 Audio DSP,ARM G57 MC1 GPU,Up to 2 TOPS NPU, support 2/4G RAM and 8-32G eMMC. + +Allwinner T527 Octa-core A55, NPU up to 2Tops for edge intelligent AI applications. + +T527 series is a high-performance embedded processor with optional AI function in the field of intelligent industrial control and automotive. It is suitable for embedded devices with media and AI functions such as high-performance industrial robots, display and control all-in-one machines, edge intelligent boxes and vehicle terminals. + +T527 is used in commercial display/cash register, cloud computer, robot, industrial intelligence, edge computing gateway, post-installation central control, commercial vehicle, industrial computer and other fields + +- SoC: Allwinner T527 +- CPU: Octa-core ARM Cortex-A55 in a DynamlQ big.LITTLE configuration, up to 1.8 GHz +- GPU: ARM G57 MC1 GPU +- NPU: Up to 2 TOPS (INT8), Embedded 512KB internal buffer +- RISC-V MCU for Real-time operating system (etc:RTOS) +- DSP: 600MHz HiFi4 +- RAM: 2GB/4GB(max 4GB), default 4GB LPDDR4x +- Storage: 8GB/32GB eMMC, default 32GB eMMC +- Industrial grade temperature: -40°C to 80°C diff --git a/_blinka/banana_pi_bpi_m2_zero.md b/_blinka/banana_pi_bpi_m2_zero.md index 06936594f..5da395bc2 100644 --- a/_blinka/banana_pi_bpi_m2_zero.md +++ b/_blinka/banana_pi_bpi_m2_zero.md @@ -6,7 +6,7 @@ name: "Banana Pi BPI-M2 Zero" manufacturer: "SinoVoip" board_url: - "https://wiki.banana-pi.org/Banana_Pi_BPI-M2_ZERO" -board_image: "banana_pi_m2_zero.jpg" +board_image: "banana_pi_bpi_m2_zero.jpg" download_instructions: "" downloads_display: true blinka: true diff --git a/_blinka/banana_pi_bpi_m4_berry.md b/_blinka/banana_pi_bpi_m4_berry.md new file mode 100644 index 000000000..602e6aa69 --- /dev/null +++ b/_blinka/banana_pi_bpi_m4_berry.md @@ -0,0 +1,37 @@ +--- +layout: download +board_id: "banana_pi_bpi_m4_berry" +title: "Banana Pi BPI-M4 Berry Download" +name: "Banana Pi BPI-M4 Berry" +manufacturer: "SinoVoip" +board_url: + - "https://wiki.banana-pi.org/Banana_Pi_BPI-M4_Berry" +board_image: "banana_pi_bpi_m4_berry.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-09-05 +features: + - Wi-Fi + - Bluetooth/BLE + - HDMI/DisplayPort + - 40-pin GPIO +--- + +BPI-M4 Berry development board stands as a powerful Single Board Computer (SBC), harnessing the capabilities of the Allwinner H618 System-on-Chip (SoC) to provide developers with impressive performance and a wealth of features. Similar to the Raspberry Pi 4b, the BPI-M4 Berry boasts comparable CPU prowess, 2G LPDDR4 memory and 8G eMMC, integrated WiFi and Bluetooth functionalities, and a familiar 40-pin header layout, alongside 4 USB interfaces and a GbE RJ45 port. + +Characterized by its robust performance, versatile features, and remarkable image processing capabilities, stands as an exemplary SBC development platform for professionals within the embedded and computing industries. Equipped with 8GB eMMC flash storage, high-performance decoding and encoding capabilities, and an array of interface options, it caters to a wide spectrum of application domains, including media processing, IoT, and entertainment. Whether catering to novices or seasoned developers, the BPI-M4 Berry development board offers an ideal toolset for realizing creative visions and project objectives. + +- Allwinner H618, Quad-core ARM Cortex™-A53 processor +- ARM Mali G31 GPU +- WIFI & Bluetooth +- 2G LPDDR4 RAM +- 8G eMMC flash memory +- 1x USB2.0 Type-C OTG, 5V power supply +- 4x USB2.0 Type-A +- 1x HDMI 2.0a +- 1x 3.5mm Audio & TVE jack socket +- 1x GbE Ethernet port + +## Purchase +* [Amazon](https://amzn.to/3YMdR19) diff --git a/_blinka/banana_pi_bpi_m4_zero.md b/_blinka/banana_pi_bpi_m4_zero.md new file mode 100644 index 000000000..7cd435156 --- /dev/null +++ b/_blinka/banana_pi_bpi_m4_zero.md @@ -0,0 +1,38 @@ +--- +layout: download +board_id: "banana_pi_bpi_m4_zero" +title: "Banana Pi BPI-M4 Zero Download" +name: "Banana Pi BPI-M4 Zero" +manufacturer: "SinoVoip" +board_url: + - "https://wiki.banana-pi.org/Banana_Pi_BPI-M4_Zero" +board_image: "banana_pi_bpi_m4_zero.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-09-05 +features: + - Wi-Fi + - Bluetooth/BLE + - HDMI/DisplayPort + - 40-pin GPIO +--- + +Banana Pi BPI-M4 Zero is the successor model of M2 Zero. It has a huge improvement in performance. The SOC is upgraded to H618 and the CPU frequency is increased by 25%. The memory is upgraded to DDR4, the capacity is quadrupled, and 8G eMMC is added. It supports 5G WiFi, and the USB interface has also been upgraded to type-C. + +It has same form factor and 40-pin connector as the Raspberry Pi Zero W, and it can fit most of the RPI Zero W cases and accessories. + +- Allwinner H618, Quad-core ARM Cortex™-A53 processor +- ARM Mali G31 GPU +- 2.4G/5G WIFI & Bluetooth 4.2 +- 2G LPDDR4 RAM +- 8G eMMC flash memory +- 1x USB2.0 Type-C OTG, 5V power supply +- 1x USB2.0 Type-C +- 1x miniHDMI 2.0a +- 1x 24-pin FPC connector + - 1x USB2.0 + - 1x 100Mbps Ethernet + +## Purchase +* [Amazon](https://amzn.to/3FafJKz) diff --git a/_blinka/d-robotics_rdk-x3.md b/_blinka/d-robotics_rdk-x3.md new file mode 100644 index 000000000..a3107d6c7 --- /dev/null +++ b/_blinka/d-robotics_rdk-x3.md @@ -0,0 +1,42 @@ +--- +layout: download +board_id: "d-robotics_rdk-x3" +title: "D-Robotics RDK-X3 Download" +name: "D-Robotics RDK-X3" +manufacturer: "D-Robotics" +board_url: + - "https://developer.d-robotics.cc/rdkx3" +board_image: "d-robotics_rdk-x3.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-05-05 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 +--- + +The RDK X3 series development kits include two products: RDK X3 and RDK X3 Module, both of which are equipped with the Rising Sun 3 intelligent computing solution, have 5TOPs of edge-side inference computing power, and are compatible with Raspberry Pi 4B and CM4 interfaces, making it easy for developers to quickly integrate. + +- Quad-core ARM® Cortex® A53@1.5G +- Dual-core Bernoulli Arch, 5Tops +- H.265 (HEVC) Encoding and DecodingMain profile, L5.1 4K@60fps, JPEG Encoding and Decoding 16Mpixels +- 2GB/4GB LPDDR4 RAM +- 16GB/32GB/64GB eMMC or Micro SD +- MIPI CSI 2lane x 2 +- USB Type-A 3.0 x 1 USB Type-A 2.0 x 2 +- Micro USB 2.0 x 1 +- 1 x Debug UART +- 1 x HDMI1.4 (up to 1080p60) +- Wi-Fi 2.4/5GHz Bluetooth 4.2 +- RJ45 interface +- 40 Pin GPIO, I2C, UART, SPI, I2S, PWM +- 5V 3A Power input +- Ubuntu 20.04/22.04 + +## Purchase +* [Waveshare](https://www.waveshare.com/rdk-x3.htm) diff --git a/_blinka/diodes_delight_piunora.md b/_blinka/diodes_delight_piunora.md index 05a2bec2f..a39f436f4 100644 --- a/_blinka/diodes_delight_piunora.md +++ b/_blinka/diodes_delight_piunora.md @@ -16,6 +16,7 @@ features: - Wi-Fi - Bluetooth/BLE - STEMMA QT/QWIIC + - NVME/M.2 Connector --- Piunora is a compact, easy-to-use development board for electronics prototyping with Linux. It has a familiar form factor, legible pin labels, and a design that’s well suited to space-constrained applications. diff --git a/_blinka/ft4232h.md b/_blinka/ft4232h.md new file mode 100644 index 000000000..7f926dc6e --- /dev/null +++ b/_blinka/ft4232h.md @@ -0,0 +1,48 @@ +--- +layout: download +board_id: "ft4232h" +title: "FT4232H Download" +name: "FT4232H" +manufacturer: "Future Technology Devices International Ltd" +board_url: + - "https://ftdichip.com/wp-content/uploads/2024/05/DS_FT4232H.pdf" +board_image: "ft4232h.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h" +downloads_display: true +date_added: 2025-05-05 +blinka: true +features: +--- + +The FT4232H is FTDI’s 5th generation of USB devices. The FT4232H is a USB 2.0 High Speed (480Mb/s) to UART/MPSSE ICs. The device features 4 UARTs. Two of these have an option to independently configure an MPSSE engine. This allows the FT4232H to operate as two UART/Bit-Bang ports plus two MPSSE engines used to emulate JTAG, SPI, I2C, Bit-bang or other synchronous serial modes. The FT4232H has the following advanced features: + +- FTDI FT232B style, asynchronous serial UART interface option with full hardware handshaking and modem interface signals. Fully assisted hardware or X-On / X-Off software handshaking. +- UART Interface supports 7/8-bit data, 1/2 stop bits, and Odd/Even/Mark/Space/No Parity. +- Auto-transmit enables control for RS485 serial applications using TXDEN pin. +- Single chip USB to quad serial ports with a variety of configurations. +- Entire USB protocol handled on the chip. No USB specific firmware programming required. +- USB 2.0 High Speed (480Mbits/Second) and Full Speed (12Mbits/Second) compatible. +- Two Multi-Protocol Synchronous Serial Engine (MPSSE) on channel A and channel B, to simplify synchronous serial protocol (USB to JTAG, I2C, SPI or bit-bang) design. +- Independent Baud rate generators. +- RS232/RS422/RS485 UART Transfer Data Rate up to 12Mbaud. (RS232 Data Rate limited by external level shifter). +- FTDI’s royalty-free Virtual Com Port (VCP) and Direct (D2XX) drivers eliminate the requirement for USB driver development in most cases. +- Optional traffic TX/RX indicators can be added with LEDs and an external 74HC595 shift register. +- Adjustable receive buffer timeout. +- Support for USB suspend and resume conditions via PWREN#, SUSPEND# and RI# pins. +- Highly integrated design includes +1.8V LDO regulator for VCORE, integrated POR function and on chip clock multiplier PLL (12MHz – 480MHz). +- Operational configuration mode and USB Description strings configurable in external EEPROM over the USB interface. +- Low operating and USB suspend current. +- Configurable I/O drive strength (4, 8, 12 or 16mA) and slew rate. +- Supports bus powered, self-powered and highpower bus powered USB configurations. +- UHCI/OHCI/EHCI host controller compatible. +- USB Bulk data transfer mode (512 byte packets in High-Speed mode). +- Dedicated Windows DLLs available for USB to JTAG, USB to SPI, and USB to I2C applications. +- +1.8V (chip core) and +3.3V I/O interfacing (+5V Tolerant). +- Extended -40°C to 85°C industrial operating temperature range. +- Compact 64-LD Lead Free LQFP or QFN package +- Available in compact Pb-free 56 Pin VQFN packages (RoHS compliant) +- +3.3V single supply operating voltage range. +- ESD protection for FT4232H IO’s: Human Body Model (HBM) ±2kV, Machine Mode (MM) ±200V, Charge Device Model (CDM) ±500V, Latch-up free. + +## Purchase +* [Digi-Key](https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT4232H-56Q-MINI-MDL/5994776) diff --git a/_blinka/indiedroid_nova.md b/_blinka/indiedroid_nova.md new file mode 100644 index 000000000..aab7b3f2b --- /dev/null +++ b/_blinka/indiedroid_nova.md @@ -0,0 +1,47 @@ +--- +layout: download +board_id: "indiedroid_nova" +title: "INDIEDROID NOVA Download" +name: "INDIEDROID NOVA" +manufacturer: "INDIEDROID" +board_url: + - "https://indiedroid.us" +board_image: "indiedroid_nova.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-10-07 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO +--- + +The Indiedroid Nova is the same form factor as Raspberry Pi 4B, but 3+ times faster and supports 16GB RAM, plus 8K video! + +The uber-efficient RK3588S SoC uses less energy, generates less heat, and processes more data than less-advanced SoC units used in most other SBCs. + +Indiedroid's goal is to create an active and welcoming community that rewards community members who add value to the ecosystem. + +- **Amazing 8-core performance** +- **Outstanding video and GPU performance** + - Able to stream 4K/30 video on web browsers + - Able to stream 4K/60 video (and up to 8K/60) with video players + - Heavily accelerated WebGL performance + - Great retrogaming emulation performance +- **Dual-monitor output** (microHDMI and USB-C Display Port) +- **MIPI DSI and CSI** connectors (up to 2 cameras) +- **Gigabit Ethernet** +- Built in **WiFi 5 and Bluetooth 5** + - On-board antenna, plus external antenna connector for demanding wireless applications +- **2x USB 3.0** Type-A ports +- **2x USB 2.0** Type-A ports +- **1x USB 3.0** Type-C port +- 1x **4-pin serial** connector +- Up to **16GB De0645DR4** +- **Swappable eMMC** + +## Purchase +* [ameriDroid](https://ameridroid.com/products/indiedroid-nova) diff --git a/_blinka/jetson_agx_thor.md b/_blinka/jetson_agx_thor.md new file mode 100644 index 000000000..f234125bc --- /dev/null +++ b/_blinka/jetson_agx_thor.md @@ -0,0 +1,26 @@ +--- +layout: download +board_id: "jetson_agx_thor" +title: "Jetson AGX Thor Dev Kit Download" +name: "Jetson AGX Thor Dev Kit" +manufacturer: "NVIDIA" +board_url: + - "https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-thor/" + - "https://www.seeedstudio.com/NVIDIA-Jetson-AGX-Thor-Developer-Kit-p-9965.html" +board_image: "jetson_agx_thor.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-10-18 +features: + - Ethernet + - 40-pin GPIO + - HDMI/DisplayPort + - NVME/M.2 Connector + - USB 3.0 +--- + +The NVIDIA® Jetson AGX Thor™ Developer Kit is the ultimate platform tailored for next-generation humanoid robotics, delivering up to 2070 FP4 TFLOPS AI perfromance with Blackwell GPU and 128 GB of high-speed memory—all in a compact 130W power envelope. Compared to Jetson AGX Orin™, it offers up to 7.5× more AI performance to run the latest generative AI models seamlessly, and 3.5× better energy efficiency, enabling real-time multimodal perception, decision-making, and control, all for accelerating the development of intelligent, responsive, and highly sophisticated robotic systems. + +## Purchase +* [Seeed Studio](https://www.seeedstudio.com/NVIDIA-Jetson-AGX-Thor-Developer-Kit-p-9965.html) diff --git a/_blinka/jetson_orin_nano.md b/_blinka/jetson_orin_nano.md index e4e4cac43..d2f8c7825 100644 --- a/_blinka/jetson_orin_nano.md +++ b/_blinka/jetson_orin_nano.md @@ -15,6 +15,7 @@ features: - Ethernet - 40-pin GPIO - HDMI/DisplayPort + - NVME/M.2 Connector --- NVIDIA Jetson Orin™ Nano Developer Kit is a compact edge AI board built with Jetson Orin™ Nano 8GB module which delivers up to 40TOPS AI performance and has a rich set of IOs including USB 3.2 Gen 2 ports, 2x M.2 Key M for SSD, pre-installed Wi-Fi module, and more. diff --git a/_blinka/jetson_orin_nx.md b/_blinka/jetson_orin_nx.md index 0143ca29b..2a1415cc6 100644 --- a/_blinka/jetson_orin_nx.md +++ b/_blinka/jetson_orin_nx.md @@ -15,6 +15,7 @@ features: - Ethernet - 40-pin GPIO - HDMI/DisplayPort + - NVME/M.2 Connector --- Based on [Jetson Orin NX Module](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/), with [JETSON-IO-BASE-B](https://www.waveshare.com/jetson-xavier-nx-dev-kit.htm?sku=22452) base board, providing rich peripheral interfaces such as M.2, HDMI, USB, etc., which is more convenient for users to realize the product performance. diff --git a/_blinka/khadas_vim3.md b/_blinka/khadas_vim3.md index 2faa63b9e..532c3874f 100644 --- a/_blinka/khadas_vim3.md +++ b/_blinka/khadas_vim3.md @@ -18,6 +18,7 @@ features: - USB 3.0 - Bluetooth/BLE - Infrared Receiver + - NVME/M.2 Connector --- - High Performance: Amlogic A311D - x4 2.2Ghz Cortex A73, x2 1.8Ghz Cortex A53 12nm SoC fabrication process for low heat 2T2R AC Wi-Fi with RSDB Features Bluetooth 5.0 USB 3.0 Available Gigabit Ethernet with WOL support LPDDR4/X USB-C PD for heavy applications diff --git a/_blinka/lubancat-5.md b/_blinka/lubancat-5.md new file mode 100644 index 000000000..17898f46e --- /dev/null +++ b/_blinka/lubancat-5.md @@ -0,0 +1,51 @@ +--- +layout: download +board_id: "lubancat-5" +title: "LubanCat-5 Download" +name: "LubanCat-5" +manufacturer: "EmbedFire" +board_url: + - "https://embedfire.com/products/" + - "https://doc.embedfire.com/linux/rk3588/quick_start/zh/latest/quick_start/lubancat/lubancat5.html" +board_image: "lubancat-5.jpg" +download_instructions: "" +blinka: true +date_added: 2024-07-19 +features: + - HDMI/DisplayPort + - Ethernet + - USB 3.0 + - 40-pin GPIO + - Infrared Receiver +--- + +LubanCat-5 is equipped with an eight-core CPU of quad-core A76 + quad-core A55 and a powerful Arm high-performance GPU, with a built-in NPU with 6T computing power. It is equipped with two Gigabit network ports, HDMI, USB3.0, MINI PCI-E interface, MIPI and other peripherals. Compared with LubanCat-4, it has reserved more USB, HDMI and other general interfaces, further expanding the use scenarios of the board + +LubanCat-5 has powerful performance and can be used as a high-performance single-board computer and embedded motherboard for display, control, network transmission, file storage, edge computing and other scenarios + +The LubanCat-5 board provides a complete SDK driver development package, design schematics and other resources, which not only helps users further apply the board, but also greatly reduces the secondary development time based on this board and speeds up product launch. + +**Specifications** +- DC 12V@2A DC input +- RK3588S (quad-core A76 + quad-core A55, Mali-G610, 6T computing power) +- LPDDR4X-4/8/16GB +- eMMC-32/64/128GB +- 10/100/1000M adaptive Ethernet port +- Type-A port x1 (HOST) +- Type-A port x1 (OTG) +- Type-A port x2 (HOST) +- Type-C interface x1 (OTG), firmware burning interface, DP display (supports multi-screen display with other screens) +- One Debug serial port, default parameters 1500000-8-N-1 +- ON/OFF (power button), MR (MaskRom), REC (Recovery), RST (Reset button) +- Headphone output + microphone input 2 in 1 interface +- Compatible with Raspberry Pi 40Pin interface, supports PWM, GPIO, I2C, SPI, UART functions +- Can be used with full-height or half-height WIFI network card, 4G module or other MINI-PCIE interface module +- Need to be used with 4G module +- 1x Input Interface +- 2x output interface, display interface, supports multi-screen display with other screens +- 2xMIPI screen interface, supports multi-screen display with other screens +- 6x camera ports (front x3, back x3) +- Support TF card boot system, up to 512GB +- Support infrared remote control +- Support RTC function +- Support installation of fan cooling \ No newline at end of file diff --git a/_blinka/luckyfox_pico.md b/_blinka/luckyfox_pico.md new file mode 100644 index 000000000..be914636d --- /dev/null +++ b/_blinka/luckyfox_pico.md @@ -0,0 +1,41 @@ +--- +layout: download +board_id: "luckyfox_pico" +title: "LuckyFox Pico Download" +name: "LuckyFox Pico" +manufacturer: "LuckyFox" +board_url: + - "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico" +board_image: "luckyfox_pico.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-22 +features: + +--- + +LuckFox Pico is a cost-effective Linux micro development board, based on the Rockchip RV1103 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly. + +- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU +- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4 +- Built-in self-developed third-generation ISP3.2, supports 4-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc. +- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space +- Built-in RISC-V MCU supports low power consumption and fast start-up, supports 250ms fast picture capture and loading AI model library at the same time to realize face recognition "in one second" +- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths +- Integrated with built-in POR, audio codec and MAC PHY + + +### Specifications + +- Cortex A7@1.2GHz + RISC-V +- 0.5TOPS, supports int4, int8 and int16 +- Input 4M @30fps (Max) +- 64MB DDR2 +- USB 2.0 Host/Device +- MIPI CSI 2-lane +- 24 × GPIO pins +- 10/100M Ethernet controller and embedded PHY +- TF card (Not included) + +## Purchase +* [LuckyFox](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico) diff --git a/_blinka/luckyfox_pico_max.md b/_blinka/luckyfox_pico_max.md new file mode 100644 index 000000000..bbb4f6b97 --- /dev/null +++ b/_blinka/luckyfox_pico_max.md @@ -0,0 +1,41 @@ +--- +layout: download +board_id: "luckyfox_pico_max" +title: "LuckyFox Pico Pro/Max Download" +name: "LuckyFox Pico Pro/Max" +manufacturer: "LuckyFox" +board_url: + - "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Pro" + - "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Max" +board_image: "luckyfox_pico_max.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-22 +features: + - Ethernet +--- + +LuckFox Pico Pro/Max is a cost-effective Linux micro development board, based on the Rockchip RV1106 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly. + +- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU +- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4 +- Built-in self-developed third-generation ISP3.2, supports 5-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc. +- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space +- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths +- Integrated with built-in POR, audio codec and MAC PHY + +### Specifications + +- Cortex A7@1.2GHz +- 0.5TOPS, supports int4, int8 and int16 +- Input 5M @30fps (Max) +- 256MB DDR2 (128MB DDR2 on Pro) +- USB 2.0 Host/Device +- MIPI CSI 2-lane +- 26 × GPIO pins +- 10/100M Ethernet controller and embedded PHY +- SPI NAND FLASH (256MB) + +## Purchase +* [LuckyFox (Pro Version)](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Pro) +* [LuckyFox (Max Version)](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Max) diff --git a/_blinka/luckyfox_pico_mini.md b/_blinka/luckyfox_pico_mini.md new file mode 100644 index 000000000..d2a96a453 --- /dev/null +++ b/_blinka/luckyfox_pico_mini.md @@ -0,0 +1,44 @@ +--- +layout: download +board_id: "luckyfox_pico_mini" +title: "LuckyFox Pico Mini Download" +name: "LuckyFox Pico Mini" +manufacturer: "LuckyFox" +board_url: + - "https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-A" + - "https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-B" +board_image: "luckyfox_pico_mini.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-22 +features: + - Ethernet +--- + +Luckfox Pico Mini is a cost-effective Linux micro development board, based on the Rockchip RV1103 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly. + +- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU +- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4 +- Built-in self-developed third-generation ISP3.2, supports 4-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc. +- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space +- Built-in RISC-V MCU supports low power consumption and fast start-up, supports 250ms fast picture capture and loading AI model library at the same time to realize face recognition "in one second" +- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths +- Integrated with built-in POR, audio codec and MAC PHY + + +### Specifications + +- Cortex A7@1.2GHz + RISC-V +- 0.5TOPS, supports int4, int8 and int16 +- Input 4M @30fps (Max) +- 64MB DDR2 +- USB 2.0 Host/Device +- MIPI CSI 2-lane +- 17 × GPIO pins +- 10/100M Ethernet controller and embedded PHY +- TF card on Mini A +- SPI NAND FLASH (128MB) on Mini B + +## Purchase +* [LuckyFox (Mini A without Flash)](https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-A) +* [LuckyFox (Mini B with 128MB Flash)](https://www.luckfox.com/Luckfox-Pico/Luckfox-Pico-Mini-B) diff --git a/_blinka/luckyfox_pico_plus.md b/_blinka/luckyfox_pico_plus.md new file mode 100644 index 000000000..d3bcd27a6 --- /dev/null +++ b/_blinka/luckyfox_pico_plus.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "luckyfox_pico_plus" +title: "LuckyFox Pico Plus Download" +name: "LuckyFox Pico Plus" +manufacturer: "LuckyFox" +board_url: + - "https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Plus" +board_image: "luckyfox_pico_plus.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-22 +features: + - Ethernet +--- + +LuckFox Pico Plus is a cost-effective Linux micro development board, based on the Rockchip RV1103 chip to provide a simple and efficient development platform for developers; Supports a variety of interfaces including MIPI CSI, GPIO, UART, SPI, 12C, USB, etc., which is convenient for developing and debugging quickly. + +- Single-core ARM Cortex-A7 32-bit core with integrated NEON and FPU +- Built-in Rockchip self-developed 4th generation NPU, features high computing precision and supports int4, int8, and int16 hybrid quantization. The computing power of int8 is 0.5 TOPS, and up to 1.0 TOPS with int4 +- Built-in self-developed third-generation ISP3.2, supports 4-Megapixel, with multiple image enhancement and correction algorithms such as HDR, WDR, multi-level noise reduction, etc. +- Features powerful encoding performance, supports intelligent encoding mode and adaptive stream saving according to the scene, saves more than 50% bit rate of the conventional CBR mode so that the images from camera are high-definition with smaller size, double the storage space +- Built-in RISC-V MCU supports low power consumption and fast start-up, supports 250ms fast picture capture and loading AI model library at the same time to realize face recognition "in one second" +- Built-in 16-bit DRAM DDR2, which is capable of sustaining demanding memory bandwidths +- Integrated with built-in POR, audio codec and MAC PHY + +### Specifications + +- Cortex A7@1.2GHz + RISC-V +- 0.5TOPS, supports int4, int8 and int16 +- Input 4M @30fps (Max) +- 64MB DDR2 +- USB 2.0 Host/Device +- MIPI CSI 2-lane +- 25 × GPIO pins +- 10/100M Ethernet controller and embedded PHY +- SPI NAND FLASH (128MB) + +## Purchase +* [LuckyFox](https://www.luckfox.com/Luckfox-Pico/EN-Luckfox-Pico-Plus) diff --git a/_blinka/odroid_m1.md b/_blinka/odroid_m1.md index 4070b0c0f..f701041e4 100644 --- a/_blinka/odroid_m1.md +++ b/_blinka/odroid_m1.md @@ -16,6 +16,7 @@ features: - HDMI/DisplayPort - 40-pin GPIO - Infrared Receiver + - NVME/M.2 Connector --- The ODROID-M1 is a single board computer with a wide range of useful peripherals developed for use in a variety of embedded system applications. To achieve this goal, we have developed various hardware accessories and device driver software over the past 10 months. In addition, RK3568B2, the core brain of ODROID-M1, is considered suitable for embedded application use as the SoC manufacturer (Rockchip) guarantees supply for the next 15 years. Therefore, we expect we can supply the ODROID-M1 boards to our important B2B customers until the year 2036 or beyond. diff --git a/_blinka/odroid_m1s.md b/_blinka/odroid_m1s.md index 0433ee44d..6ea95a1d2 100644 --- a/_blinka/odroid_m1s.md +++ b/_blinka/odroid_m1s.md @@ -15,6 +15,7 @@ features: - USB 3.0 - HDMI/DisplayPort - 40-pin GPIO + - NVME/M.2 Connector --- We launched ODROID-M1 about 20 months ago and have supplied it to many B2B and B2C customers. Feedback from many customers requested a lower price, more GPIO ports, lower power consumption, a slimmer form factor, and a variety of practical peripherals. diff --git a/_blinka/odyssey_x86j4105.md b/_blinka/odyssey_x86j4105.md index 19fedfe87..5f0862181 100644 --- a/_blinka/odyssey_x86j4105.md +++ b/_blinka/odyssey_x86j4105.md @@ -17,6 +17,7 @@ features: - Ethernet - HDMI/DisplayPort - USB 3.0 + - NVME/M.2 Connector --- Edge Computing devices are playing an increasingly important role in the field of IoT. Nowadays, a computer is not just a big rectangular black box under the desk, or a small portable device working on your knees. Computers are ubiquitous devices that span calculating, communicating, and data storage. Based on this definition, here we would like to introduce our new product – the ODYSSEY - X86J4105. diff --git a/_blinka/orange_pi_3_lts.md b/_blinka/orange_pi_3_lts.md new file mode 100644 index 000000000..a00b30f9f --- /dev/null +++ b/_blinka/orange_pi_3_lts.md @@ -0,0 +1,57 @@ +--- +layout: download +board_id: "orange_pi_3_lts" +title: "Orange Pi 3 LTS Download" +name: "Orange Pi 3 LTS" +manufacturer: "Shenzhen Xunlong Software CO.,Limited" +board_url: + - "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/orange-pi-3-LTS.html" +board_image: "orange_pi_3_lts.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi" +downloads_display: true +blinka: true +date_added: 2025-03-14 +features: + - Wi-Fi + - Ethernet + - Bluetooth/BLE + - HDMI/DisplayPort +--- + +Orange Pi 3 LTS is an open-source single-board computer with dual-band wireless WiFi and Bluetooth 5.0 .It is highly compact with a dimension of 56X85mm. + +Orange Pi 3 LTS uses the Allwinner H6 SoC, and has 2GB LPDDR3 SDRAM, 8GB EMMC Flash. It can run Android 9,Ubuntu,Debian. Orange Pi 3 LTS offers a range of different ports, including HDMI output, 26pin headers, Gbps Ethernet port,1*USB 3.0, 2* USB2.0,etc. It is powered through Type-C. It is a good choice for applications that need strong networking perfomance. + +### Hardware specification +- Allwinner H6 + Quad-core 64-bit 1.8GHz high-performance Cortex-A53 processor +- - High-performance multi-core GPU Mali T720 + - OpenGL ES3.1/3.0/2.0/1.1 + - Microsoft DirectX 11 FL9_3 + - ASTC(Adaptive Scalable Texture Compression) + - Floating point operation greater than 70 GFLOPS +- AXP805 + 2GB LPDDR3 (shared with GPU) +- - Micro SD card slot + - 8GB EMMC Flash + - YT8531C Chip + - Support 10/100M/1000M Ethernet + - 859 Chip + - Support IEEE 802.11 a/b/g/n/ac + - Support BT5.0 + - HDMI 2.0a + - TV CVBS Output + - HDMI Output + - 3.5mm Audio Port +- 5V3A Type-C +- 1* USB 3.0 HOST, 2* USB 2.0 HOST +- 26pin connector with1* I2C, 1*SPI, 1*UART &Multiple GPIO Ports +- UART-TX, UART-RX & GND +- Power Button (SW4) +- Power LED& Status LED +- Support IR Remote Control +- Android 9.0, Ubuntu, Debian + +## Purchase +* [Aliexpress](https://www.aliexpress.us/item/3256803390997951.html) +* [Amazon](https://amzn.to/4mziIgD) diff --git a/_blinka/orange_pi_3b.md b/_blinka/orange_pi_3b.md new file mode 100644 index 000000000..43e3538db --- /dev/null +++ b/_blinka/orange_pi_3b.md @@ -0,0 +1,28 @@ +--- +layout: download +board_id: "orange_pi_3b" +title: "Orange Pi 3B Download" +name: "Orange Pi 3B" +manufacturer: "Shenzhen Xunlong Software CO.,Limited" +board_url: + - "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-3B.html" +board_image: "orange_pi_3b.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-on-orangepi-linux/circuitpython-orangepi" +downloads_display: true +blinka: true +date_added: 2024-10-24 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort +--- + +Orange Pi 3B is powered by Rockchip RK3566 quad-core 64-bit processor with 22nm advanced process, up to 1.8GHz main frequency, integrated ARM Mali G52 2EE graphics processor with OpenGL ES 1.1/2.0/3.2, OpenCL 2.0, Vulkan 1.1 support, embedded high-performance 2D acceleration module; built-in AI accelerator NPU with 0.8Tops computing power; VPU can achieve 4K@60fps H.265/H.264/VP9 video decoding and 1080P@100fps H.265 video encoding, 1080P@60fps H.264 video encoding, support 8M ISP and HDR; with 2GB/4GB/8GB (LPDDR4/ 4X), supports 16GB/32GB/64GB/128GB/256GB eMMC module, 16MB/32MB SPI Flash, has Wi-Fi5, BT5.0, with BLE support. + +Orange Pi 3B references a wealth of interfaces, including HDMI output, M.2 M-KEY(optional), Micro SD slot, Gigabit LAN port, USB2.0, USB3.0, 3.5mm headphone jack, MIPI DSI port, eDP port, MIPI CSI camera port, multifunctional 40 Pin expansion port, etc., which can be widely applied to TV boxes, high-end tablet, edge computing, face recognition, smart security, smart home and other fields, empowering rich AI applications and IoT scenarios. +Orange Pi 3B supports Android 11, Ubuntu 22.04, Ubuntu 20.04, Debian 11, Debian 12, OpenHarmony 4.0 Beta1, Orange Pi OS (Arch), Orange Pi OS (OH) based on OpenHarmony and other operating systems. + +## Purchase +* [Aliexpress](https://www.aliexpress.us/item/3256805733558464.html) +* [Amazon](https://amzn.to/4dmcwEn) diff --git a/_blinka/orange_pi_5.md b/_blinka/orange_pi_5.md index 5fb9cb7b7..b6ffb8bcf 100644 --- a/_blinka/orange_pi_5.md +++ b/_blinka/orange_pi_5.md @@ -15,6 +15,7 @@ features: - Ethernet - USB 3.0 - HDMI/DisplayPort + - NVME/M.2 Connector --- Orange Pi 5 uses Rockchip RK3588S new generation 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610 GPU, embedded high-performance 3D/2D image acceleration module, built-in NPU with 6Tops computing power, with 4GB/8GB/16GB/32GB (LPDDR4/4x), and up to 8K display processing capability. diff --git a/_blinka/orange_pi_5_max.md b/_blinka/orange_pi_5_max.md new file mode 100644 index 000000000..00b50adc7 --- /dev/null +++ b/_blinka/orange_pi_5_max.md @@ -0,0 +1,69 @@ +--- +layout: download +board_id: "orange_pi_5_max" +title: "Orange Pi 5 Max Download" +name: "Orange Pi 5 Max" +manufacturer: "Shenzhen Xunlong Software CO., Limited" +board_url: + - "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-Max.html" +board_image: "orange_pi_5_max.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-05-05 +features: + - Ethernet + - USB 3.0 + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 + - NVME/M.2 Connector +--- + +OrangePi 5 Max uses Rockchip RK3588 8-core 64-bit processor with 4 Cortex-A76 (2.4GHz), 4 Cortex-A55 (1.8GHz) and independent NEON coprocessor. Adopting 8nm process design, the main frequency is up to 2.4GHz, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2, and Vulkan 1.2; the embedded NPU supports INT4/INT8/INT16/FP16 hybrid computing, with up to 6TOPS of computing power, which can meet the edge computing needs of most terminal devices; it has 4GB/8GB/16GB LPDDR5, with up to 8K display processing capability, supports eMMC socket and onboard eMMC (either one ), and has Wi-Fi 6E+BT 5.3 with BLE support. + +OrangePi 5 Max provides abundant interfaces, including HDMI output, GPIO interface, USB2.0, USB3.0, 3.5mm headphone socket, one PCIe extended 2.5G high-speed network port, one M.2 M-Key slot (PCIe 3.0 4-Lane), supporting for the installation of NVMe SSDs or SATA SSDs. +OrangePi 5 Max is compact, PCB measuring only 89mmX57mmX1.6mm, and powerful enough to be widely used in high-end tablets, edge computing, artificial intelligence, cloud computing, AR/VR, smart security, smart home, etc., covering various industries of AIoT. OrangePi 5 Max supports Orangepi OS(Droid)、Orangepi OS(Arch)、Orangepi OS(OH)、Ubuntu、Debian、Android13 operating system. + +**Specifications** +- Rockchip RK3588 (8nm LP process) +- - • 8-core 64-bit processor + - • 4 Cortex-A76 and 4 Cortex-A55 with independent NEON coprocessor + - • Cortex-A76 at 2.4GHz, Cortex-A55 at 1.8GHz + - • Integrated ARM Mali-G610 + - • Built-in 3D GPU + - • Fully compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2. +- Embedded NPU supports INT4/INT8/INT16/FP16 hybrid computing with up to 6TOPS. + RK806-1 + LPDDR5 496PIN:4GB, 8GB, 16GB optional +- - • eMMC Flash Sockets (default) + - • Onboard eMMC (customizable) **Note: Either eMMC socket or on-board eMMC, support: 32GB, 64GB, 128GB, 256GB optional** +- - • QSPI Nor FLASH: 16MB + - • MicroSD card slot + - • M.2 M-KEY slot: Support NVMe SSD (PCIe 3.0 4Lane) +- 2 * USB3.0; 2 * USB2.0 +- - • 2 * HDMI 2.1, up to 8k@60FPS + - • 1 * MIPI DSI TX 4 Lane + - • 2 * MIPI CSI 4 Lane + - • 1 * MIPI D-PHY RX 4 Lane +- CODEC:ES8388 +- - • 1 * Audio 3.5mm jack with mic + - • 1 * MIC In + - • 1 * HDMI 2.1 eARC +- 1 * PCIe 2.5G LAN (RTL8125BG) +- Onboard Wi-Fi 6E+BT 5.3/BLE module: AP6611 +- Wi-Fi interface: SDIO3.0 +- BT interface: UART/PCM +- Dual-row pin: 2.54mm 40Pin +- Supports DC 5V and 3.3V power output +- Configurable UART, PWM, I2C, SPI, CAN, GPIO and other functional interfaces. +- 1 * BOOT key, 1 * On/Off key +- Supports Type-C power supply, 5V @ 5A +- RGB LED Side Illumination +- 5V 2PIN 1.25mm socket +- 3V 2PIN 1.25mm socket +- Debug serial UART included in 40PIN expansion port +- Orangepi OS (Droid), Orangepi OS (Arch), Orangepi OS (OH), Ubuntu, Debian, Android13 + +## Purchase +* [Amazon](https://amzn.to/4jXUAT7) diff --git a/_blinka/orange_pi_5_plus.md b/_blinka/orange_pi_5_plus.md index 83d6486a0..df14ad7c6 100644 --- a/_blinka/orange_pi_5_plus.md +++ b/_blinka/orange_pi_5_plus.md @@ -17,6 +17,7 @@ features: - HDMI/DisplayPort - 40-pin GPIO - USB 3.0 + - NVME/M.2 Connector --- Orange Pi 5 Plus uses Rockchip RK3588 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2; embedded NPU supports INT4/INT8/INT16/FP16 mixed computing, with up to 6Tops of computing power, which can meet the edge computing needs of most end devices; 4GB/8GB/16GB LPDDR4/4X memory and eMMC socket, which can be connected with 16GB/32GB/64GB/128GB/256GB eMMC module. Orange Pi 5 Plus supports Orange Pi OS, the official operating system developed by Orange Pi, as well as Android 12, Debian 11, Ubuntu 22.04 and other operating systems. diff --git a/_blinka/orange_pi_5_pro.md b/_blinka/orange_pi_5_pro.md new file mode 100644 index 000000000..40bfc6f00 --- /dev/null +++ b/_blinka/orange_pi_5_pro.md @@ -0,0 +1,66 @@ +--- +layout: download +board_id: "orange_pi_5_pro" +title: "Orange Pi 5 Pro Download" +name: "Orange Pi 5 Pro" +manufacturer: "Shenzhen Xunlong Software CO., Limited" +board_url: + - "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-Pro.html" +board_image: "orange_pi_5_pro.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-08-18 +features: + - Ethernet + - USB 3.0 + - HDMI/DisplayPort + - NVME/M.2 Connector + - Wi-Fi + - Bluetooth/BLE + - 40-pin GPIO +--- + +Orange Pi 5 Pro uses Rockchip RK3588S 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2; embedded NPU supports INT4/INT8/INT16 mixed computing, with up to 6TOPS of computing power, which can meet the edge computing needs of most end devices; with 4GB/8GB/16GB LPDDR5, with up to 8K display processing, and supports for eMMC module or SPI Flash (either one),Wi-Fi5, BT5.0, and BLE support. + +The Orange Pi 5 Pro provides abundant interfaces, including HDMI output, GPIO ports, USB2.0, USB3.1, 3.5mm headphone socket,Gigabit LAN port with PoE+ support (PoE+ HAT required), etc., with an M.2 M-key slot that supports the installation of NVMe SSD or SATA SSD. +Orange Pi 5 Pro is compact, measuring only 89mmX56mmX1.6mm, and powerful enough to be widely used in tablets, edge computing, artificial intelligence, cloud computing, AR/VR, intelligent security, smart home and other fields, covering AIoT various industries.Orange Pi 5 Pro supports Orange Pi OS, the official operating system developed by Orange Pi, as well as Ubuntu, Android 12, Debian and other operating systems. + +**Specifications** +- Rockchip RK3588S (8nm LP process) +- 8-core 64-bit processor big.LITTLE Architecture: 4-core Cortex-A76 and 4-core Cortex-A55, big core cluster is 2.4GHz, and little core cluster is 1.8GHz frequency. +- Arm Mali-G610 +- Built-in 3D GPU +- Compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2 +- Embedded NPU supports INT4/INT8/INT16 mixed operation, with up to 6TOPS computing power +- RK806-1 +- LPDDR5 496PIN:4GB/8GB/16GB (optional) +- eMMC socket: supports eMMC module (optional) +- SPI Flash (default empty) +- MicroSD (TF) slot +- M.2 M-KEY slot: NVMe SSD or SATA SSD +- USB3.1 Gen1 * 1; USB2.0 *1 +- USB HUB:USB2.0 *2(TYPE A)+UAB2.0*2 row of pins +- HDMI2.1 up to 8K @60Hz +- HDMI2.0, up to 4K @60Hz +- MIPI DSI 4 Lane, up to 4K @60Hz +- 2 * MIPI 4 Lane +- CODEC: ES8388 +- 3.5mm headphone jack audio input/output +- Input: onboard MIC +- HDMI 2.1 eARC +- 10/100/1000Mbps Ethernet with PoE+ support (PoE+ HAT required) +- Onboard Wi-Fi5+BT 5.0/BLE module: AP6256 +- M.2 M-Key slot supports access to NVMe SSD or SATA SSD +- Dual-row pin: 2.54mm 40Pin +- Supports DC 5V and 3.3V power outputs +- Configurable UART, PWM, I2C, SPI, CAN, GPIO and other functional interfaces +- 1 * MaskROM, 1 * RESET, 1 * POWER +- Supports Type-C power supply, 5V @ 5A +- RGB LED tri-color indicator +- 5V 2PIN 1.25mm socket +- 3V 2PIN 1.25mm socket +- Debug serial port UART included in 40PIN expansion port + +## Purchase +* [Amazon](https://amzn.to/4lALxr8) diff --git a/_blinka/orange_pi_pc2.md b/_blinka/orange_pi_pc2.md new file mode 100644 index 000000000..be6ed0c6f --- /dev/null +++ b/_blinka/orange_pi_pc2.md @@ -0,0 +1,57 @@ +--- +layout: download +board_id: "orange_pi_pc2" +title: "Orange Pi PC2 Download" +name: "Orange Pi PC2" +manufacturer: "Shenzhen Xunlong Software CO.,Limited" +board_url: + - "http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-PC-2.html" +board_image: "orange_pi_pc2.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO +--- + +Orange Pi PC2 is for anyone who wants to start creating with technology- not just consuming it. lt's a simple, fun, useful tool that you can use to start taking control of the world around you. + +- H5 High Performance Quad-core 64-bit Cortex-A53 +- Integrated multimedia acceleration engine +- Hardware Java acceleration +- Integrated hardware floating-point coprocessor" +- Full scene over-sampled 4X anti-aliasing engine with no additional bandwidth usage +- High Performance Hexa-core Mali450 +- OpenGL ES 2.0/1.1/1.0, OpenVG 1.1, EGL +- 40 GFlops, Pixel fill rate greater than 2.7GPixel/s" +- 1GB DDR3 (shared with GPU) +- TF card (Max. 32GB) / NOR flash(2MB) +- 1000M/100M Ethernet RJ45 +- A CSI input connector Camera: +- Supports 8-bit YUV422 CMOS sensor interface +- Supports CCIR656 protocol for NTSC and PAL +- Supports SM pixel camera sensor +- Supports video capture solution up to 1080p@30fps" +- MIC +- Supports HDMI output with HDCP +- Supports HDMI CEC +- Supports HDMI 30 function +- Integrated CVBS +- Supports simultaneous output of HDMI and CVBS" +- 3.5 mm Jack and HDMI +- DC input can supply power, but USB OTG input don’t supply power +- Three USB 2.0 HOST, one USB 2.0 OTG +- Power Button(SW4) +- 40 Pins Header +- UART, Ground. +- Power led & Status led +- IR input, Power +- Android, Ubuntu, Debian + +## Purchase +* [Tinkersphere](https://tinkersphere.com/raspberry-pi-orange-pi-boards/2353-orange-pi-pc-2-1gb-ram-14ghz-x64-quad-core-processor.html) diff --git a/_blinka/particle_tachyon.md b/_blinka/particle_tachyon.md new file mode 100644 index 000000000..7f55503ff --- /dev/null +++ b/_blinka/particle_tachyon.md @@ -0,0 +1,56 @@ +--- +layout: download +board_id: "particle_tachyon" +title: "Particle Tachyon Download" +name: "Particle Tachyon" +manufacturer: "Particle" +board_url: + - "https://www.kickstarter.com/projects/particle-iot/tachyon-powerful-5g-single-board-computer-w-ai-accelerator" + - "https://store.particle.io/products/tachyon-5g-single-board-computer?utm_campaign=&utm_content=store&utm_medium=post&utm_source=kickstarter" +board_image: "particle_tachyon.jpg" +downloads_display: true +blinka: true +date_added: 2025-08-18 +features: + - Wi-Fi +--- + +Tachyon is a 5G-connected single-board computer (SBC) that takes the technology inside a modern smartphone and packs it into a Raspberry Pi form factor to power portable and remote computing devices. With a powerful Qualcomm Snapdragon SoC, an AI accelerator, and Particle’s edge-to-cloud IoT infrastructure, Tachyon combines all of the edge computing power, connectivity, and software necessary to embed intelligence into anything, anywhere. + +At the heart of Tachyon is the Qualcomm Dragonwing QCM6490 — an SoC that takes the power of a Dragonwing and packages it into an IoT-friendly package with upstream Linux support and a 10-year longevity guarantee. + +The Dragonwing QCM6490 features an octa-core Qualcomm Kryo CPU, making Tachyon one of the most powerful single-board computers on the market. In addition, Tachyon has a Qualcomm Adreno 643 GPU and a Qualcomm Hexagon 770 DSP containing an AI accelerator capable of delivering 12 TOPS. It can drive 4K displays, consume high resolution video from two cameras, and run powerful AI/ML models to detect objects in video streams, classify sounds in audio streams, and process language. + +Tachyon is capable of doing real work wherever you deploy it — at home, at work, or far afield. + +Upgrading the processor is only the beginning. We want to make it easy to deploy these things anywhere, and that means blazing-fast 5G connectivity. + +Not only does Tachyon come with 5G connectivity operating at up to 2.5Gbs (with LTE fallback and an integrated custom cellular antenna!), but it comes pre-loaded with Particle’s embedded EtherSIM+ with free cellular telemetry and an optional low-cost data plan (more details below). + +Sending gobs of data? Don’t worry, Tachyon has a Wi-Fi 6E connection for blazing fast connectivity over your Wi-Fi network, again with a built-in antenna. + +Tachyon is a powerful computer in its own right, but it really comes alive when connecting displays, cameras, sensors, and other peripherals. + +But where are the usual big blocky USB and Ethernet ports, you ask? Well, don’t let the fancy cellular antenna make you think we forgot about wires and cables. Tachyon has dual USB-C connectors, automatically operating in both device and host modes depending on the attached cable. One of the USB-C 3.1 connections supports Display Port Alt Mode, which means you can connect Tachyon directly to a USB-C capable monitor (up to 4K), or use a USB-C Hub (such as the one we are offering as an add-on!) to add USB ports, HDMI and a gigabit Ethernet port. Oh, and for those familiar with Android development, we are using Fastboot and ADB so you can plug the device straight into your computer to power and control it over a single cable. + +Of course, Tachyon also contains a Raspberry Pi-compatible 40-pin connector, plus support for cameras, displays, and PCIe peripherals connected via ribbon cables. Whether you’re using off-the-shelf peripherals, Raspberry Pi HATs, or building Tachyon into a custom PCB, Tachyon can handle whatever you throw at it. + +Particle’s application infrastructure includes everything you need to deploy an intelligent device — including device management, OTA software updates, connectivity management, and data automation. Our platform is included for free with Tachyon, for up to 100 devices per account — and that includes a low data rate cellular plan for device management and telemetry! + +So how do you actually use that 5G connectivity? Embedded into Tachyon is the next generation of Particle’s EtherSIM — a reprogrammable, 5G-capable eSIM, providing flexible and tailored connectivity options in 40 countries. + +Particle’s platform comes with built-in low-bandwidth connectivity to support remote telemetry and device management — free for your first 100 devices. + +## Specifications + +- Octa-core Qualcomm® Kryo™ CPU (1x 2.7GHz, 3x 2.4GHz, 4x 1.9GHz). +- 5G sub-6Hz cellular connectivity and Wi-Fi 6E with on-device antennas +- 8GB RAM and 128GB with built-in UFS storage +- Adreno 643 GPU and 12 TOPS NPU +- USB-C 3.1 PD with DisplayPort and PD, 2x PCIe lanes, and DSI 4-lane +- 2 x CSI 4-lane with ISP, supporting 20+ pre-integrated camera sensors +- Powered by USB-C or lithium-ion battery with integrated battery charger +- Secure boot and encrypted filesystem + +## Purchase +* [Particle](https://store.particle.io/products/tachyon-5g-single-board-computer?utm_campaign=&utm_content=store&utm_medium=post&utm_source=kickstarter) diff --git a/_blinka/quartz64_a.md b/_blinka/quartz64_a.md new file mode 100644 index 000000000..e9151c5c7 --- /dev/null +++ b/_blinka/quartz64_a.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "quartz64_a" +title: "Quartz64 Model A Download" +name: "Quartz64 Model A" +manufacturer: "Pine64" +board_url: + - "https://pine64.org/devices/quartz64_model_a/" +board_image: "quartz64_a.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-03-30 +features: + - Ethernet + - HDMI/DisplayPort + - Wi-Fi + - Bluetooth/BLE + - USB 3.0 +--- + +The Quartz64 Model A is powered by a Rockchip RK3566 quad-core ARM Cortex A55 64-Bit Processor with a Mali G-52 GPU. It comes equipped with 2GB, 4GB or 8GB LPDDR4 system memory, and a 128Mb SPI boot flash. There is also an optional eMMC module (up to 128GB) and a microSD slot for booting. The board is also equipped with 1x USB 3.0 type A Host, 3x USB 2.0 Host, Gigabit Ethernet, Sata, PCIe, an E-ink interface, touch panel interface, a 40 pin GPIO bus, MiPi DSI interface, MiPi CSI interface, optional 802.11 b/g/n/ac Wifi and Bluetooth 5.0, eDP interface, and other interfaces such as UART, SPI, and I2C are also available for makers to integrate sensors and other peripherals. Many different operating systems are freely available from the open source community, such as Linux (Ubuntu, Debian, Arch, etc), *BSD, and Android. + +- 4 x ARM Cortex A55 cores @ 2.0GHz +- ARM Mali G52 MP2 GPU +- LPDDR4 RAM (up to 8GB) +- Gigabit Ethernet +- Micro SD slot +- eMMC module slot +- SPI Flash 128Mbit + +## Purchase +* [Pine64 Store](https://pine64.com/product-category/quartz64/) diff --git a/_blinka/radxa_rock_3a.md b/_blinka/radxa_rock_3a.md index 5e06bc49b..c11b4228c 100644 --- a/_blinka/radxa_rock_3a.md +++ b/_blinka/radxa_rock_3a.md @@ -17,6 +17,7 @@ features: - HDMI/DisplayPort - 40-pin GPIO - USB 3.0 + - NVME/M.2 Connector --- ROCK 3A is an improved version of the ROCK Pi 4. ROCK 3A features a quad core Cortex-A55 ARM processor, 32bit 3200Mb/s LPDDR4, up to 4K@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, USB Port, GbE LAN, PCIe 3.0, PCIe 2.0, 40-pin color expansion header, RTC. Also, ROCK 3 supports USB PD and QC powering. diff --git a/_blinka/radxa_rock_3b.md b/_blinka/radxa_rock_3b.md new file mode 100644 index 000000000..98abf8574 --- /dev/null +++ b/_blinka/radxa_rock_3b.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "radxa_rock_3b" +title: "Rock 3B Download" +name: "Rock 3B" +manufacturer: "Radxa Limited" +board_url: + - "https://wiki.radxa.com/Rock3/3b" +board_image: "radxa_rock_3b.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-05-05 +features: + - Wi-Fi + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 + - NVME/M.2 Connector +--- + +ROCK 3B features a quad core Cortex-A55 ARM processor, 32bit 3200Mb/s LPDDR4, up to 4K@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, USB Port, GbE LAN, PCIe 3.0, PCIe 2.0, 40-pin color expansion header, RTC. Also, ROCK 3 supports USB PD and QC powering. + +**Key Features** +- RK3568(J), Quad A55 up to 2GHz, Mali G52 GPU, 1T NPU +- eMMC module socket, 2GB/4GB/8GB LPDDR4 3200MT/s, DRAM controller frequency up to 1560MHz +- uSD slot supports up to 128G uSD card +- QC/PD power support, with a new generation QC/PD protocol IC +- Two USB2 same as ROCK Pi 4, two USB3(1x OTG+1x HOST) +- USB3 can be configured in SATA mode with a SATA breakout cable +- GbE with PoE support +- M.2 M key for NVMe with PCIe 3.0 x2 lanes +- M.2 E key for connectivity with PCIe 2.0 x1/SDIO/UART, support WiFi 6 cards +- 1x MIPI DSI, 1x MIPI CSI, compatible with ROCK Pi 4 +- 40P GPIO mostly compatible with ROCK Pi 4 + +## Purchase + +* [Radxa](https://radxa.com/products/rock3/3b/) \ No newline at end of file diff --git a/_blinka/radxa_rock_3c.md b/_blinka/radxa_rock_3c.md index 888a8c7ea..f03e2c53c 100644 --- a/_blinka/radxa_rock_3c.md +++ b/_blinka/radxa_rock_3c.md @@ -17,6 +17,7 @@ features: - HDMI/DisplayPort - 40-pin GPIO - USB 3.0 + - NVME/M.2 Connector --- This is the documentation for ROCK 3 Model C, written by Radxa Team with community contributions. diff --git a/_blinka/radxa_rock_4se.md b/_blinka/radxa_rock_4se.md index be503415b..e4752a8e7 100644 --- a/_blinka/radxa_rock_4se.md +++ b/_blinka/radxa_rock_4se.md @@ -17,6 +17,7 @@ features: - HDMI/DisplayPort - 40-pin GPIO - USB 3.0 + - NVME/M.2 Connector --- This is the documentation for ROCK 4 SE, written by Radxa Team with community contributions. diff --git a/_blinka/radxa_rock_5c.md b/_blinka/radxa_rock_5c.md new file mode 100644 index 000000000..bb87fa1a5 --- /dev/null +++ b/_blinka/radxa_rock_5c.md @@ -0,0 +1,63 @@ +--- +layout: download +board_id: "radxa_rock_5c" +title: "Rock 5C Download" +name: "Rock 5C" +manufacturer: "Radxa Limited" +board_url: + - "https://wiki.radxa.com/Rock5/5c" +board_image: "radxa_rock_5c.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 +--- + +The ROCK 5 Model C is the latest Radxa SBC. + +**Key Features** +- Rockchip RK3588S2 +- ARM **Quad** Cortex®‑A76 and Quad Cortex®‑A55 based on Arm®DynamIQ™ configuration +- **ARM Mali™ G610MP4** + - OpenGL® ES1.1, ES2.0, and ES3.2 + - OpenCL® 1.1, 1.2 and 2.2 + - Vulkan® 1.1 and 1.2 + - Embedded high performance 2D image acceleration module +- NPU supporting INT4 / INT8 / INT16 / FP16 / BF16 and TF32 acceleration computing power is up to **6TOPs** +- **H.265 / VP9 / AVS2 multivideo decoder up to 8K@60fps** +- **H.264 multivideo decoder up to 8K@30fps** +- H.265 / H.264 multivideo encoder up to **8K@30fps** +- LPDDR4x RAM Up to 32GB +- 1x eMMC Connector +- 1x microSD Card Slot +- If you require **SPI Flash**, you will need to purchase the Radxa SPI Flash Module separately. +- If you need to expand the **SATA**, you will need to purchase the Radxa Penta SATA HAT additionally. +- 1x Headphone Jack with Microphone Input +- 1x Standard HDMI 2.1 supporting up to 8Kp60 +- 1x MIPI DSI supporting up to 1080p60 +- Able to provide 2 display outputs at the same time +- 1x 4‑lane MIPI CSI or 2x 2‑lane MIPI CSI +- 2x USB 2.0 Type-A HOST ports +- 1x USB 3.0 Type-A HOST port +- 1x USB 3.0 Type-A OTG / HOST port +- 1x Gigabit Ethernet port (supports PoE with add‑on PoE HAT) +- WiFi 6 & BT 5.4 with External Antenna Connector +- 1x PWM fan connector +- 1x Power button +- 5V Only USB Type-C +- Radxa OS / **Android** +- Recommended environmental temperature: 0 ~ 50°C +- Radxa ROCK 5C has a temperature limit of 80°C, beyond which it throttles clock speeds for reliability +- For continuous high-performance use, external cooling methods like heat sinks or fans can maintain maximum clock speed below the 80°C limit +- 85 mm x 56 mm + +## Purchase + +* [AliExpress](https://www.aliexpress.us/item/3256806726687243.html) \ No newline at end of file diff --git a/_blinka/rock_pi_4c.md b/_blinka/radxa_rock_pi_4c.md similarity index 98% rename from _blinka/rock_pi_4c.md rename to _blinka/radxa_rock_pi_4c.md index d1a1ca345..2c0280eab 100644 --- a/_blinka/rock_pi_4c.md +++ b/_blinka/radxa_rock_pi_4c.md @@ -1,6 +1,6 @@ --- layout: download -board_id: "rock_pi_4c" +board_id: "radxa_rock_pi_4c" title: "Rock Pi 4C Download" name: "Rock Pi 4C" manufacturer: "Radxa Limited" diff --git a/_blinka/rock_pi_4c_plus.md b/_blinka/radxa_rock_pi_4c_plus.md similarity index 98% rename from _blinka/rock_pi_4c_plus.md rename to _blinka/radxa_rock_pi_4c_plus.md index d09cbf865..2e5161bf4 100644 --- a/_blinka/rock_pi_4c_plus.md +++ b/_blinka/radxa_rock_pi_4c_plus.md @@ -1,6 +1,6 @@ --- layout: download -board_id: "rock_pi_4c_plus" +board_id: "radxa_rock_pi_4c_plus" title: "ROCK Pi 4C+ Download" name: "ROCK Pi 4C+" manufacturer: "Radxa Limited" diff --git a/_blinka/rock_pi_e.md b/_blinka/radxa_rock_pi_e.md similarity index 98% rename from _blinka/rock_pi_e.md rename to _blinka/radxa_rock_pi_e.md index f113002ee..3756fb9be 100644 --- a/_blinka/rock_pi_e.md +++ b/_blinka/radxa_rock_pi_e.md @@ -1,6 +1,6 @@ --- layout: download -board_id: "rock_pi_e" +board_id: "radxa_rock_pi_e" title: "Rock Pi E Download" name: "Rock Pi E" manufacturer: "Radxa Limited" diff --git a/_blinka/rock_pi_s.md b/_blinka/radxa_rock_pi_s.md similarity index 98% rename from _blinka/rock_pi_s.md rename to _blinka/radxa_rock_pi_s.md index b347fc318..4803e33e7 100644 --- a/_blinka/rock_pi_s.md +++ b/_blinka/radxa_rock_pi_s.md @@ -1,6 +1,6 @@ --- layout: download -board_id: "rock_pi_s" +board_id: "radxa_rock_pi_s" title: "Rock Pi S Download" name: "Rock Pi S" manufacturer: "Radxa Limited" diff --git a/_blinka/radxa_x4.md b/_blinka/radxa_x4.md new file mode 100644 index 000000000..dfea7ca16 --- /dev/null +++ b/_blinka/radxa_x4.md @@ -0,0 +1,71 @@ +--- +layout: download +board_id: "radxa_x4" +title: "Rock X4 Download" +name: "Rock X4" +manufacturer: "Radxa Limited" +board_url: + - "https://radxa.com/products/x/x4/" +board_image: "radxa_x4.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2025-08-18 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 + - NVME/M.2 Connector +--- + +Intel N100 powered, high performance and competitive priced SBC by RADXA + +### Specifications + +- Intel® Processor N100 (Alder Lake‑N) + - Total Cores: 4 + - Total Threads: 4 + - Max Turbo Frequency: 3.40 GHz + - Cache: 6 MB Intel® Smart Cache + - Intel® Gaussian & Neural Accelerator 3.0 + - Intel® Image Processing Unit 6.0 + - Support for Intel® Virtualization Technology +- Intel® UHD Graphics + - Graphics Max Dynamic Frequency: 750 MHz + - DirectX Support: 12.1 + - OpenGL Support: 4.6 + - OpenCL Support: 3.0 +- LPDDR5 RAM +- 4GB /8GB /16GB option +- Optional Onboard eMMC +- SPI Flash for BIOS +- Dual Display + - output via 2 Micro HDMI ports up to 4Kp60 +- Audio + - 3.5mm headphone jack with mic input +- Wireless (optional) + - IEEE 802.11 a/b/g/n/ac/ax (WiFi 6) and Bluetooth 5.2 with BLE + - IEEE 802.11 a/b/g/n/ac (WiFi 5) and Bluetooth 5.0 with BLE +- 1x M.2 M Key Connector with PCIe 3.0 4-lane for M2 2230 NVMe SSD +- 3x USB 3.0 5Gbps Type A HOST Ports +- 1x USB 2.0 Type A HOST port +- 1x 2.5 GbE LAN Port with PoE support (via optional PoE hat) +- The 40-pin expansion header, provided via RP2040, is compatible with many accessories which where developed for the SBC market. +- up to 2 x UART +- up to 2 x SPI +- up to 2 x I2C +- up to 16x PWM +- up to 8 x PIO (Programmable IO) +- 1 x 5V DC power in/out +- 2 x 3.3V DC power out +- RTC Battery Socket +- 2-pin 1.25mm Fan Header +- 1x power button +- 1x BOOTSEL button for RP2040 + +## Purchase + +[Radxa](https://radxa.com/products/x/x4/) \ No newline at end of file diff --git a/_blinka/radxa_zero.md b/_blinka/radxa_zero.md index 31ee0c683..76422e194 100644 --- a/_blinka/radxa_zero.md +++ b/_blinka/radxa_zero.md @@ -55,7 +55,3 @@ Radxa Zero features a quad core 64-bit ARM processor, up to 4GB 32bit LPDDR4 mem * [Radxa Zero - Getting Started](https://wiki.radxa.com/Zero/getting_started) ## Purchase * [ALLNET.CHINA](https://shop.allnetchina.cn/products/copy-of-radxa-zero) - -## Contribute - -Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md). diff --git a/_blinka/radxa_zero_3e.md b/_blinka/radxa_zero_3e.md new file mode 100644 index 000000000..cc18f3f24 --- /dev/null +++ b/_blinka/radxa_zero_3e.md @@ -0,0 +1,49 @@ +--- +layout: download +board_id: "radxa_zero_3e" +title: "Radxa Zero 3E Download" +name: "Radxa Zero 3E" +manufacturer: "Radxa" +board_url: + - "https://wiki.radxa.com/Zero" +board_image: "radxa_zero_3e.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - HDMI/DisplayPort + - Ethernet + - USB 3.0 + - 40-pin GPIO +--- + +RADXA Zero 3E is an Rockchip RK3566 64bit quad core based Mini SBC in the same form factor as the Raspberry Pi Zero, but with much, much more power. It has quad-core power with up to 8GB LPDDR4 RAM that has similar dimensions to a USB stick. + +## Technical details + +- Rockchip RK3566 64bit quad core processor Quad‑core Arm® Cortex®‑A55 (ARMv8) 64‑bit @ 1.6GHz +- Arm Mali™‑G52‑2EE, OpenGL® ES1.1/2.0/3.2, Vulkan® 1.1, OpenCL™ 2.0 +- LPDDR4 1GB /2GB /4GB /8GB +- TF Card Slot +- 1080p@60fps via Micro HDMI +- H.264/H.265 decoder up to 4K@60fps +- H.264/H265 encoder up to 1080p@60fps +- USB 3.0 HOST +- Micro USB 2.0 OTG (for power and data) +- MIPI CSI Camera Interface (4-lane MIPI CSI) +- Gigabit Ethernet with PoE support (additional PoE HAT required) +- up to 5 x UART +- 1 x SPI bus +- up to 2 x I2C bus +- 1 x PCM/I2S +- up to 6 x PWM +- up to 28 x GPIO +- 2 x 5V DC power in +- 2 x 3.3V power pin +- ARMv8 Instruction Set +- Debian/Ubuntu Linux support +- Hardware access/control library for Linux +- Size 65mm x 30mm + +## Purchase +* [ALLNET.CHINA](https://shop.allnetchina.cn/products/radxa-zero-3e) diff --git a/_blinka/radxa_zero_3w.md b/_blinka/radxa_zero_3w.md new file mode 100644 index 000000000..87370e90a --- /dev/null +++ b/_blinka/radxa_zero_3w.md @@ -0,0 +1,53 @@ +--- +layout: download +board_id: "radxa_zero_3w" +title: "Radxa Zero 3W Download" +name: "Radxa Zero 3W" +manufacturer: "Radxa" +board_url: + - "https://wiki.radxa.com/Zero" +board_image: "radxa_zero_3w.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - HDMI/DisplayPort + - Wi-Fi + - Bluetooth/BLE + - USB 3.0 + - 40-pin GPIO +--- + +RADXA Zero 3W is an Rockchip RK3566 64bit quad core based Mini SBC in the same form factor as the Raspberry Pi Zero, but with much, much more power. It has quad-core power with up to 8GB LPDDR4 RAM that has similar dimensions to a USB stick. + +## Technical details + +- Rockchip RK3566 64bit quad-core processor, Quad-core Arm® Cortex®-A55 (ARMv8) 64-bit @ 1.6GHz +- Arm Mali™-G52-2EE, OpenGL® ES1.1/2.0/3.2, Vulkan® 1.1, OpenCL™ 2.0 +- LPDDR4 1GB / 2GB / 4GB / 8GB +- Soldered high performance eMMC 5.1 with capacities of 8GB / 16GB / 32GB / 64GB +- uSD slot supports up to 128GB uSD card +- H.264/H.265 decoder up to 4K@60fps +- H.264/H265 encoder up to 1080p@60fps +- 1080p@60fps via Micro HDMI +- WiFi4 (802.11 b/g/n) / BT5.0 with onboard antenna and uFL connector, antenna option can be configured via software +- USB 2.0 HOST +- USB 2.0 OTG (for power and data) +- MIPI CSI x1 +- Wireless 802.11 b/g/n, WiFi 2.4GHz, Bluetooth 5.0 +- up to 5 x UART +- 1 x SPI bus +- up to 2 x I2C bus +- 1 x PCM/I2S +- up to 6 x PWM +- up to 28 x GPIO +- 2 x 5V DC power in +- 2 x 3.3V power pin +- ARMv8 Instruction Set +- Debian/Ubuntu Linux support +- Hardware access/control library for Linux +- Maskrom button +- 66 x 30 mm + +## Purchase +* [ALLNET.CHINA](https://shop.allnetchina.cn/products/copy-of-radxa-zero-3w) diff --git a/_blinka/raspberry_pi_400.md b/_blinka/raspberry_pi_400.md index 0a722412c..52004e472 100644 --- a/_blinka/raspberry_pi_400.md +++ b/_blinka/raspberry_pi_400.md @@ -6,6 +6,8 @@ name: "Pi 400 Desktop" manufacturer: "Raspberry Pi" board_url: - "https://www.raspberrypi.com/products/raspberry-pi-400-unit" + - "https://www.adafruit.com/product/4795" + - "https://www.adafruit.com/product/4796" board_image: "raspberry_pi_400.jpg" download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi" downloads_display: true diff --git a/_blinka/raspberry_pi_500.md b/_blinka/raspberry_pi_500.md new file mode 100644 index 000000000..53efbf2bf --- /dev/null +++ b/_blinka/raspberry_pi_500.md @@ -0,0 +1,49 @@ +--- +layout: download +board_id: "raspberry_pi_500" +title: "Raspberry Pi 500 Desktop Download" +name: "Pi 500 Desktop" +manufacturer: "Raspberry Pi" +board_url: + - "https://www.raspberrypi.com/products/raspberry-pi-500/" + - "https://www.adafruit.com/product/6111" + - "https://www.adafruit.com/product/6123" +board_image: "raspberry_pi_500.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi" +downloads_display: true +blinka: true +date_added: 2025-01-16 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 +--- + +The **Raspberry Pi 500** is a fast, powerful computer built into a high-quality keyboard, for the ultimate compact PC experience. It features the same quad-core 64-bit Arm processor and RP1 I/O controller found in [Raspberry Pi 5](https://www.adafruit.com/product/5813). With a one-piece aluminium heatsink built in for improved thermal performance, your Raspberry Pi 500 will run fast and smoothly even under heavy load, while delivering glorious dual 4K display output. + +Normally you'd need to pick up a keyboard and other accessories to turn the Pi 5 into a functioning desktop - but since most keyboards have empty space in them, you can just cram the Pi 5 inside to make an all-in-one kit. [Think of it like a modern Apple IIe](https://en.wikipedia.org/wiki/Apple_IIe), but super light and powerful. + +There's 3 USB ports, for adding USB mice, disk drives, or really any accessories that work with Linux. For video output, two HDMI ports can drive driving up to two monitors of any resolution up to 4k! There's built in Bluetooth and WiFi for internet connectivity, or plug in an Ethernet cable for fast wired networking. + +Hackers can rejoice - you still get the classic 2x20 IDC port that can be used to connect to a breadboard or HAT/PHat/Bonnet. [To connect to a breadboard for wiring up buttons and LED, use our T-Cobbler](https://www.adafruit.com/product/2028)! To connect to a Bonnet/HAT, [we recommend a 2x20 IDC cable](https://www.adafruit.com/product/1988) + [Mini HAT Hacker](https://www.adafruit.com/product/3182) (the cable plugs in at the top of the HAT hacker, giving you two spots for accessory HATs. [Or our CYBERDECK Hat](https://www.adafruit.com/product/4863) which has a nice angled connector to create a pop-up display + +- 2.4GHz quad-core 64-bit Arm Cortex-A76 CPU, with cryptography extensions, 512KB per-core L2 caches and a 2MB shared L3 cache +- 8GB LPDDR4X-4267 SDRAM +- Dual-band (2.4GHz and 5.0GHz) IEEE 802.11b/g/n/ac Wi-Fi® +- 32GB Class A2 microSD included +- Bluetooth 5.0, BLE +- Gigabit Ethernet +- 2 × USB 3.0 port and 1 × USB 2.0 port +- Horizontal 40-pin GPIO header +- 2 × micro HDMI® port (supports up to 4Kp60) +- H.265 (4Kp60 decode) +- OpenGL ES 3.0 graphics +- SD card support: microSD card slot for operating system and data storage +- Keyboard: 78-, 79- or 83-key compact keyboard (depending on regional variant) +- Power: 5V DC via USB connector + +## Purchase +* [Adafruit](https://www.adafruit.com/product/6111) diff --git a/_blinka/raspberry_pi_cm5io.md b/_blinka/raspberry_pi_cm5io.md new file mode 100644 index 000000000..cee92fc59 --- /dev/null +++ b/_blinka/raspberry_pi_cm5io.md @@ -0,0 +1,78 @@ +--- +layout: download +board_id: "raspberry_pi_cm5io" +title: "Raspberry Pi Compute Module 5 IO Board Download" +name: "Compute Module 5 IO Board" +manufacturer: "Raspberry Pi" +board_url: + - "https://www.raspberrypi.com/products/compute-module-5-io-board/" + - "https://www.raspberrypi.com/products/compute-module-5/" + - "https://www.raspberrypi.com/products/cm5-dev-kit/" +board_image: "raspberrypi_cm5io.jpg" +download_instructions: +downloads_display: true +blinka: true +date_added: 2025-01-16 +features: + - HDMI/DisplayPort + - Ethernet + - Wi-Fi + - 40-pin GPIO + - Bluetooth/BLE +--- + +Compute Module 5 + +Featuring high-quality components made from robust materials and optimised for Compute Module 5, the Raspberry Pi Development Kit for Compute Module 5 provides the perfect environment to prototype embedded solutions. + +- 55 mm × 40 mm × 4.7 mm module +- 4 × M2.5 mounting holes +- Broadcom BCM2712 quad-core 64-bit Arm Cortex-A76 (Armv8) SoC @ 2.4GHz +- Memory options: +- - 2GB, 4GB, 8GB, or 16GB LPDDR4-4267 SDRAM with ECC + - 0GB, 16GB, 32GB or 64GB eMMC flash memory +- Options for certified radio module containing: +- - 2.4 GHz, 5.0 GHz IEEE 802.11 b/g/n/ac wireless + - Bluetooth 5.0, BLE + - On board electronic switch to select between PCB trace or external antenna +- Gigabit Ethernet PHY supporting IEEE 1588 +- 1 × PCIe x1 root complex, Gen 2 (5Gbps) +- 1 × USB 2.0 port (high speed) +- 2 × USB 3.0 ports, supporting simultaneous 5Gbps operation +- Up to 30 × GPIO supporting either 1.8V or 3.3V signalling and peripheral options: +- - Up to 5 × UART + - Up to 5 × I2C + - Up to 5 × SPI + - 1 × SDIO interface + - 1 × DPI (parallel RGB display) + - 1 × I2S + - Up to 4 × PWM channels + - Up to 3 × GPCLK outputs +- 2 × HDMI 2.0 ports (supports up to 4Kp60 on both ports simultaneously) +- 2 × 4-lane MIPI ports supporting both DSI (display port) and CSI-2 (camera port) +- 4Kp60 HEVC decoder +- OpenGL ES 3.1 graphics, Vulkan 1.2 +- 1 × SDIO 2.0 (CM5 Lite) + +Compute Module 5 IO Board + +The Raspberry Pi Compute Module 5 IO Board provides a starting point for those wishing to integrate Raspberry Pi Compute Module 5 into products, while also serving as an alternative Raspberry Pi form factor for industrial applications. It breaks out the full set of peripheral interfaces provided by Compute Module 5 to the standard connectors used by Raspberry Pi 5 (with full-size HDMI in place of micro-HDMI), enabling design engineers to take full advantage of the processing and interfacing capabilities of our flagship modular product. + +- 160 mm × 90 mm form factor +- Standard 40-pin GPIO header +- Gigabit Ethernet RJ45 with PoE+ HAT+ support +- 2 × USB 3 sockets +- microSD card socket for CM5 Lite modules +- M.2 M key PCIe socket +- 4-pin fan connector +- 2 × MIPI DSI/CSI-2 FPC connectors (22-pin 0.5 mm pitch cable) +- Raspberry Pi HAT+ connector +- RTC battery socket +- 2 × full-size HDMI 2.0 connectors +- External +5V USB-C PSU +- Power button to wake and shut down Compute Module 5 + +## Purchase +* [Raspberry Pi - CM5](https://www.raspberrypi.com/products/compute-module-5/) +* [Raspberry Pi - IO Board](https://www.raspberrypi.com/products/compute-module-5-io-board/) +* [Raspberry Pi - Dev Kit](https://www.raspberrypi.com/products/cm5-dev-kit/) \ No newline at end of file diff --git a/_blinka/starfive_visionfive2.md b/_blinka/starfive_visionfive2.md new file mode 100644 index 000000000..9aaea9fce --- /dev/null +++ b/_blinka/starfive_visionfive2.md @@ -0,0 +1,25 @@ +--- +layout: download +board_id: "starfive_visionfive2" +title: "Starfive VisionFive2 Download" +name: "Starfive VisionFive2" +manufacturer: "StarFive" +board_url: + - "https://www.starfivetech.com/en/site/boards" +board_image: "starfive_visionfive2.jpg" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - Ethernet + - HDMI/DisplayPort + - USB 3.0 + - 40-pin GPIO + - NVME/M.2 Connector +--- + +VisionFive 2 is the world’s first high-performance RISC-V single board computer (SBC) with an integrated GPU. Compared with its last generation, VisionFive 2 has been fully upgraded with significant improvements in the processor work frequency, multimedia processing capabilities, scalability, etc. Its superior performance and reasonable price make VisionFive 2 the best affordable RISC-V development board ever. + + +## Purchase +* [Multiple Vendors](https://forum.rvspace.org/t/how-to-purchase-visionfive-2/665) diff --git a/_blinka/stm32mp157c_dk2.md b/_blinka/stm32mp157c_dk2.md index ed3c4bffb..8718c6a4f 100644 --- a/_blinka/stm32mp157c_dk2.md +++ b/_blinka/stm32mp157c_dk2.md @@ -52,4 +52,4 @@ Additionally, the STM32MP157C-DK2 Discovery kit features an LCD display with a t - Bluetooth Low Energy 4.1 ## Purchase -* [STMicroelectronics](https://estore.st.com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/stm32mp157c-dk2.html) +* [STMicroelectronics](http://estore.st.com/en/stm32mp157f-dk2-cpn.html) diff --git a/_blinka/udoo_x86_ii_ultra.md b/_blinka/udoo_x86_ii_ultra.md index c72d39912..d5e544c4a 100644 --- a/_blinka/udoo_x86_ii_ultra.md +++ b/_blinka/udoo_x86_ii_ultra.md @@ -17,6 +17,7 @@ features: - Ethernet - HDMI/DisplayPort - USB 3.0 + - NVME/M.2 Connector --- UDOO X86 II is the New PC: the most powerful x86 maker board ever and an Arduino™ Leonardo-compatible platform, all embedded on the same board. diff --git a/_blinka/vicharak_axon.md b/_blinka/vicharak_axon.md new file mode 100644 index 000000000..f7efa27e3 --- /dev/null +++ b/_blinka/vicharak_axon.md @@ -0,0 +1,62 @@ +--- +layout: download +board_id: "vicharak_axon" +title: "Vicharak Axon Download" +name: "Vicharak Axon" +manufacturer: "Vicharak" +board_url: + - "https://vicharak.in/axon" +board_image: "vicharak_axon.jpg" +downloads_display: true +blinka: true +date_added: 2025-05-05 +features: + - Ethernet + - HDMI/DisplayPort + - USB 3.0 + - Bluetooth/BLE + - Wi-Fi + - NVME/M.2 Connector +--- + +Introducing the AXON 8GB LPDDR4X & 32GB eMMC Variant—a compact powerhouse for seamless multitasking and fast app navigation. With 8GB RAM and 32GB storage, it’s perfect for productivity and entertainment, delivering high-speed performance and reduced loading times. + +The RK3588 chip powers Axon with smooth 4K performance, making it perfect for gaming and multitasking. Its built-in AI engine enhances smart applications, and support for four displays opens possibilities for gaming, digital signage, and development. + +### Features & Specifications + +- Connectivity + - Bluetooth 5.2 + - Ethernet + - WiFi 6 +- Storage + - eMMC 5.1 + - PCIe 3.0 (NVMe M.2) + - Micro SD Card + - SATA 3.0 +- Peripherals + - GPIO + - I2C + - SPI + - USB 2.0 + - USB 3.0 + - I2S + - PWM + - UART + - PCIe 2.0 + - PCIe 3.0 + - SARADC +- Display Interface + - HDMI TX 2.1 + - MIPI DSI 2.0 + - Type-C DP 1.4a +- Audio Interface + - Audio Jack + - Speakers + - Analog Mic +- Video Input interface + - HDMI RX 2.0 + - MIPI Camera Interface 1.2/2.0 + +## Purchase +* [Vicharak](https://store.vicharak.in/?product=axon&post_type=product&name=axon&v=644d99afb936) diff --git a/_blinka/vicharak_vaaman.md b/_blinka/vicharak_vaaman.md new file mode 100644 index 000000000..55b691673 --- /dev/null +++ b/_blinka/vicharak_vaaman.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "vicharak_vaaman" +title: "Vicharak Vaaman Download" +name: "Vicharak Vaaman" +manufacturer: "Vicharak" +board_url: + - "https://vicharak.in/" +board_image: "vicharak_vaaman.jpg" +downloads_display: true +blinka: true +date_added: 2025-05-05 +features: + - Ethernet + - HDMI/DisplayPort + - USB 3.0 + - Bluetooth/BLE + - Wi-Fi +--- + +**Vaaman** combines the flexibility of an FPGA with the power of an ARM processor to create something truly unique: a re-configurable computer that adapts to your needs. While traditional computers struggle with the increasing demands of realtime processing and AI workloads, Vaaman takes a different approach. By integrating a powerful six-core ARM processor with an Efinix Trion T20 FPGA with 112k LEs, we’ve created a platform that can dynamically reconfigure itself for optimal performance across diverse computing tasks. + +### Features & Specifications + +- CPU: Rockchip RK3399 + - Dual Cortex-A72 + Quad Cortex-A53 + - Mali-T864 GPU with OpenGL ES1.1/2.0/3.0/3.1, OpenCL, DX11 support + - 2 GB or 4 GB LPDDR4 RAM +- FPGA: Efinix Trion T120 + - Logic Elements: 112,128 + - Embedded Memory: 5,407 Kb + - Embedded Memory Blocks (5 Kb each): 1,056 + - Embedded Multipliers: 320 (18x18 bit) + - 512 MB of DDR3L dedicated RAM, x32 PHY with memory controller hard IP, 25.6 Gbps aggregate bandwidth + - Supports 1.8, 2.5, and 3.3-V single-ended I/O standards and interfaces + - Up to 16 PLL-generated global clock signals +- **Realtime clock (RTC) with battery backup** + +## Purchase +* [Crowd Supply](https://www.crowdsupply.com/vicharak/vaaman) diff --git a/_blinka/vivid_unit.md b/_blinka/vivid_unit.md new file mode 100644 index 000000000..3ea3a9ba8 --- /dev/null +++ b/_blinka/vivid_unit.md @@ -0,0 +1,56 @@ +--- +layout: download +board_id: "vivid_unit" +title: "Vivid Unit Download" +name: "Vivid Unit" +manufacturer: "UUGear" +board_url: + - "https://www.adafruit.com/product/5894" +board_image: "vivid_unit.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - Wi-Fi + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - USB 3.0 +--- + +[**UUGear's Vivid Unit**](https://www.vividunit.com/Main_Page) is a powerful and versatile single-board computer that can be used for a wide range of applications. It features an RK3399 CPU with 4GB RAM and 32GB eMMC storage. It is a palm-sized device with a 5.5″ capacitive touchscreen, speaker, microphone, WiFi/Bluetooth, and various interfaces. It can be powered with DC 5V (via USB-C) or an Ethernet cable (DC 48V via PoE). + +Vivid Unit can be used for a variety of projects, such as: + +- **Smart home automation:** Vivid Unit can be used to control lights, temperature, and other home appliances using various sensors and input devices. +- **Robotics:** The Vivid Unit’s GPIO and camera interface make it ideal for robotics projects, such as autonomous cars or robotic arms. +- **Industrial control systems:** Vivid Unit is ideal for use in industrial control systems, and it can be mounted like a screen for the whole system, which the users can interact with. +- **Portable computing:** Vivid Unit’s compact size and touch screen interface make it perfect for use as a portable computing device, such as a tablet or mini laptop. +- **Retro gaming:** Vivid Unit’s high resolution screen, compact size and onboard speaker make it a perfect hardware as retro gaming console. + +Whether you’re a hobbyist, a student, or a professional, Vivid Unit offers a powerful and flexible platform for your computing needs. + +**Features:** + +- RK3399 CPU + 4GB RAM + 32GB eMMC storage +- 5.5 inch touchscreen with 1280x720 display resolution +- Built-in speaker and stereo microphone +- HDMI and MIPI camera connectors +- WiFi + Gigabit Ethernet + Bluetooth +- Two USB 3.1 ports and two USB 2.0 pin headers +- SPI, I2C, UART, SDIO, and ADC interfaces +- With onboard connector for SSD +- Powered via USB-C (DC 5V) or Ethernet cable (PoE / DC 48V) + +**Kit includes:** + +- 1 x Vivid Unit PCB +- 2 x Brace +- 1 x Touchscreen +- 4 x M3 screws +- 4 x M3 standoff + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/5894) \ No newline at end of file diff --git a/_blinka/walnut_pi_1b.md b/_blinka/walnut_pi_1b.md new file mode 100644 index 000000000..b2f95ef6e --- /dev/null +++ b/_blinka/walnut_pi_1b.md @@ -0,0 +1,49 @@ +--- +layout: download +board_id: "walnut_pi_1b" +title: "Walnut Pi 1B Download" +name: "Walnut Pi 1B" +manufacturer: "Walnut Pi" +board_url: + - "https://www.aliexpress.us/item/3256805943640754.html" +board_image: "walnut_pi_1b.jpg" +download_instructions: "" +downloads_display: true +blinka: true +date_added: 2024-07-19 +features: + - Wi-Fi + - Bluetooth/BLE + - Ethernet + - HDMI/DisplayPort + - 40-pin GPIO + - Infrared Receiver +--- + +WalnutPi is designed, developed and manufactured in China. It is positioned as a cost-effective and fully functional card computer (SBC) with a size compatible with Raspberry Pi. It is a very powerful Linux development board that you can use to surf the Internet, play games, learn programming and create your own electronic products. + +### Specifications + +- Allwinner H616/H618 64-bit/quad-core high-performance Cortex-A53 processor, 1.5GHz +- Mali G31 MP2 GPU +- Supports OpenGL ES 1.0/2.0/3.2, OpenCL 2.0 +- 1GB (512M DDR3 x 2) +- 2GB (LPDDR4) +- 4GB (LPDDR4) +- MicroSD card supports up to 512G +- SPI Flash is reserved (empty post) +- Dual-band WiFi (2.4G & 5G) + Bluetooth 5.0 +- 100M Ethernet port +- 3.5mm audio port +- MicroHDMI 2.0a supports 4K@60fps +- USB 2.0 x 3 +- Infrared receiver x 1 +- Button x 1 +- LED x 1 +- 40Pin GPIO header (compatible with Raspberry Pi) +- 3P header UART (serial port) debugging" +- Type-C port 5V/3A input +- Walnut Pi customized version of Debian (Ubuntu, Android adaptation in progress) + +## Purchase +* [AliExpress](https://www.aliexpress.us/item/3256805943640754.html) diff --git a/_blinka/waveshare_rp2040_one.md b/_blinka/waveshare_rp2040_one.md new file mode 100644 index 000000000..8aa3783c4 --- /dev/null +++ b/_blinka/waveshare_rp2040_one.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "waveshare_rp2040_one" +title: "Waveshare RP2040-One via U2IF Download" +name: "RP2040-One via U2IF" +manufacturer: "Waveshare" +board_url: "https://www.waveshare.com/product/rp2040-one.htm" +board_image: "waveshare_rp2040_one.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico" +downloads_display: true +blinka: true +date_added: 2024-08-07 +family: rp2040 +--- + +**This board uses the U2IF firmware to communicate with Blinka and is run on the attached system via USB. See the Installation Instructions for more info.** + +A Trinkey-like MCU board based on Raspberry Pi RP2040. + +**Board specifications** + + - RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom + - Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz + - 264KB of SRAM, and 4MB of on-board Flash memory + - Trinkey-like/USB key form factor + - Castellated module allows soldering direct to carrier boards + - USB 1.1 with device and host support + - Low-power sleep and dormant modes + - Drag-and-drop programming using mass storage over USB + - 29 × multi-function GPIO pins (20× via edge pinout, others via solder points) + - 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels + - Accurate clock and timer on-chip + - Temperature sensor + - Accelerated floating-point libraries on-chip + - 8 × Programmable I/O (PIO) state machines for custom peripheral support + - 1" x 0.7" (excluding USB plug) + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2040-one.htm) diff --git a/_board/0xcb_gemini.md b/_board/0xcb_gemini.md new file mode 100644 index 000000000..d3fc7100f --- /dev/null +++ b/_board/0xcb_gemini.md @@ -0,0 +1,35 @@ +--- +layout: download +board_id: "0xcb_gemini" +title: "0xCB Gemini Download" +name: "Gemini" +manufacturer: "0xCB" +board_url: + - "https://github.com/0xCB-dev/0xCB-Gemini" +board_image: "0xcb_gemini.jpg" +date_added: 2024-11-11 +family: rp2040 +features: + - USB-C + - Breadboard-Friendly + - Castellated Pads +--- + +The 0xCB Gemini is our Waveshare RP2040-Zero compatible microcontroller. It includes all the features of it's bigger brother, the [0xCB Helios](https://circuitpython.org/board/0xcb_helios/), in a much smaller form factor. + +## Technical details + +- **Powerful RP2040** 32-bit Cortex M0+ dual core running at 133 MHz and 264kB SRAM. +- **16MB/128Mb QSPI FLASH** chip for storing files and code +- 3.3V 500mA LDO, PTC fuse and **ESD protection** chip +- 4 pins configurable as **analog inputs** +- GPIO16 is level shifted to 5v to drive the **onboard aRGB LED** (DIO is connected to GP16) +- **USB VBUS detection** on GPIO19 for split keyboard side detection +- **UF2 bootloader** for drag & drop programming via your file manager +- easy to use **Single button boot and reset circuit** push to reset and hold >500ms to enter bootloader +- 4 pads for use with an external USB socket/daughterboard +- **USB-C connector** lets you access built-in ROM USB bootloader and serial port debugging + +## Purchase + +- [KeebSupply](https://keeb.supply/products/0xcb-gemini) diff --git a/_board/0xcb_helios.md b/_board/0xcb_helios.md index 12f814f57..1e84b7d3b 100644 --- a/_board/0xcb_helios.md +++ b/_board/0xcb_helios.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/0xCB-dev/0xCB-Helios" board_image: "0xcb_helios.jpg" date_added: 2023-01-05 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly diff --git a/_board/42keebs_frood.md b/_board/42keebs_frood.md index be76db0d6..83c5069a0 100644 --- a/_board/42keebs_frood.md +++ b/_board/42keebs_frood.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/piit79/frood" board_image: "42keebs_frood.jpg" date_added: 2022-10-26 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly diff --git a/_board/8086_rp2040_interfacer.md b/_board/8086_rp2040_interfacer.md new file mode 100644 index 000000000..1ca6d346a --- /dev/null +++ b/_board/8086_rp2040_interfacer.md @@ -0,0 +1,32 @@ +--- +layout: download +board_id: "8086_rp2040_interfacer" +title: "RP2040 Interfacer" +name: "RP2040 Interfacer" +manufacturer: "8086 Consultancy" +board_url: "https://www.tindie.com/products/8086net/rp2040-interfacer-uarti2c/" +board_image: "8086_rp2040_interfacer.jpg" +date_added: 2024-12-17 +family: rp2040 +features: + - STEMMA QT/QWIIC + +--- + +The RP2040 Interfacer is designed to plug straight into your comptuer/SBC/etc. allowing quick access to UART and I2C interfaces. + + +## Specifications + + - Measures 16 x 38 x 8mm including USB Type-A Plug + - Raspberry Pi RP2040 Dual Core Cortex-M0 + - 2 MB of FLASH + - 264 KB of RAM + - User/BOOT Button + - UART via 3-pin JST SH compatible connector + - STEMMA QT/QWIIC I2C via 4-pin JST SH compatible connector + - 3 LED + +## Purchase +* [8086 Consultancy](https://www.tindie.com/products/8086net/rp2040-interfacer-uarti2c/) + diff --git a/_board/8086_usb_interposer.md b/_board/8086_usb_interposer.md new file mode 100644 index 000000000..e63fa509f --- /dev/null +++ b/_board/8086_usb_interposer.md @@ -0,0 +1,31 @@ +--- +layout: download +board_id: "8086_usb_interposer" +title: "USB Interposer Download" +name: "USB Interposer" +manufacturer: "8086 Consultancy" +board_url: "https://www.tindie.com/products/8086net/usb-interposer/" +board_image: "8086_usb_interposer.jpg" +date_added: 2024-07-03 +family: rp2040 +features: + - STEMMA QT/QWIIC + +--- + +The USB Interposer is a compact RP2040 based board with USB Type-A plug and socket for Meddler-in-the-Middle manipulation. + +## Specifications + + - Raspberry Pi RP2040 Dual Core Cortex-M0 + - 16 MB of FLASH + - 264 KB of RAM + - USB Type-A Plug Device (Hardware) + - USB Type-A Socket Host (Software) + - User/BOOT Button + - UART/SWD/I2C Connectors + - 4 LED + +## Purchase +* [8086 Consultancy](https://www.tindie.com/products/8086net/usb-interposer/) + diff --git a/_board/Seeed_XIAO_nRF52840_Sense.md b/_board/Seeed_XIAO_nRF52840_Sense.md index 0343b60a0..8acc10353 100644 --- a/_board/Seeed_XIAO_nRF52840_Sense.md +++ b/_board/Seeed_XIAO_nRF52840_Sense.md @@ -18,7 +18,7 @@ features: - Battery Charging - USB-C - Xiao / QTPy Form Factor - + - Castellated Pads --- Seeed Studio XIAO nRF52840 (Sense) has equipped a powerful Nordic nRF52840 MCU which is designed in a Bluetooth 5.0 module, built around 32-bit ARM® Cortex™-M4 CPU with Floating-Point Unit(FPU) operating at 64Mhz. With the capabilities of wireless connection, it still remains the Seeed Studio XIAO series classic form-factor of small and exquisite which can be used for wearable devices and Internet of Things projects. Furthermore, it only costs 5 μA in the deep sleep model and it supports battery charge management because of the BQ25101 chip. diff --git a/_board/ThingPulse_PendriveS3.md b/_board/ThingPulse_PendriveS3.md new file mode 100644 index 000000000..8acd80e38 --- /dev/null +++ b/_board/ThingPulse_PendriveS3.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "thingpulse_pendrive_s3" +title: "ThingPulse Pendrive S3 Download" +name: "ThingPulse Pendrive S3" +manufacturer: "ThingPulse" +board_url: https://thingpulse.com/product/esp32-s3-pendrive-s3-128mb/ +board_image: "ThingPulse_Pendrive_S3.jpg" +date_added: 2024-06-06 +family: esp32s3 +bootloader_id: thingpulse_pendrive_s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C +--- + +The ThingPulse Pendrive S3 is a ESP32-S3 board which fits neatly into a USB pendrive + + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - 128MB Built-In SD-card-like flash memory + - WS2812B RGB status LED + - Capacitive touch button + - Compact Pendrive Enclosure + +## Applications: BadUSB + +Imagine having full control over any computer in seconds, simply by plugging in a device. That’s the power of tools that emulate a USB keyboard. Because computers inherently trust keyboards, these devices can take command with lightning speed. + +Meet the Pendrive S3, a device that pretends to be a keyboard, bombarding the computer with hundreds of keystrokes per second—far faster than any human could type. By utilizing a straightforward scripting language, you can program the Pendrive S3 to execute any commands you want. + +Now, take this concept to the next level with the Super WiFi Duck. This innovative tool lets you manage all your scripts wirelessly through a user-friendly web interface. No need for app installations, logging in, or tedious script transfers. With the Super WiFi Duck, everything is at your fingertips, making it easier than ever to unleash the full potential of a BadUSB device. + +## Purchase + * [ThingPulse](https://thingpulse.com/product/esp32-s3-pendrive-s3-128mb/) + + diff --git a/_board/adafruit_esp32s3_camera.md b/_board/adafruit_esp32s3_camera.md index 3209df7ac..37ba78055 100644 --- a/_board/adafruit_esp32s3_camera.md +++ b/_board/adafruit_esp32s3_camera.md @@ -10,6 +10,9 @@ board_image: "adafruit_esp32s3_camera.jpg" date_added: 2023-10-27 family: esp32s3 bootloader_id: adafruit_camera_esp32s3 +download_instructions: https://learn.adafruit.com/adafruit-memento-camera-board/install-circuitpython +tags: + - pycamera features: - Wi-Fi - Bluetooth/BTLE diff --git a/_board/adafruit_feather_esp32_v2.md b/_board/adafruit_feather_esp32_v2.md index 56f72b467..8d7bf3148 100644 --- a/_board/adafruit_feather_esp32_v2.md +++ b/_board/adafruit_feather_esp32_v2.md @@ -2,7 +2,7 @@ layout: download board_id: "adafruit_feather_esp32_v2" title: "Adafruit Feather ESP32 V2 Download" -name: "Adafruit Feather ESP32 V2" +name: "Adafruit Feather ESP32 V2 (HUZZAH32 V2)" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5400" @@ -10,6 +10,9 @@ board_image: "adafruit_feather_esp32_v2.jpg" date_added: 2022-08-19 family: esp32 downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-esp32-feather-v2/circuitpython +tags: + - Huzzah features: - Feather-Compatible - Battery Charging @@ -20,9 +23,11 @@ features: - STEMMA QT/QWIIC --- -One of our star Feathers is the [Adafruit HUZZAH32 ESP32 Feather](https://www.adafruit.com/product/3405) - with the fabulous ESP32 WROOM module on there, it makes quick work of WiFi and Bluetooth projects that take advantage of Espressifs most popular chipset. Recently we had to redesign this feather to move from the obsolete CP2104 to the available CH9102F and one thing led to another and before you know it we made a completely refreshed design: the **Adafruit ESP32 Feather V2**. +The **Adafruit Feather ESP32 V2** is a new version of the original Adafruit HUZZAH32 ESP32 Feather. Both have the fabulous ESP32 WROOM module on there, which makes quick work of WiFi and Bluetooth projects that take advantage of Espressifs most popular chipset. We completely refreshed the board while moving from the obsolete CP2104 USB-serial chip to the available CH9102F. -The V2 is a significant redesign, enough so we consider it a completely new product. It *still* features the ESP32 chip but has many upgrades and improvements: +Both boards say "HUZZAH32" on the bottom side, but they are different. Make sure you've chosen the correct download for the your board. + +The Feather ESP32 V2 is a significant redesign, enough so we consider it a completely new product. It *still* features the ESP32 chip but has many upgrades and improvements: - Compared to the original Feather with 4 MB Flash and no PSRAM, the V2 has **8 MB Flash and 2 MB PSRAM** - Additional **user button tactile switch** on input pin 38 diff --git a/_board/adafruit_feather_esp32c6_4mbflash_nopsram.md b/_board/adafruit_feather_esp32c6_4mbflash_nopsram.md index 11510b7e1..50ddad23f 100644 --- a/_board/adafruit_feather_esp32c6_4mbflash_nopsram.md +++ b/_board/adafruit_feather_esp32c6_4mbflash_nopsram.md @@ -1,15 +1,16 @@ --- layout: download board_id: "adafruit_feather_esp32c6_4mbflash_nopsram" -title: "Feather ESP32-S6 4MB Flash No PSRAM Download" -name: "Feather ESP32-S6 4MB Flash No PSRAM" +title: "Feather ESP32-C6 4MB Flash No PSRAM Download" +name: "Feather ESP32-C6 4MB Flash No PSRAM" manufacturer: "Adafruit" board_url: - - "https://www.adafruit.com/" + - "https://www.adafruit.com/product/5933" board_image: "adafruit_feather_esp32c6_4mbflash_nopsram.jpg" date_added: 2024-03-18 family: esp32c6 downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-esp32-c6-feather/install-circuitpython features: - Feather-Compatible - Battery Charging @@ -20,8 +21,12 @@ features: --- -Coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit). +The ESP32-C6 is Espressif’s first Wi-Fi 6 SoC integrating 2.4 GHz Wi-Fi 6, Bluetooth 5 (LE) and the 802.15.4 protocol. It brings the goodness you know from the [low-cost C3 series](https://www.adafruit.com/product/5337) and improves it with Zigbee/802.15.4 at 2.4Ghz. [That means it could make for great Matter development hardware](https://csa-iot.org/all-solutions/matter/)! -## Learn More +We took our Feather ESP32-S2 and swapped out the 'S2 for a C6. Plus some re-routing and here's what we've got: a C6 Feather with lots of GPIO, lipoly charging and monitoring with the MAX17048, NeoPixel, I2C Stemma QT port, and a second low-quiescent LDO for disabling the I2C and NeoPixel when we want ultra-low power usage - as low as 17uA in deep sleep. -* [YouTube](https://youtu.be/FV0-gMT9uBA?si=yZjXHgKLal3B5I9-&t=130) \ No newline at end of file +One thing to watch for is that, like the C3, the C6 does not have native USB. It does have a 'built in' USB Serial core that can be used for debugging, but it cannot act like a mouse, keyboard, or disk drive. That means if you are running CircuitPython you will need to use WiFi, Bluetooth or WebSerial for transferring files back and forth rather than drag-and-dropping to a drive. Ditto for the bootloader side, this chip cannot run UF2. + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/5933) diff --git a/_board/adafruit_feather_esp32s2.md b/_board/adafruit_feather_esp32s2.md index 7df03bd17..bfc7d4080 100644 --- a/_board/adafruit_feather_esp32s2.md +++ b/_board/adafruit_feather_esp32s2.md @@ -10,6 +10,7 @@ board_image: "adafruit_feather_esp32s2.jpg" date_added: 2021-04-06 family: esp32s2 bootloader_id: adafruit_feather_esp32s2 +download_instructions: https://learn.adafruit.com/adafruit-esp32-s2-feather/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_esp32s2_bme280.md b/_board/adafruit_feather_esp32s2_bme280.md index 62303ee45..46368c8de 100644 --- a/_board/adafruit_feather_esp32s2_bme280.md +++ b/_board/adafruit_feather_esp32s2_bme280.md @@ -11,6 +11,7 @@ board_image: "adafruit_feather_esp32s2_bme280.jpg" date_added: 2021-12-06 family: esp32s2 bootloader_id: adafruit_feather_esp32s2 +download_instructions: https://learn.adafruit.com/adafruit-esp32-s2-feather/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_esp32s2_reverse_tft.md b/_board/adafruit_feather_esp32s2_reverse_tft.md index 1811b2bf4..e93b29144 100644 --- a/_board/adafruit_feather_esp32s2_reverse_tft.md +++ b/_board/adafruit_feather_esp32s2_reverse_tft.md @@ -10,6 +10,7 @@ board_image: "adafruit_feather_esp32s2_reverse_tft.jpg" date_added: 2023-01-31 family: esp32s2 bootloader_id: adafruit_feather_esp32s2_reverse_tft +download_instructions: https://learn.adafruit.com/esp32-s2-reverse-tft-feather/circuitpython tags: - Feather ESP32-S2 Reverse TFT - Reverse Feather TFT diff --git a/_board/adafruit_feather_esp32s2_tft.md b/_board/adafruit_feather_esp32s2_tft.md index b54681f6f..82f444589 100644 --- a/_board/adafruit_feather_esp32s2_tft.md +++ b/_board/adafruit_feather_esp32s2_tft.md @@ -10,6 +10,7 @@ board_image: "adafruit_feather_esp32s2_tft.jpg" date_added: 2021-04-06 family: esp32s2 bootloader_id: adafruit_feather_esp32s2_tft +download_instructions: https://learn.adafruit.com/adafruit-esp32-s2-tft-feather/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_esp32s3_4mbflash_2mbpsram.md b/_board/adafruit_feather_esp32s3_4mbflash_2mbpsram.md index d0c969c5e..f02189a54 100644 --- a/_board/adafruit_feather_esp32s3_4mbflash_2mbpsram.md +++ b/_board/adafruit_feather_esp32s3_4mbflash_2mbpsram.md @@ -10,12 +10,14 @@ board_image: "adafruit_feather_esp32s3_4mbflash_2mbpsram.jpg" date_added: 2022-06-09 family: esp32s3 bootloader_id: adafruit_feather_esp32s3 +download_instructions: https://learn.adafruit.com/adafruit-esp32-s3-feather/circuitpython downloads_display: true features: - Feather-Compatible - Battery Charging - STEMMA QT/QWIIC - Wi-Fi + - Bluetooth/BTLE - USB-C - Breadboard-Friendly diff --git a/_board/adafruit_feather_esp32s3_nopsram.md b/_board/adafruit_feather_esp32s3_nopsram.md index 926e156c1..d5f104c60 100644 --- a/_board/adafruit_feather_esp32s3_nopsram.md +++ b/_board/adafruit_feather_esp32s3_nopsram.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_feather_esp32s3_nopsram" -title: "Feather ESP32-S3 No PSRAM Download" -name: "Feather ESP32-S3 No PSRAM" +title: "Feather ESP32-S3 8MB Flash No PSRAM Download" +name: "Feather ESP32-S3 8MB Flash No PSRAM" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5323" @@ -10,12 +10,14 @@ board_image: "adafruit_feather_esp32s3_nopsram.jpg" date_added: 2022-04-01 family: esp32s3 bootloader_id: adafruit_feather_esp32s3_nopsram +download_instructions: https://learn.adafruit.com/adafruit-esp32-s3-feather/circuitpython downloads_display: true features: - Feather-Compatible - Battery Charging - STEMMA QT/QWIIC - Wi-Fi + - Bluetooth/BTLE - USB-C - Breadboard-Friendly diff --git a/_board/adafruit_feather_esp32s3_reverse_tft.md b/_board/adafruit_feather_esp32s3_reverse_tft.md index e608d08b7..825f2a997 100644 --- a/_board/adafruit_feather_esp32s3_reverse_tft.md +++ b/_board/adafruit_feather_esp32s3_reverse_tft.md @@ -10,6 +10,7 @@ board_image: "adafruit_feather_esp32s3_reverse_tft.jpg" date_added: 2023-01-31 family: esp32s3 bootloader_id: adafruit_feather_esp32s3_reverse_tft +download_instructions: https://learn.adafruit.com/esp32-s3-reverse-tft-feather/install-circuitpython tags: - Feather ESP32-S3 Reverse TFT - Reverse Feather TFT @@ -18,6 +19,7 @@ features: - Battery Charging - STEMMA QT/QWIIC - Wi-Fi + - Bluetooth/BTLE - USB-C - Display --- @@ -52,4 +54,4 @@ For low power usages, the Feather has a *second* low-dropout 3.3V regulator. The ## Purchase -* [Adafruit](https://www.adafruit.com/product/5691) \ No newline at end of file +* [Adafruit](https://www.adafruit.com/product/5691) diff --git a/_board/adafruit_feather_esp32s3_tft.md b/_board/adafruit_feather_esp32s3_tft.md index 498d50bb7..ce8045bb3 100644 --- a/_board/adafruit_feather_esp32s3_tft.md +++ b/_board/adafruit_feather_esp32s3_tft.md @@ -11,11 +11,13 @@ date_added: 2022-06-09 family: esp32s3 bootloader_id: adafruit_feather_esp32s3_tft downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-esp32-s3-tft-feather/circuitpython features: - Feather-Compatible - Battery Charging - STEMMA QT/QWIIC - Wi-Fi + - Bluetooth/BTLE - USB-C - Display - Breadboard-Friendly diff --git a/_board/adafruit_feather_huzzah32.md b/_board/adafruit_feather_huzzah32.md index 44671d250..acd73c5c3 100644 --- a/_board/adafruit_feather_huzzah32.md +++ b/_board/adafruit_feather_huzzah32.md @@ -10,6 +10,7 @@ board_image: "adafruit_feather_huzzah32.jpg" date_added: 2022-08-19 family: esp32 downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/circuitpython features: - Feather-Compatible - Battery Charging @@ -19,16 +20,16 @@ features: - Breadboard-Friendly --- -Aww yeah, it's the Feather you have been waiting for! The **HUZZAH32** is our ESP32-based Feather, made with the official WROOM32 module. We packed everything you love about Feathers: built in USB-to-Serial converter, automatic bootloader reset, Lithium Ion/Polymer charger, and just about all of the GPIOs brought out so you can use it with any of our Feather Wings. [We have other boards in the Feather family, check'em out here.](https://www.adafruit.com/feather) +The **Adafruit Feather HUZZAH32** is our original ESP32-based Feather, made with the official WROOM32 module. We packed everything you love about Feathers: built in USB-to-Serial converter, automatic bootloader reset, Lithium Ion/Polymer charger, and just about all of the GPIOs brought out so you can use it with any of our Feather Wings. [We have other boards in the Feather family, check'em out here.](https://www.adafruit.com/feather) That module nestled in at the end of this Feather contains a dual-core ESP32 chip, 4 MB of SPI Flash, tuned antenna, and all the passives you need to take advantage of this powerful new processor. The ESP32 has both WiFi *and* Bluetooth Classic/LE support. That means it's perfect for just about any wireless or Internet-connected project. +Don't confuse this board with the similar, newer, [Adafruit Feather ESP32 V2](https://circuitpython.org/board/adafruit_feather_esp32_v2/). Both boards say "HUZZAH32" on the bottom side, but they are different. Make sure you've chosen the correct download for your board. + Because it's part of our [Feather eco-system, you can take advantage of the 50+ Wings](https://www.adafruit.com/category/814) that we've designed to add all sorts of cool accessories. The ESP32 is a perfect upgrade from the ESP8266 that has been so popular. In comparison, the ESP32 has way more GPIO, plenty of analog inputs, two analog outputs, multiple extra peripherals (like a spare UART), two cores so you don't have to yield to the WiFi manager, much higher-speed processor, etc. etc! We think that as the ESP32 gets traction, we'll see more people move to this chip exclusively, as it is so full-featured. -**Please note: The ESP32 is still targeted to developers**. Not all of the peripherals are fully documented with example code, and there are some bugs still being found and fixed. We got all of our Featherwings working under Arduino IDE, so you can expect things like I2C and SPI and analog reads to work. But other elements are still under development. For that reason, we recommend this Feather for makers who have some experience with microcontroller programming, and not as a first dev board. - Here are [specifications from Espressif about the ESP32](https://espressif.com/en/products/hardware/esp32/overview): - 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS diff --git a/_board/adafruit_feather_rp2040.md b/_board/adafruit_feather_rp2040.md index e1474880a..1ad824061 100644 --- a/_board/adafruit_feather_rp2040.md +++ b/_board/adafruit_feather_rp2040.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/4884" board_image: "adafruit_feather_rp2040.jpg" date_added: 2021-01-21 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-feather-rp2040-pico/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_rp2040_adalogger.md b/_board/adafruit_feather_rp2040_adalogger.md new file mode 100644 index 000000000..a6edda952 --- /dev/null +++ b/_board/adafruit_feather_rp2040_adalogger.md @@ -0,0 +1,60 @@ +--- +layout: download +board_id: "adafruit_feather_rp2040_adalogger" +title: "Feather RP2040 Adalogger Download" +name: "Feather RP2040 Adalogger" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/5980" +board_image: "adafruit_feather_rp2040_adalogger.jpg" +date_added: 2024-06-28 +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-feather-rp2040-adalogger/install-circuitpython +tags: + - Adalogger Feather + - Adalogger + - Feather Adalogger +features: + - Feather-Compatible + - Battery Charging + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly +--- + +This is the Adafruit Feather RP2040 Adalogger - our take on an 'all-in-one' RP2040 data-logger (or data-reader) with built-in USB, battery charging, and a microSD holder ready to rock! [We have other boards in the Feather family, check'em out here.](https://www.adafruit.com/feather) + +The RP2040 Adalogger is the same size and shape as a Feather and is intended to make your next data logging or data reading project super easy. Micro SD card socket wired for SPI or SDIO? Yes! STEMMA QT / Qwiic connector for fast I2C? Of course! Neopixel? It's a-glowin' This board will work excellently with Arduino or CircuitPython/MicroPython for any data recording/retreiving projects. + +At the Feather's heart is an RP2040 chip, clocked at 133 MHz and at 3.3V logic, the same one used in the [Raspberry Pi Pico](https://www.adafruit.com/product/4864). This chip has a whopping 8MB of onboard QSPI FLASH and 264K of RAM! This makes it great for buffering and processing data before writing it to the SD card. + +To make it easy to use for portable projects, we added a connector for any of our 3.7V Lithium polymer batteries and built-in battery charging. You don't need a battery, it will run just fine straight from the USB Type C connector. But, if you do have a battery, you can take it on the go, then plug in the USB to recharge. The Feather will automatically switch over to USB power when it's available. + +Here're some handy specs! You get: + +* Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in +* Light as a (large?) feather - 6.3 grams +* RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power +* 264 KB RAM +* 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code storage. No EEPROM +* Tons of GPIO! 21 x GPIO pins with following capabilities: + * Four 12-bit ADCs (one more than Pico) + * Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations + * 16 x PWM outputs - for servos, LEDs, etc +* Built-in 200mA+ lipoly charger with charging status indicator LED +* Pin #13 red LED for general purpose blinking +* RGB NeoPixel for full-color indication. +* MicroSD card holder for adding as much storage as you could possibly want for reading or writing. Connected to the 'second' SPI port on pins 18, 19, 20 and card select on 23. Optional card detect line can be connected to pin 15. For advanced hackers who want to use 4-bit SDIO, we connect DAT1 and DAT2 to 21 and 22 - note we do not have Arduino or CircuitPython code for this mode. +* On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering! +* Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code) +* USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging +* 3.3V Power/enable pin +* 4 mounting holes +* 12 MHz crystal for perfect timing. +* 3.3V regulator with 500mA peak current output + +Comes assembled and tested, with some header. You'll need a soldering iron to attach the header for installing onto your Feather. Stacking headers will let you put another FeatherWing on top. Lipoly battery, MicroSD card, and USB cable not included (but we do have lots of options in the shop if you'd like!) + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/5768) \ No newline at end of file diff --git a/_board/adafruit_feather_rp2040_can.md b/_board/adafruit_feather_rp2040_can.md index ac52b50dd..86365a87c 100644 --- a/_board/adafruit_feather_rp2040_can.md +++ b/_board/adafruit_feather_rp2040_can.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5724" board_image: "adafruit_feather_rp2040_can.jpg" date_added: 2023-05-02 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-rp2040-can-bus-feather/circuitpython tags: - CAN Bus Feather - Feather CAN Bus diff --git a/_board/adafruit_feather_rp2040_dvi.md b/_board/adafruit_feather_rp2040_dvi.md index 9e35d0195..290cd8a4e 100644 --- a/_board/adafruit_feather_rp2040_dvi.md +++ b/_board/adafruit_feather_rp2040_dvi.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5710" board_image: "adafruit_feather_rp2040_dvi.jpg" date_added: 2023-03-27 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-feather-rp2040-dvi/circuitpython tags: - DVI Feather - Feather DVI diff --git a/_board/adafruit_feather_rp2040_prop_maker.md b/_board/adafruit_feather_rp2040_prop_maker.md index 46aeb337c..1244e0634 100644 --- a/_board/adafruit_feather_rp2040_prop_maker.md +++ b/_board/adafruit_feather_rp2040_prop_maker.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5768" board_image: "adafruit_feather_rp2040_prop_maker.jpg" date_added: 2023-05-04 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-rp2040-prop-maker-feather/circuitpython tags: - Propmaker Feather - Prop-Maker Feather diff --git a/_board/adafruit_feather_rp2040_rfm69.md b/_board/adafruit_feather_rp2040_rfm69.md index 13dffb744..c3e2473b0 100644 --- a/_board/adafruit_feather_rp2040_rfm69.md +++ b/_board/adafruit_feather_rp2040_rfm69.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5712" board_image: "adafruit_feather_rp2040_rfm69.jpg" date_added: 2023-04-04 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/feather-rp2040-rfm69/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_rp2040_rfm9x.md b/_board/adafruit_feather_rp2040_rfm9x.md index feb72d060..dcaba254a 100644 --- a/_board/adafruit_feather_rp2040_rfm9x.md +++ b/_board/adafruit_feather_rp2040_rfm9x.md @@ -9,7 +9,8 @@ board_url: - "https://www.adafruit.com/product/5714" board_image: "adafruit_feather_rp2040_rfm9x.jpg" date_added: 2023-04-04 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/feather-rp2040-rfm95/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_rp2040_scorpio.md b/_board/adafruit_feather_rp2040_scorpio.md index 0eda80853..f7d887982 100644 --- a/_board/adafruit_feather_rp2040_scorpio.md +++ b/_board/adafruit_feather_rp2040_scorpio.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5650" board_image: "adafruit_feather_rp2040_scorpio.jpg" date_added: 2022-12-23 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/introducing-feather-rp2040-scorpio/install-circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/adafruit_feather_rp2040_thinkink.md b/_board/adafruit_feather_rp2040_thinkink.md index 937dbfe06..197ba6ca2 100644 --- a/_board/adafruit_feather_rp2040_thinkink.md +++ b/_board/adafruit_feather_rp2040_thinkink.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5727" board_image: "adafruit_feather_rp2040_thinkink.jpg" date_added: 2023-05-02 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-rp2040-feather-thinkink/circuitpython tags: - ThinkInk Feather - Feather ThinkInk diff --git a/_board/adafruit_feather_rp2040_usb_host.md b/_board/adafruit_feather_rp2040_usb_host.md index fc151affd..1e844d203 100644 --- a/_board/adafruit_feather_rp2040_usb_host.md +++ b/_board/adafruit_feather_rp2040_usb_host.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5723" board_image: "adafruit_feather_rp2040_usb_host.jpg" date_added: 2023-05-02 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-feather-rp2040-with-usb-type-a-host/circuitpython tags: - USB Host Feather - Feather USB Host diff --git a/_board/adafruit_feather_rp2350.md b/_board/adafruit_feather_rp2350.md new file mode 100644 index 000000000..ec916edaa --- /dev/null +++ b/_board/adafruit_feather_rp2350.md @@ -0,0 +1,82 @@ +--- +layout: download +board_id: "adafruit_feather_rp2350" +title: "Feather RP2350 Download" +name: "Feather RP2350" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/6000" +board_image: "adafruit_feather_rp2350.jpg" +date_added: 2024-08-08 +family: rp2350 +download_instructions: https://learn.adafruit.com/adafruit-feather-rp2350/install-circuitpython-2 +features: + - Feather-Compatible + - Battery Charging + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly + +--- + +RP2350 flies high with the Feather format - now you can use any FeatherWings with this battery-powered dev board. It comes with 8MB of flash, 22pin HSTX output port, Stemma QT, debug SWD, and optional PSRAM spot. It's our first RP2350 board and we crammed a ton of goodies into our classic Feather format. It's an excellent starter board to go along with your Pico 2. + +The RP2350 is Raspberry Pi's second microcontroller chip following their breakout-hit the RP2040. Building on their success, the RP2350 upgrades the dual M0 core to dual M33 cores with 150 MHz clock rate. The M33 is a much newer Arm chipset, we've found that firmware runs about twice as fast. Especially given that we now have hardware floating point support. Also, the RP2350 has twice as much SRAM: 520KB instead of 264KB which means that micropython/circuitpython runs great and also IoT projects that need a lot of memory buffer space will run better. Other improvements include, 3 PIO blocks instead of 2, TrustZone secure boot, and a special High Speed Transmit (HSTX) peripheral that drives 4 lanes of differential data transmission such as DVI output without needing to overclock or use PIO. + +For peripherals, there are two I2C controllers, two SPI controllers, and two UARTs that are multiplexed across the GPIO - check the pinout for what pins can be set to which. There are 24 PWM channels, each pin has a channel it can be set to (ditto on the pinout). + +Feather RP2350 HSTX Specifications: + +* Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in +* Light as a (large?) feather - 5 grams +* RP2350 32-bit Cortex M33 dual core running at 150 MHz @ 3.3V logic and power +* 520 KB RAM + 8 KB OTP memory +* 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code storage. No EEPROM +* Optional spot for SOIC PSRAM chip with chip select line on GPIO 8 +* Tons of GPIO! 29 x GPIO pins with following capabilities: + * 21 GPIO available on the Feather header pins, 8 more 'consecutive' GPIO available on the HSTX connector (you don't have to use them with the HSTX peripheral) + * Four 12-bit ADCs (one more than Pico 2) + * Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations + * 24 x PWM outputs - for servos, LEDs, etc +* Built-in 200mA+ lipoly charger with charging status indicator LED. For non-rechargeable battery usage the charger can be disabled by cutting a jumper trace on the back. +* Pin #7 red LED for general purpose blinking +* RGB NeoPixel for full-color indication. +* On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering! +* Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code) +* 3.3V Power/enable pin +* Pico Probe 3-pin JST SH connector for SWD debugging +* 4 mounting holes +* 12 MHz crystal for perfect timing. +* 3.3V regulator with 500mA peak current output +* USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging + +Inside the RP2350 is a 'permanent ROM' USB UF2 bootloader. What that means is when you want to program new firmware, you can hold down the BOOTSEL button while plugging it into USB (or pulling down the RUN/Reset pin to ground) and it will appear as a USB disk drive you can drag the firmware onto. Folks who have been using Adafruit products will find this very familiar - we use the technique on all our native-USB boards. Just note you don't double-click reset instead hold down BOOTSEL during boot to enter the bootloader! + +There is great C/C++ support, unofficial (but really good) Arduino support, an official MicroPython port, and a CircuitPython port! We of course recommend CircuitPython because we think it's the easiest way to get started and it has support with most of our drivers, displays, sensors, and more, supported out of the box so you can follow along with our CircuitPython projects and tutorials. + +While the RP2350 has lots of onboard RAM, it does not have built-in FLASH memory. Instead, that is provided by the external QSPI flash chip. On this board there is 8 MB, which is shared between the program it's running and any file storage used by MicroPython or CircuitPython. When using C/C++ you get the whole flash memory, if using Python you will have about 7 MB remaining for code, files, images, fonts, etc. + +RP2350 Chip features: + +* Dual ARM Cortex-M33 with floating point unit or Dual RISC-V @ 150MHz +* 520 kB on-chip SRAM +* 8 kB of one-time-programmable (OTP) memory. +* Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus +* Support for external QSPI PSRAM +* DMA controller, 16 channel, 4 IRQ +* Fully-connected AHB crossbar +* On-chip switched-mode power supply and programmable low-dropout regulator (LDO) to generate core voltage +* Two on-chip PLLs to generate 48 MHz USB and 150MHz core clocks +* Optional boot signing with protected OTP storage +* Hardware SHA-256 accelerator +* Hardware random number generator (TRNG) +* 30 GPIO pins, 4 of which can be used as analog inputs +* Peripherals + * 2 UARTs + * 2 SPI controllers + * 2 I2C controllers + * 24 PWM channels (compared to 16 on RP2040) + * USB 1.1 controller and PHY, with host and device support + * 12 PIO state machines + +Please note: The Adafruit Feather RP2350 HSTX comes with the A2 version of the RP2350, which is affected by the E9 erratum. This errata affects some uses of GPIO and PIO such as high-impedance inputs and the internal pulldowns. You may need to use 8.2K or smaller resistors if pull-downs are required. At this time, Sept 9 2024, there is no other version of the RP2350 available - only the A2 version. diff --git a/_board/adafruit_feather_rp2350_adalogger.md b/_board/adafruit_feather_rp2350_adalogger.md new file mode 100644 index 000000000..7ca872ff3 --- /dev/null +++ b/_board/adafruit_feather_rp2350_adalogger.md @@ -0,0 +1,20 @@ +--- +layout: download +board_id: "adafruit_feather_rp2350_adalogger" +title: "Feather RP2350 Adalogger Download" +name: "Feather RP2350 Adalogger" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/" +board_image: "adafruit_feather_rp2350_adalogger.jpg" +date_added: 2025-05-11 +family: rp2350 +features: + - Feather-Compatible + - Battery Charging +--- + +The Feather RP2350 Adalogger is coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit). + +## Learn more + * [YouTube](https://www.youtube.com/watch?v=sPqoNV5Zoy4) \ No newline at end of file diff --git a/_board/adafruit_floppsy_rp2040.md b/_board/adafruit_floppsy_rp2040.md index 9d60fecc3..a666af0ad 100644 --- a/_board/adafruit_floppsy_rp2040.md +++ b/_board/adafruit_floppsy_rp2040.md @@ -8,7 +8,7 @@ board_url: - "https://www.adafruit.com/" board_image: "adafruit_floppsy_rp2040.jpg" date_added: 2024-03-13 -family: raspberrypi +family: rp2040 features: - Display - USB-C diff --git a/_board/adafruit_fruit_jam.md b/_board/adafruit_fruit_jam.md new file mode 100644 index 000000000..a15c7b39b --- /dev/null +++ b/_board/adafruit_fruit_jam.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "adafruit_fruit_jam" +title: "Fruit Jam - Mini RP2350 Computer Download" +name: "Fruit Jam - Mini RP2350 Computer" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/6200" +board_image: "adafruit_fruit_jam.jpg" +date_added: 2025-03-19 +family: rp2350 +features: + - STEMMA QT/QWIIC + - USB-C + - External Display + - USB Host + - Speaker + +--- + +We were catching up on a recent [hackaday hackchat with eben upton](https://hackaday.io/event/202122-raspberry-pi-hack-chat-with-eben-upton) and learned some fun facts: such as the DVI hack for the RP2040 was inspired by [a device called the IchigoJam](https://www.hackster.io/news/ichigojam-combines-strawberry-and-raspberry-to-deliver-a-raspberry-pi-pico-powered-educational-micro-66aa5d2f6eec). we remember reading about this back when it was an LPC1114, now it uses an RP2040. well, we're wrapping up the [Metro RP2350](https://www.adafruit.com/product/6003) and lately we've been joking around that with DVI output and USB Host support via bit-banged PIO, you could sorta build a little stand-alone computer. + +Well, one pear-green-tea-fueled-afternoon later we tried our hand at designing a 'credit card sized' computer - that's 3.375" x 2.125", [about the same size as a business card](https://hackaday.com/2024/05/07/the-2024-business-card-challenge-starts-now/) and turns out there's even a standard named for it: [ISO/IEC 7810 ID-1](https://www.iso.org/standard/70483.html). + +Anyhow, with the extra pins of the QFN-80 RP2350B, we're able to jam a ridonkulous amount of hardware into this shape: + +- RP2350B dual 150MHz Cortex M33 +- PicoProbe debug port +- 16 MB Flash + 8 MB PSRAM - the PSRAM will help when we want do do things like run emulations that we need to store in fast RAM access, and also let us use the main SRAM as the DVI video buffer. +- USB type C for bootloading/USB client +- Micro SD card with SPI or SDIO +- DVI output on the HSTX port +- I2S stereo headphone + mono speaker via the [TLV320DAC3100](https://www.digikey.com/en/products/detail/texas-instruments/tlv320dac3100irhbt/2353656) +- 2-port USB type A hub for both keyboard and mouse or game controllers +- Chunky on-off switch +- Stemma QT I2C +- Stemma classic JST 3-pin +- EYESPI for TFT displays +- 5x NeoPixels +- 3x tactile switches +- 16-pin socket header with 10 A/D GPIO + 5V/3V/GND power pins. + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/6200) \ No newline at end of file diff --git a/_board/adafruit_funhouse.md b/_board/adafruit_funhouse.md index d7d9b161b..489921f65 100644 --- a/_board/adafruit_funhouse.md +++ b/_board/adafruit_funhouse.md @@ -11,6 +11,7 @@ board_image: "adafruit_funhouse.jpg" date_added: 2021-04-06 family: esp32s2 bootloader_id: adafruit_funhouse_esp32s2 +download_instructions: https://learn.adafruit.com/adafruit-funhouse/circuitpython features: - Wi-Fi - STEMMA QT/QWIIC diff --git a/_board/adafruit_itsybitsy_esp32.md b/_board/adafruit_itsybitsy_esp32.md index 714055429..028af6372 100644 --- a/_board/adafruit_itsybitsy_esp32.md +++ b/_board/adafruit_itsybitsy_esp32.md @@ -10,6 +10,7 @@ board_image: "adafruit_itsybitsy_esp32.jpg" date_added: 2024-02-20 family: esp32 downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-itsybitsy-esp32/circuitpython-setup features: - Bluetooth/BTLE - Wi-Fi diff --git a/_board/adafruit_itsybitsy_rp2040.md b/_board/adafruit_itsybitsy_rp2040.md index ffcc5601e..aee089718 100644 --- a/_board/adafruit_itsybitsy_rp2040.md +++ b/_board/adafruit_itsybitsy_rp2040.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/4888" board_image: "adafruit_itsybitsy_rp2040.jpg" date_added: 2021-04-06 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-itsybitsy-rp2040/circuitpython features: - Breadboard-Friendly --- diff --git a/_board/adafruit_kb2040.md b/_board/adafruit_kb2040.md index fa885737d..17eb77620 100644 --- a/_board/adafruit_kb2040.md +++ b/_board/adafruit_kb2040.md @@ -8,11 +8,13 @@ board_url: - "https://www.adafruit.com/product/5302" board_image: "adafruit_kb2040.jpg" date_added: 2021-11-15 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-kb2040/circuitpython features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly + - Castellated Pads --- A wild Kee Boar appears! It’s a shiny **KB2040**! An Arduino Pro Micro-shaped board for Keebs with RP2040. (#keeblife 4 evah) A lot of folks like using Adafruit parts for their Keeb builds – but with the ItsyBitsy not being pin-compatible with the Pro Micro pinout, it really wasn't very easy without some sort of adapter plate. diff --git a/_board/adafruit_led_glasses_nrf52840.md b/_board/adafruit_led_glasses_nrf52840.md index fada661a4..a3d1bc45d 100644 --- a/_board/adafruit_led_glasses_nrf52840.md +++ b/_board/adafruit_led_glasses_nrf52840.md @@ -11,6 +11,7 @@ board_image: "adafruit_led_glasses_nrf52840.jpg" date_added: 2021-09-03 family: nrf52840 bootloader_id: ledglasses_nrf52840 +download_instructions: https://learn.adafruit.com/adafruit-eyelights-led-glasses-and-driver/circuitpython features: - USB-C - Bluetooth/BTLE diff --git a/_board/adafruit_macropad_rp2040.md b/_board/adafruit_macropad_rp2040.md index f64942b10..c23f5fa14 100644 --- a/_board/adafruit_macropad_rp2040.md +++ b/_board/adafruit_macropad_rp2040.md @@ -9,13 +9,14 @@ board_url: - "https://www.adafruit.com/product/5100" board_image: "adafruit_macropad_rp2040.jpg" date_added: 2021-06-04 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-macropad-rp2040/circuitpython features: - USB-C - STEMMA QT/QWIIC --- -Strap yourself in, we're launching in T-minus 10 seconds...Destination? A new Class M planet called MACROPAD! M here, stands for Microcontroller because this 3x4 keyboard controller features the newest technology from the Raspberry Pi sector: say hello to the RP2040. It's speedy little microcontroller with lots of GPIO pins and a 64 times more RAM than the Apollo Guidance Computer. We added 8 MB of flash memory for plenty of storage. +Strap yourself in, we're launching in T-minus 10 seconds...Destination? A new Class M planet called MACROPAD! M here, stands for Microcontroller because this 3x4 keyboard controller features technology from the Raspberry Pi sector: say hello to the RP2040. It's speedy little microcontroller with lots of GPIO pins and a 64 times more RAM than the Apollo Guidance Computer. We added 8 MB of flash memory for plenty of storage. Get ready to upgrade your desk's mission control station with a CircuitPython or Arduino powered Macropad - complete with 12 buttons, OLED display, speaker and rotary encoder. Customize it for your spacecraft to help guide you through the great reaches of the unknown. (Or just have it type out your favorite emojis.) @@ -25,7 +26,7 @@ This space-ship is also fitted with a 128x64 monochome OLED for a crisp heads-up Want to add more hardware? No worries - [a STEMMA QT port on the side lets you connect any I2C add-on peripherals from the massive STEMMA QT / Qwiic family of plug in boards](https://www.adafruit.com/category/1018). - **Please note, the RP2040 chip does not currently have QMK support** - this macropad is designed to be programmed in Arduino or CircuitPython! If QMK eventually does add RP2040 as a supported chipset (no ETA and no plans that we know of), we'll update this page. +This macropad was originally designed to be programmed in Arduino or CircuitPython, but you can also use [QMK](https://config.qmk.fm/#/adafruit/macropad/LAYOUT) or [KMK](https://github.com/KMKfw/kmk_firmware) firmware if you prefer! ## Technical details diff --git a/_board/adafruit_magtag_2.9_grayscale.md b/_board/adafruit_magtag_2.9_grayscale.md index 6d797e324..42d5dd901 100644 --- a/_board/adafruit_magtag_2.9_grayscale.md +++ b/_board/adafruit_magtag_2.9_grayscale.md @@ -10,6 +10,7 @@ board_url: board_image: "adafruit_magtag_2.9_grayscale.jpg" date_added: 2020-11-10 family: esp32s2 +download_instructions: https://learn.adafruit.com/adafruit-magtag/circuitpython bootloader_id: adafruit_magtag_29gray features: - Wi-Fi @@ -20,6 +21,8 @@ features: - USB-C --- +**UPDATE: The Adafruit MagTag has a new 2025 Edition!** As of July 22, 2025, the display has been updated (the old one was discontinued). **You must use CircuitPython 10.0.0-beta.1 or later to support the new display.** It will also work on older MagTags. + The Adafruit MagTag combines the new ESP32-S2 wireless module and a 2.9" grayscale E-Ink display to make a low-power IoT display that can show data on its screen even when power is removed! The ESP32-S2 is great because it builds on the years of code and support for the ESP32 and also adds native USB support so you can use this board with Arduino _or_ CircuitPython! We designed this board to be low-power friendly - with a spot for a 350 or 420 mAh battery and built in battery charging over USB C. During deep sleep, with the NeoPixels and speaker amplifier disabled, we measured 250uA power draw so you can run for a few weeks between charges. diff --git a/_board/adafruit_matrixportal_s3.md b/_board/adafruit_matrixportal_s3.md index 420e855cb..5d79f6938 100644 --- a/_board/adafruit_matrixportal_s3.md +++ b/_board/adafruit_matrixportal_s3.md @@ -10,6 +10,7 @@ board_image: "adafruit_matrixportal_s3.jpg" date_added: 2023-06-26 family: esp32s3 bootloader_id: adafruit_matrixportal_s3 +download_instructions: https://learn.adafruit.com/adafruit-matrixportal-s3/install-circuitpython tags: - Matrix Portal features: diff --git a/_board/adafruit_metro_esp32s2.md b/_board/adafruit_metro_esp32s2.md index 8cc8171fd..b88bc6a80 100644 --- a/_board/adafruit_metro_esp32s2.md +++ b/_board/adafruit_metro_esp32s2.md @@ -10,6 +10,7 @@ board_image: "adafruit_metro_esp32s2.jpg" date_added: 2020-10-02 family: esp32s2 bootloader_id: adafruit_metro_esp32s2 +download_instructions: https://learn.adafruit.com/adafruit-metro-esp32-s2/circuitpython features: - Wi-Fi - Battery Charging diff --git a/_board/adafruit_metro_esp32s3.md b/_board/adafruit_metro_esp32s3.md index a4dda068f..4b4c4fc10 100644 --- a/_board/adafruit_metro_esp32s3.md +++ b/_board/adafruit_metro_esp32s3.md @@ -10,6 +10,7 @@ board_image: "adafruit_metro_esp32s3.jpg" date_added: 2023-07-28 family: esp32s3 bootloader_id: adafruit_metro_esp32s3 +download_instructions: https://learn.adafruit.com/adafruit-metro-esp32-s3/circuitpython features: - Wi-Fi - Battery Charging diff --git a/_board/adafruit_metro_m7_1011_sd.md b/_board/adafruit_metro_m7_1011_sd.md index df5616f77..6f0b4e8f8 100644 --- a/_board/adafruit_metro_m7_1011_sd.md +++ b/_board/adafruit_metro_m7_1011_sd.md @@ -9,6 +9,7 @@ board_url: board_image: "adafruit_metro_m7_1011_sd.jpg" date_added: 2023-09-06 family: mimxrt10xx +download_instructions: https://learn.adafruit.com/adafruit-metro-m7-microsd/circuitpython features: - STEMMA QT/QWIIC - USB-C diff --git a/_board/adafruit_metro_rp2040.md b/_board/adafruit_metro_rp2040.md index 3c164a8f8..957495b47 100644 --- a/_board/adafruit_metro_rp2040.md +++ b/_board/adafruit_metro_rp2040.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5786" board_image: "adafruit_metro_rp2040.jpg" date_added: 2023-07-28 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-metro-rp2040/circuitpython features: - STEMMA QT/QWIIC - USB-C diff --git a/_board/adafruit_metro_rp2350.md b/_board/adafruit_metro_rp2350.md new file mode 100644 index 000000000..94dbdc40a --- /dev/null +++ b/_board/adafruit_metro_rp2350.md @@ -0,0 +1,75 @@ +--- +layout: download +board_id: "adafruit_metro_rp2350" +title: "Metro RP2350 Download" +name: "Metro RP2350" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/6003" + - "https://www.adafruit.com/product/6267" +board_image: "adafruit_metro_rp2350.jpg" +date_added: 2024-08-08 +family: rp2350 +features: + - STEMMA QT/QWIIC + - USB-C + - Arduino Shield Compatible + - External Display + - USB Host + +--- + +Choo! Choo! This is the RP2350 Metro Line, making all station stops at "Dual Cortex M33 mountain", "520K RAM round-about" and "16 Megabytes of Flash town" and available with a bonus stop at "8 Megabytes of PSRAM village". This train is piled high with hardware that complements the Raspberry Pi RP2350 chip to make it an excellent development board for projects that want Arduino-shape-compatibility or just need the extra space and debugging ports. + +* RP2350 main chip, 150MHz clock, 3.3V logic +* 16 MB of QSPI flash for program storage +* Available with 8 MB of QSPI PSRAM for extra dynamic memory +* 24 GPIO, 8 of which are also analog inputs +* Micro SD card socket wired up for SPI interfacing, also has extra pins connected for advanced-user SDIO interfacing (note that there's no released usage code for SDIO in Arduino/Python, so this is a super-cutting-edge setup) +* Onboard RGB NeoPixel +* Onboard #13 LED +* Stemma QT port for I2C peripherals and sensors +* 22-pin 3-lane differential HSTX FPC port with 'Pi 5' compatible pinout +* Reset and Boot buttons on PCB edge +* Pico Probe debug port - 3 pin JST SH compatible +* USB Type C power and data +* 5.5mm / 2.1mm DC jack for 6-12VDC power +* On/off switch for DC jack +* GPIO pin numbers match classic Arduino pins +* RX / TX switch for swapping D0 and D1 locations + +You may be wondering about the RX-TX switch: we added this because traditional Arduino board start counting the GPIO for the digital pins with 0-7 and then 8-13. However, the D0/D1 pins are also traditionally the hardware UART Serial1, where D0 is Rx and D1 is Tx. On the RP2350, however, the UART pins are the other around: D0 is Tx and D1 is Rx. Thus a DPDT switch: flip one way to have the GPIO go in order of 0-7, flip the other way to have the logical locations of the hardware UART correct but now the pin order is 1, 0, 2, 3..7. Of course, it's also handy if, like us, you often swap the pins - now you don't need to require or cut/solder traces! + +**Inside the RP2350 is a 'permanent ROM' USB UF2 bootloader**. What that means is when you want to program new firmware, you can hold down the BOOTSEL button while plugging it into USB (or pulling down the RUN/Reset pin to ground) and it will appear as a USB disk drive you can drag the firmware onto. Folks who have been using Adafruit products will find this very familiar - we use the technique on all our native-USB boards. Just note you don't double-click reset instead hold down BOOTSEL during boot to enter the bootloader! + +**There is great [C/C++ support](https://github.com/raspberrypi/pico-sdk), [unofficial (but really good) Arduino support,](https://learn.adafruit.com/rp2040-arduino-with-the-earlephilhower-core) an official [MicroPython port](https://github.com/micropython/micropython), and a [CircuitPython port](https://circuitpython.org/downloads)!** We of course [recommend CircuitPython because we think it's the easiest way to get started](https://learn.adafruit.com/welcome-to-circuitpython) and it has support with most of our drivers, displays, sensors, and more, supported out of the box so you can follow along with our CircuitPython projects and tutorials. + +While the RP2350 has lots of onboard RAM, it does not have built-in FLASH memory. Instead, that is provided by the external QSPI flash chip. **On this board there is 16 MB**, which is shared between the program it's running and any file storage used by MicroPython or CircuitPython. When using C/C++ you get the whole flash memory, if using Python you will have about 14 MB remaining for code, files, images, fonts, etc. + +**RP2350 Chip features:** + +- Dual ARM Cortex-M33 with floating point unit *or* Dual RISC-V @ 150MHz +- 520 kB on-chip SRAM +- 8 kB of one-time-programmable (OTP) memory. +- Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus +- Support for external QSPI PSRAM +- DMA controller, 16 channel, 4 IRQ +- Fully-connected AHB crossbar +- On-chip switched-mode power supply and programmable low-dropout regulator (LDO) to generate core voltage +- Two on-chip PLLs to generate 48 MHz USB and 150MHz core clocks +- Optional boot signing with protected OTP storage +- Hardware SHA-256 accelerator +- Hardware random number generator (TRNG) +- 48 GPIO pins, 8 of which can be used as analog inputs +- Peripherals + - 2 UARTs + - 2 SPI controllers + - 2 I2C controllers + - 24 PWM channels (compared to 16 on RP2040) + - USB 1.1 controller and PHY, with host and device support + - 12 PIO state machines + +## Purchase + +* [Adafruit (No PSRAM)](https://www.adafruit.com/product/6003) +* [Adafruit (8MB PSRAM)](https://www.adafruit.com/product/6267) \ No newline at end of file diff --git a/_board/adafruit_mini_sparkle_motion.md b/_board/adafruit_mini_sparkle_motion.md new file mode 100644 index 000000000..01826ac55 --- /dev/null +++ b/_board/adafruit_mini_sparkle_motion.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "adafruit_mini_sparkle_motion" +title: "Adafruit Mini Sparkle Motion Download" +name: "Adafruit Mini Sparkle Motion" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/6160" +board_image: "adafruit_mini_sparkle_motion.jpg" +date_added: 2025-01-16 +family: esp32 +downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-sparkle-motion-mini/install-circuitpython +features: + - Bluetooth/BTLE + - Wi-Fi + - USB-C + - STEMMA QT/QWIIC +--- + +The [Adafruit Sparkle Motion Mini](https://www.adafruit.com/product/6160) is part of our series of "Sparkle Motion" boards, that are our attempt to make the best small WLED-friendly smart LED driving board in the whole world. Our resident mermaid, firepixie makes a lot of projects with WLED and she loves it! So how can we make something that will be powerful enough to drive advanced LED projects that need a compact design? + +The Mini version of the Sparkle Motion is a simpler version of our full-featured Sparkle Motion, we give up the high voltage support and built in IR receiver, in order to make it under 1 square inch in size! By using a 4-layer board and double-sided assembly we've put together this feature set: + +* Power via USB Type C for up to 5V 4A input - you can use off-the-shelf USB battery packs for portable operation. +* 4 Amp resetting fuse to protect from over-current drive +* ESP32 mini module with built in antenna port - the classic ESP32 has the best WLED support even if we'd prefer the 'S2 or 'S3. Comes with 4 MB of flash, dual core 240MHz Tensilica, WiFi, Bluetooth LE and Bluetooth Classic support. +* USB-serial converter with auto-reset +* Two output signals plus 5V power and ground - both signal output are level shifted to 5V. These are on 0.1" spaced breakout pads. To keep the design slim we don't include terminal blocks pre-soldered, [but we do stock the matching blocks if you want them](https://www.adafruit.com/product/2137) +* Extra 2x3 0.1" breakout pads with 4 more GPIO plus 3V power and ground. +* Built-in I2S microphone +* Stemma QT I2C port to connect external sensors/OLED/etc +* User button on GPIO 0 plus Reset button +* Red built-in LED on pin 12 +* Small built-in NeoPixel on pin 18 +* Separate analog/digital input JST port for analog input, potentiometer, microphone or external IR receiver on pin 13 +* Compact enough you can use it for wearable projects - 1.2"x0.8" / 30mm x 20mm size with mounting holes + +While we recommend it for use with WLED, it will also work just fine as a compact ESP32 board for use with Arduino, ESP-IDF, MicroPython, CircuitPython or any other ESP32 supported codebase. + +Note that unlike the classic Sparkle Motion board, we don't include terminal blocks pre-soldered to keep the board very slim. We do stock the matching blocks if you want them, a small amount of soldering is required to attach them. Also, unlike the bigger version, we dropped the on-board IR receiver - however its easy to add one by plugging in a JST SH 3-pin socket cable and slotting in an IR receiver module. + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/6160) diff --git a/_board/adafruit_neokey_trinkey_m0.md b/_board/adafruit_neokey_trinkey_m0.md index 263a16a4e..0102a6c4c 100644 --- a/_board/adafruit_neokey_trinkey_m0.md +++ b/_board/adafruit_neokey_trinkey_m0.md @@ -10,6 +10,7 @@ board_image: "adafruit_neokey_trinkey_m0.jpg" date_added: 2021-04-14 family: atmel-samd bootloader_id: neokey_trinkey_m0 +download_instructions: https://learn.adafruit.com/adafruit-neokey-trinkey/circuitpython features: --- diff --git a/_board/adafruit_pixel_trinkey_m0.md b/_board/adafruit_pixel_trinkey_m0.md new file mode 100644 index 000000000..7fbc9c31a --- /dev/null +++ b/_board/adafruit_pixel_trinkey_m0.md @@ -0,0 +1,20 @@ +--- +layout: download +board_id: "adafruit_pixel_trinkey_m0" +title: "Pixel Trinkey Download" +name: "Pixel Trinkey" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/5953" +board_image: "adafruit_pixel_trinkey_m0.jpg" +date_added: 2024-05-14 +family: atmel-samd +download_instructions: https://learn.adafruit.com/adafruit-pixel-trinkey/install-circuitpython +features: +--- + +Coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit). + +## Learn More + +* [YouTube](https://youtu.be/dpVr7x5JiAY?si=MMN402mhaY6_nQvm&t=237) \ No newline at end of file diff --git a/_board/adafruit_proxlight_trinkey_m0.md b/_board/adafruit_proxlight_trinkey_m0.md index dfc8384b0..c936d4408 100644 --- a/_board/adafruit_proxlight_trinkey_m0.md +++ b/_board/adafruit_proxlight_trinkey_m0.md @@ -10,6 +10,7 @@ board_image: "adafruit_proxlight_trinkey_m0.jpg" date_added: 2021-04-14 family: atmel-samd bootloader_id: proxsense_trinkey_m0 +download_instructions: https://learn.adafruit.com/adafruit-proximity-trinkey/circuitpython features: --- diff --git a/_board/adafruit_qt2040_trinkey.md b/_board/adafruit_qt2040_trinkey.md index 4e2681d32..e14d6bc3c 100644 --- a/_board/adafruit_qt2040_trinkey.md +++ b/_board/adafruit_qt2040_trinkey.md @@ -8,7 +8,8 @@ board_url: - "https://www.adafruit.com/product/5056" board_image: "adafruit_qt2040_trinkey.jpg" date_added: 2021-05-26 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-trinkey-qt2040/circuitpython features: --- diff --git a/_board/adafruit_qtpy_esp32_pico.md b/_board/adafruit_qtpy_esp32_pico.md index a88f08310..6c5d17453 100644 --- a/_board/adafruit_qtpy_esp32_pico.md +++ b/_board/adafruit_qtpy_esp32_pico.md @@ -10,6 +10,7 @@ board_image: "adafruit_qtpy_esp32_pico.jpg" date_added: 2022-08-19 family: esp32 downloads_display: true +download_instructions: https://learn.adafruit.com/circuitpython-with-esp32-quick-start/installing-circuitpython features: - Xiao / QTPy Form Factor - Bluetooth/BTLE @@ -17,6 +18,7 @@ features: - USB-C - Breadboard-Friendly - STEMMA QT/QWIIC + - Castellated Pads --- This dev board is like when you're watching a super-hero movie and the protagonist shows up in a totally amazing costume in the third act and you're like 'OMG! That's the hero and they're here to kick some serious butt!" but in this case its a microcontroller. diff --git a/_board/adafruit_qtpy_esp32c3.md b/_board/adafruit_qtpy_esp32c3.md index 7791dec79..5eece1bb6 100644 --- a/_board/adafruit_qtpy_esp32c3.md +++ b/_board/adafruit_qtpy_esp32c3.md @@ -16,6 +16,7 @@ features: - USB-C - Breadboard-Friendly - Wi-Fi + - Castellated Pads --- What's life without a little RISC? This miniature dev board is perfect for small projects: it comes with [our favorite connector - the STEMMA QT](http://adafruit.com/stemma), a chainable I2C port, WiFi, Bluetooth LE, and plenty of FLASH and RAM memory for many IoT projects. What a cutie pie! Or is it... a **QT Py**? This diminutive dev board comes with a RISC-V IoT microcontroller, the **ESP32-C3**! diff --git a/_board/adafruit_qtpy_esp32s2.md b/_board/adafruit_qtpy_esp32s2.md index c53bbaca9..0f1391265 100644 --- a/_board/adafruit_qtpy_esp32s2.md +++ b/_board/adafruit_qtpy_esp32s2.md @@ -11,12 +11,14 @@ board_image: "adafruit_qtpy_esp32s2.jpg" date_added: 2021-11-30 family: esp32s2 bootloader_id: adafruit_qtpy_esp32s2 +download_instructions: https://learn.adafruit.com/adafruit-qt-py-esp32-s2/circuitpython features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly - Wi-Fi - Xiao / QTPy Form Factor + - Castellated Pads --- What has your favorite Espressif WiFi microcontroller, comes with [our favorite connector - the STEMMA QT](http://adafruit.com/stemma), a chainable I2C port, and has lots of Flash and RAM memory for your next IoT project? What will make your next IoT project flyyyyy? What a cutie pie! Or is it... a **QT Py**? This diminutive dev board comes with one of our new favorite lil chips, the **ESP32-S2**! diff --git a/_board/adafruit_qtpy_esp32s3_4mbflash_2mbpsram.md b/_board/adafruit_qtpy_esp32s3_4mbflash_2mbpsram.md index a3516494c..83c651d92 100644 --- a/_board/adafruit_qtpy_esp32s3_4mbflash_2mbpsram.md +++ b/_board/adafruit_qtpy_esp32s3_4mbflash_2mbpsram.md @@ -10,12 +10,14 @@ board_image: "adafruit_qtpy_esp32s3_4mbflash_2mbpsram.jpg" date_added: 2023-07-11 family: esp32s3 bootloader_id: adafruit_qtpy_esp32s3_n4r2 +download_instructions: https://learn.adafruit.com/adafruit-qt-py-esp32-s3/circuitpython-2 features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly - Wi-Fi - Xiao / QTPy Form Factor + - Castellated Pads --- The ESP32-S3 has arrived in QT Py format - and what a great way to get started with this powerful new chip from Espressif! With dual 240 MHz cores, WiFi and BLE support, and native USB, this QT Py is great for powering your IoT projects. Now we even have this powerhouse of a board with built in 2 Megabytes of PSRAM for when you need to buffer large datasets in memory. diff --git a/_board/adafruit_qtpy_esp32s3_nopsram.md b/_board/adafruit_qtpy_esp32s3_nopsram.md index d0cd4408f..79cf1007d 100644 --- a/_board/adafruit_qtpy_esp32s3_nopsram.md +++ b/_board/adafruit_qtpy_esp32s3_nopsram.md @@ -1,8 +1,8 @@ --- layout: download board_id: "adafruit_qtpy_esp32s3_nopsram" -title: "Adafruit QT Py ESP32-S3 No PSRAM Download" -name: "Adafruit QT Py ESP32-S3 No PSRAM" +title: "Adafruit QT Py ESP32-S3 8MB Flash No PSRAM Download" +name: "Adafruit QT Py ESP32-S3 8MB Flash No PSRAM" manufacturer: "Adafruit" board_url: - "https://www.adafruit.com/product/5426" @@ -11,12 +11,14 @@ date_added: 2022-02-14 family: esp32s3 bootloader_id: adafruit_qtpy_esp32s3 downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-qt-py-esp32-s3/circuitpython-2 features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly - Wi-Fi - Xiao / QTPy Form Factor + - Castellated Pads --- The ESP32-S3 has arrived in QT Py format - and what a great way to get started with this powerful new chip from Espressif! With dual 240 MHz cores, WiFi and BLE support, and native USB, this QT Py is great for powering your IoT projects. diff --git a/_board/adafruit_qtpy_rp2040.md b/_board/adafruit_qtpy_rp2040.md index c721c9c37..8b7d4f1e6 100644 --- a/_board/adafruit_qtpy_rp2040.md +++ b/_board/adafruit_qtpy_rp2040.md @@ -8,12 +8,14 @@ board_url: - "https://www.adafruit.com/product/4900" board_image: "adafruit_qtpy_rp2040.jpg" date_added: 2021-04-06 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/adafruit-qt-py-2040/circuitpython features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly - Xiao / QTPy Form Factor + - Castellated Pads --- What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with one of our new favorite chip, the RP2040. It's been made famous in the new [Raspberry Pi Pico](https://www.adafruit.com/pico) *and* our [Feather RP2040](http://www.adafruit.com/product/4884) and [ItsyBitsy RP2040](http://www.adafruit.com/product/4888), but what if we wanted something really *smol?* diff --git a/_board/adafruit_qualia_s3_rgb666.md b/_board/adafruit_qualia_s3_rgb666.md index b31bbb1c2..c4ae006b4 100644 --- a/_board/adafruit_qualia_s3_rgb666.md +++ b/_board/adafruit_qualia_s3_rgb666.md @@ -12,6 +12,7 @@ family: esp32s3 bootloader_id: adafruit_qualia_s3_rgb666 tags: - Qualia S3 +download_instructions: https://learn.adafruit.com/adafruit-qualia-esp32-s3-for-rgb666-displays/circuitpython-5 features: - External Display - Wi-Fi diff --git a/_board/adafruit_rotary_trinkey_m0.md b/_board/adafruit_rotary_trinkey_m0.md index 34f343d32..a781249fb 100644 --- a/_board/adafruit_rotary_trinkey_m0.md +++ b/_board/adafruit_rotary_trinkey_m0.md @@ -10,6 +10,7 @@ board_image: "adafruit_rotary_trinkey_m0.jpg" date_added: 2021-04-06 family: atmel-samd bootloader_id: rotary_trinkey_m0 +download_instructions: https://learn.adafruit.com/adafruit-rotary-trinkey/circuitpython features: --- diff --git a/_board/adafruit_sht4x_trinkey_m0.md b/_board/adafruit_sht4x_trinkey_m0.md index 8d906d78a..d1d515458 100644 --- a/_board/adafruit_sht4x_trinkey_m0.md +++ b/_board/adafruit_sht4x_trinkey_m0.md @@ -5,16 +5,42 @@ title: "Temp and Humidity Trinkey Download" name: "Temp and Humidity Trinkey" manufacturer: "Adafruit" board_url: - - "https://www.adafruit.com/" + - "https://www.adafruit.com/product/5896" + - "https://www.adafruit.com/product/5912" board_image: "adafruit_sht4x_trinkey_m0.jpg" date_added: 2024-03-13 family: atmel-samd +download_instructions: https://learn.adafruit.com/adafruit-sht4x-trinkey/install-circuitpython features: --- -Coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit). +It's half USB Key, half temperature-humidity sensor*...* it's the **Adafruit SHT41 and SHT45 Trinkey** boards. We wanted to make it super-easy to add one of our most popular combination environmental sensors to any computer with a USB A port. -## Learn More +The PCB is designed to slip into any USB A port on a computer or laptop. There's an ATSAMD21 microcontroller on board with just enough circuitry to keep it happy. One pin of the microcontroller connects to a NeoPixel LED. Another pin is used as a capacitive touch input on the end. A reset button lets you enter bootloader mode if necessary. That's it! -* [YouTube](https://youtu.be/F55C2RzlXJk?si=wjKQhMp73NXmFBD8&t=158) \ No newline at end of file +The SAMD21 can run CircuitPython or Arduino nicely - both have existing SHT4x, NeoPixel, and our FreeTouch (capacitive touch) libraries. Over the USB connection, you can have serial, MIDI, or HID connectivity. + +The SHT41 sensor is the fourth generation of I2C temperature and humidity sensor from Sensirion. (They started at the SHT10 and reached the top!). The **SHT41 has an excellent ±1.8% typical relative humidity accuracy from 25 to 75% and ±0.2 °C typical accuracy from 0 to 75 °C.** The reported temperature may be a few degrees higher than ambient due to self-heating. + +The **SHT45** sensor is the fourth generation (started at the SHT10 and worked its way up to the top!). **The SHT45 has an excellent ±1.0% typical relative humidity accuracy from 25 to 75% and ±0.1°C typical accuracy from 0 to 75 °C**. The reported temperature may be a few degrees higher than ambient due to self-heating. + +The SHT41 or SHT45 Trinkey is perfect for simple projects that want to read the ambient temperature and humidity without extra wiring, soldering, drivers, or complex software. We even ship the board pre-programmed with code that will print a unique serial number, the temperature, humidity, and touch sensor over a serial/COM port in CSV (comma-separated value) format so you can use it immediately. [If you need to measure farther than the computer port, simply use any USB A extension cable](https://www.adafruit.com/product/993). + +[If you don't need high precision, save a few $ with the SHT41 Trinkey](https://www.adafruit.com/product/5912), which has ±1.8% typical relative humidity accuracy from 25 to 75% and ±0.2°C typical accuracy from 0 to 75 °C. + +We think it's just an adorable little board. It's small, durable, and inexpensive enough to be a first microcontroller board or an inspiration for advanced developers to make something simple and fun. + +- ATSAMD21E18 32-bit Cortex M0+ - 48 MHz 32-bit processor with 256KB Flash and 32 KB RAM +- Native USB supported by every OS - can be used in Arduino or CircuitPython as a USB serial console, MIDI, Keyboard/Mouse HID, and even a little disk drive for storing Python scripts. +- Can be used with Arduino IDE or CircuitPython +- One RGB NeoPixel LED +- One Capacitive Touchpad +- SHT41 or SHT45 Temperature + Humidity sensor with thermal-isolation cutout +- Reset switch **to start** your project code over or enter bootloader mode +- Slim and cute, keychain-friendly! + +## Purchase + +* [Adafruit SHT41 Trinkey](https://www.adafruit.com/product/5912) +* [Adafruit SHT45 Trinkey](https://www.adafruit.com/product/5896) \ No newline at end of file diff --git a/_board/adafruit_slide_trinkey_m0.md b/_board/adafruit_slide_trinkey_m0.md index 5055d636f..91937aa99 100644 --- a/_board/adafruit_slide_trinkey_m0.md +++ b/_board/adafruit_slide_trinkey_m0.md @@ -10,6 +10,7 @@ board_image: "adafruit_slide_trinkey_m0.jpg" date_added: 2021-04-14 family: atmel-samd bootloader_id: slide_trinkey_m0 +download_instructions: https://learn.adafruit.com/adafruit-slider-trinkey/circuitpython features: --- diff --git a/_board/adafruit_sparkle_motion.md b/_board/adafruit_sparkle_motion.md new file mode 100644 index 000000000..405406112 --- /dev/null +++ b/_board/adafruit_sparkle_motion.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "adafruit_sparkle_motion" +title: "Adafruit Sparkle Motion Download" +name: "Adafruit Sparkle Motion" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/6100" +board_image: "adafruit_sparkle_motion.jpg" +date_added: 2025-01-16 +family: esp32 +downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-sparkle-motion/install-circuitpython +features: + - Bluetooth/BTLE + - Wi-Fi + - USB-C + - STEMMA QT/QWIIC +--- + +[Adafruit Sparkle Motion - All-In-One WLED and xLights Board](https://www.adafruit.com/product/6100) + +We're designing a board for using WLED - and we want to make like the bestest board in the whole world. Our resident mermaid, firepixie makes a lot of projects with WLED and she loves it! So how can we make something that will be powerful but not too bulky? Here's some things we're thinking about as +the design starts to congeal like cranberry sauce: + +* Power via USB Type C PD with a slide switch that selects between 5, 12 and 20V (24V pixels can usually run fine at 20V) OR via 2.1mm DC jack +* Low forward-voltage diodes so its good for up to 5A from either +* 5 Amp fuse to protect from over-current drive +* ESP32 mini module with built in or optionally wFL antenna port (the classic '32 has broad support even if we'd prefer the 'S2 or 'S3) +* Three output signal terminal block sets with power and ground for each - they'll be level shifted to 5V. +* 6 GPIO breakout pads with a fourth level-shifted ouput, and 3 more GPIO plus power and ground. +* Built-in I2S microphone +* Built-in IR receiver +* Stemma QT I2C port to connect external sensors/OLED/etc +* Separate analog/digital input JST port for analog input, potentiometer, microphone or external IR receiver +* Compact enough you can use it for wearable projects - 1.3"x1.75" / 33mm x 45mm size with mounting holes + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/6100) diff --git a/_board/adafruit_sparkle_motion_stick.md b/_board/adafruit_sparkle_motion_stick.md new file mode 100644 index 000000000..10bacc5be --- /dev/null +++ b/_board/adafruit_sparkle_motion_stick.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "adafruit_sparkle_motion_stick" +title: "Adafruit Sparkle Motion Download" +name: "Adafruit Sparkle Motion" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/6332" + - "https://www.adafruit.com/product/6333" +board_image: "adafruit_sparkle_motion_stick.jpg" +date_added: 2025-05-15 +family: esp32 +downloads_display: true +download_instructions: https://learn.adafruit.com/adafruit-sparkle-motion/install-circuitpython +features: + - Bluetooth/BTLE + - Wi-Fi +--- + +The **Adafruit Sparkle Motion Stick** is part of our series of "Sparkle Motion" boards, which are our attempt to make the best small WLED-friendly smart LED driving board in the whole world. Our resident mermaid, [firepixie](https://learn.adafruit.com/u/firepixie) makes a lot of projects with WLED, and she loves it! So, how can we make something powerful enough to drive advanced LED projects that need a compact design? + +**This version includes both the Sparkle Motion Stick and the enclosure**, which is great if you want to protect your USB dongle from everyday usage, but note that it is not waterproof or weatherproof. There are three pieces: two snap over the PCB to capture it in place, and one can be used as a USB A port cap. We also like there's a button lever - by default in WLED pin 0 is an on/off mode switcher, but you can program it to do other stuff. + +The USB Stick version of the Sparkle Motion is a simpler version of our full-featured Sparkle Motion. [It even fits into a low cost off-the-shelf case for protection.](https://www.adafruit.com/product/6176) + +- **Power via USB Type A for up to 5V 2A input -** you can use off-the-shelf USB battery packs for portable operation. +- **2 Amp resetting fuse** to protect from over-current drive +- **ESP32** mini module with built-in antenna port - the classic ESP32 has the best WLED support, even if we'd prefer the 'S2 or 'S3. Comes with 4 MB of flash, dual-core 240MHz Tensilica, WiFi, Bluetooth LE, and Bluetooth Classic support. +- **USB-serial converter** with auto-reset +- **Two output signals plus 5V power and ground** - both signal outputs are level shifted to 5V. +- **Built-in I2S microphone** for audio-reactive projects +- **Built-in Infrared receiver** on GPIO 10 for easy remote control integration +- **User button on GPIO 0** which you can press even when its in the snap-on case +- **Red built-in LED** on pin 4 +- **Small built-in NeoPixel** on pin 18 +- **Screw terminal blocks** for no-solder connectivity + +Compared to our [larger Sparkle Motion board](https://www.adafruit.com/product/6100), this only supports 5V and doesn't have a reset button, there are fewer outputs, and no breakout pads of I2C/GPIO connections for external accessories. +Compared to our [Sparkle Motion Mini](https://www.adafruit.com/product/6160), this has a USB A port so it's 2A max power. It does have IR and built-in terminal blocks but does not have GPIO breakout pads. + +While we recommend it for use with WLED, it will also work just fine as a compact ESP32 board for use with Arduino, ESP-IDF, MicroPython, CircuitPython, or any other ESP32-supported codebase. + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/6332) diff --git a/_board/adafruit_trrs_trinkey_m0.md b/_board/adafruit_trrs_trinkey_m0.md new file mode 100644 index 000000000..5c7186666 --- /dev/null +++ b/_board/adafruit_trrs_trinkey_m0.md @@ -0,0 +1,37 @@ +--- +layout: download +board_id: "adafruit_trrs_trinkey_m0" +title: "TRRS Trinkey Download" +name: "TRRS Trinkey" +manufacturer: "Adafruit" +board_url: + - "https://www.adafruit.com/product/5954" +board_image: "adafruit_trrs_trinkey_m0.jpg" +date_added: 2024-05-14 +family: atmel-samd +download_instructions: https://learn.adafruit.com/adafruit-trrs-trinkey/install-circuitpython +features: +--- + +It's half USB Key, half TRRS breakout*...* it's the **Adafruit TRRS Trinkey** specifically designed for Assistive Technology hackers and creators as a simple and low cost, but also flexible and extendable AT device. + +Many AT interface devices use 3.5mm audio jacks to create switches or variable inputs - often mono TS or stereo TRS plugs. On the TRRS Trinkey, we connect all 6 pins of a 'switched' TRRS jack - tip, ring 1, ring 2, sleeve and the tip switch plus ring 1 switch - to 6 GPIO pins on the microcontroller. That means we can not only detect when plugs are inserted but can change which pins are input, ground or even 3V power. With the use of a stereo/mic splitter, we can have up to 3 simple switches, or two analog potentiometers, or one of each! We particularly like this jack because it has two through-hole contacts near the opening for a good mechanical connection. + +The PCB is designed to plug into any USB A port on a computer or laptop. There's an ATSAMD21 microcontroller on board with just enough circuitry to keep it happy. One pin of the microcontroller connects to a NeoPixel LED. A reset button lets you enter bootloader mode if necessary. The microcontroller can be programmed easily thanks to the UF2 bootloader and CircuitPython: simply drag-n-drop new code on. + +The SAMD21 can run CircuitPython or Arduino nicely. Over the USB connection, you can have serial, MIDI, or HID keyboard/mouse connectivity. Because its a fully programmable chip, it's possible to customize the keyboard or mouse commands executed on each button, or even set up chording patterns. + +**Features:** + +- **ATSAMD21E18 32-bit Cortex M0+** - 48 MHz 32-bit processor with 256KB Flash and 32 KB RAM +- **Native USB supported by every OS** - can be used in Arduino or CircuitPython as a USB serial console, MIDI, Keyboard/Mouse HID, and even a little disk drive for storing Python scripts. Can act like a keyboard to phones or tablets with a USB adapter cable. +- Can be used with **Arduino IDE** or **CircuitPython** +- **TRRS Jack** with two switches on tip and ring 1. All 6 contacts connect to analog-input capable GPIO pins +- One **RGB NeoPixel LED** +- **STEMMA QT port with JST SH 4-pin compatible connector** - can be used to add I2C devices, or two more inputs. Note CircuitPython may not have enough memory for large chip drivers. +- **Reset switch** to start your project code over or enter bootloader mode +- **Open Source Hardware** so you have full control over your assistive tech! + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/5954) \ No newline at end of file diff --git a/_board/adafruit_vindie_s2.md b/_board/adafruit_vindie_s2.md new file mode 100644 index 000000000..d0982a287 --- /dev/null +++ b/_board/adafruit_vindie_s2.md @@ -0,0 +1,15 @@ +--- +layout: download +board_id: "adafruit_vindie_s2" +title: "Adafruit Vindie S2 Download" +name: "Adafruit Vindie S2" +manufacturer: "Adafruit" +board_url: +board_image: "unknown.jpg" +date_added: 2024-08-22 +family: esp32s2 +bootloader_id: adafruit_vindie_s2 +downloads_display: false +--- + +Oops! Looks like we don't know anything about this board. This means it's likely very new. diff --git a/_board/ai-thinker-esp32-cam.md b/_board/ai-thinker-esp32-cam.md new file mode 100644 index 000000000..6ae348fe4 --- /dev/null +++ b/_board/ai-thinker-esp32-cam.md @@ -0,0 +1,78 @@ +--- +layout: download +board_id: "ai-thinker-esp32-cam" +title: "Ai Thinker ESP32-CAM Download" +name: "Ai Thinker ESP32-CAM" +manufacturer: "Ai-Thinker" +board_url: + - "https://docs.ai-thinker.com/en/esp32-cam" +board_image: "ai-thinker-esp32-cam.jpg" +date_added: 2024-05-17 +family: esp32 +download_instructions: https://learn.adafruit.com/circuitpython-with-esp32-quick-start/ +features: + - Camera + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly +--- + +### More features +* Flashlight +* MicroSD Card Reader +* Optional ESP32-MB expansion board includes buttons and Serial port +* 8Mb PSRAM + + +ESP32-CAM is a small sized ESP32 camera module released by Ai-Thinker. The module can work independently with a size of only 27 x 40.5 x 4.5mm, and a deep sleep current as low as 6mA. + +ESP32-CAM can be widely used in various IoT applications, suitable for home smart devices, industrial wireless control, wireless monitoring, QR wireless identification, wireless positioning system signals and other IoT applications. It is an ideal solution for IoT applications. + +ESP32-CAM adopts DIP package and can be used directly by plugging in the bottom plate, realizing the rapid production of products, providing customers with high-reliability connection methods, which is convenient for application in various IoT hardware terminal occasions. + +Ultra-small 802.11b/g/n Wi-Fi + BT/BLE SoC module + + +### Product Features +* Using low-power dual-core 32-bit CPU, can be used as an application processor +* Main frequency up to 240MHz, computing power up to 600 DMIPS +* Built-in 520 KB SRAM, external 8MB PSRAM included +* Support UART/SPI/I2C/PWM/ADC/DAC and other interfaces +* Support OV2640 and OV7670 cameras, built-in flashlight +* Support picture WiFI upload +* Support TF card +* Support multiple sleep modes +* Embedded Lwip, FreeRTOS, and CircuitPython +* Support STA/AP/STA+AP working mode +* Support Smart Config/AirKiss one-click network configuration +* Support secondary development + + +### Application scenarios +* Home smart device image transmission +* Wireless monitoring +* Smart agriculture +* QR wireless recognition + + +### Usage Notes + +The serial port on the ESP32-MB adapter which usually ships with these boards has the Serial Request-To-Send (RTS) hardware flow-control line physically connected to the ESP32 Reset (RST) pin, and it also has the Serial Data-Terminal-Ready (DTR) hardware flow-control line physically connected to the ESP32 GPIO pin. + +This allows software which knows this (e.g. Arduino) to automatically perform hardware resets over the serial port by pulsing the RTS-line, and to automatically perform firmware updates by holding the DTR line low while pulsing the RTS line. + +Unfortunately, many serial emulators and even some python libraries which communicate via Serial ports will typically set the state of one of both of these hardware flow control lines - this means that your ESP32-CAM might not be able to boot or be used by some software. Notable examples include Thonny, ampy, pyboard, and Windows version of Python itself\* + +\* The work-around for Windows python is to first create the serial port object, without specifying which port to use - this bypasses the Python windows bug which always sets the RTS/DTR pins. You can then tell the serial object which port, and set the RTS/DTR pins as you like. + + +## CircuitPython on ESP32 + +Want to learn how to load circuitpython onto this board? check out [this](https://learn.adafruit.com/circuitpython-with-esp32-quick-start/) on the Adafruit learning system + + +## Purchase + +* [Aliexpress](https://www.aliexpress.com/w/wholesale-esp32%2525252dcam.html) +* [Amazon](https://www.amazon.com/s?k=esp32-cam) +* [eBay](https://www.ebay.com/sch/i.html?_nkw=esp32-cam) diff --git a/_board/ai_on_the_edge_cam.md b/_board/ai_on_the_edge_cam.md new file mode 100644 index 000000000..b3a2b7f03 --- /dev/null +++ b/_board/ai_on_the_edge_cam.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "prokyber_ai_on_the_edge_cam" +title: "AI-On-The-Edge-Cam: Esp32-S3 with PoE, SD, Camera Download" +name: "AI-On-The-Edge-Cam" +manufacturer: "Prokyber" +board_url: "https://www.tindie.com/products/allexok/ai-on-the-edge-cam-esp32-s3-with-poe-sd-camera" +board_image: "ai_on_the_edge_cam.jpg" +date_added: 2025-09-03 +family: esp32s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - Battery Charging + - Camera + - STEMMA QT/QWIIC + - Robotics +--- + +This is an ESP32-S3 CircuitPython-compatible development board (16 MB flash, 8 MB RAM) that integrates Ethernet with PoE, a microSD card slot, a camera with WS2812B backlighting LEDs, a Stemma QT connector, and comprehensive battery management. Thanks to the ability to enable and disable peripheral power using onboard MOSFETs, the device consumes less than 25 µA in deep sleep mode. + + +## Technical details +- Ethernet with PoE handled by W5500 +- OV2640/OV5640 Camera socket with 4 × WS2812B smart LEDs for back-lighting +- Micro-SD card slot +- Sleep current: <25 µA +- Integrated battery charging, protection, and measurement +- External antenna support +- Stemma QT I²C connector for external sensors +- Compatible with Ai-on-the-edge-device Esp32-s3 branch +- Schematics available +- 3D-printable enclosure available +All of these features have been tested and verified with CircuitPython, so you can build with confidence. + +## Purchase +* [Tindie](https://www.tindie.com/products/allexok/ai-on-the-edge-cam-esp32-s3-with-poe-sd-camera) + diff --git a/_board/aloriumtech_evo_m51.md b/_board/aloriumtech_evo_m51.md index b89012b8f..c799f9bc5 100644 --- a/_board/aloriumtech_evo_m51.md +++ b/_board/aloriumtech_evo_m51.md @@ -11,6 +11,7 @@ date_added: 2020-05-21 family: atmel-samd downloads_display: true blinka: false +download_instructions: https://aloriumtech.com/evom51-quickstart/ features: - Feather-Compatible - Battery Charging diff --git a/_board/apard32690.md b/_board/apard32690.md new file mode 100644 index 000000000..ff035e702 --- /dev/null +++ b/_board/apard32690.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "apard32690" +title: "AD-APARD32690-SL Download" +name: "AD-APARD32690-SL" +manufacturer: "Analog Devices" +board_url: + - "https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ad-apard32690-sl.html" +board_image: "apard32690.jpg" +date_added: 2025-01-29 +family: analog +features: + - Arduino Shield Compatible + - Wi-Fi + - Bluetooth/BTLE + - Display + - USB-C +--- + +The AD-APARD32690-SL is a platform for prototyping intelligent, secure, and connected field devices. It has an Arduino Mega-compatible form factor and two Pmod™-compatible connectors. + +The system includes the MAX32690 ARM Cortex-M4 with FPU-Based Microcontroller and Bluetooth LE 5.2. The MCU is coupled with external RAM (2 x 512 Mb) and Flash (64 Mb) memories to meet the requirements of the most demanding applications. The MAXQ1065 security coprocessor enables state of the art security features such as for root-of-trust, mutual authentication, data confidentiality and integrity, secure boot, and secure communications. + +A 10 Mbps single-pair Ethernet link using the ADIN1110 10BASE-T1L MAC/PHY, enables remote data acquisition and system configuration. The 10BASE-T1L interface also supports Single-pair Power over Ethernet (SPoE) and be used for powering the system via an Arduino shield implementing the required power circuitry. + +WiFi connectivity is provided via the on-board NINA-W102 multiradio wireless MCU module with internal antenna. + +Power can be supplied either via the USB-C connector or via a 2-pin terminal block. The supported input voltage range is 5 V to 28 V. + +The system is accompanied by an open-source software stack and associated collateral, enabling a complete experience from evaluation, and prototyping, all the way to production firmware and application development. The open-source software stack also includes drivers and example applications for a wide variety of ADCs, DACs, sensors, and other devices commonly used in industrial applications, further accelerating the development process. An external programmer such as the MAX32625PICO DAPLink, or any other similar programmer supporting the SWD interface, enables firmware programming and debug. The system’s firmware is based on Analog Devices’ open-source no-OS framework which includes all the tools required for embedded code development and debugging as well as libraries, enabling host-side connectivity for system configuration and data transfer over the UART, USB, WiFi, and 10BASE-T1L interfaces. + +## Features + +- Allows prototyping of intelligent, secure, and connected industrial field devices +- Arduino Mega-compatible form factor +- Two Pmod™-compatible connectors +- ARM Cortex-M4 Ultra Efficient Microcontroller with integrated Bluetooth 5.2 LE +- WiFi connectivity +- Long-range, single-pair 10BASE-T1L Ethernet interface +- Built-in security for root-of-trust, mutual authentication, data confidentiality and integrity, secure boot, and secure communications +- Open-source software stack + +## Purchase + +* [Analog Devices](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ad-apard32690-sl.html) \ No newline at end of file diff --git a/_board/aramcon2_badge.md b/_board/aramcon2_badge.md index 9a30383d8..40ca6a5ab 100644 --- a/_board/aramcon2_badge.md +++ b/_board/aramcon2_badge.md @@ -12,7 +12,7 @@ family: nrf52840 bootloader_id: aramcon2_badge downloads_display: true blinka: false -download_instructions: "" +download_instructions: https://github.com/aramcon-badge/aramcon-firmware/blob/master/README.md features: - Display - Bluetooth/BTLE diff --git a/_board/archi.md b/_board/archi.md new file mode 100644 index 000000000..f58d3415f --- /dev/null +++ b/_board/archi.md @@ -0,0 +1,46 @@ +--- +layout: download +board_id: "archi" +title: "Archi Download" +name: "Archi" +manufacturer: "Newsan" +board_url: + - "https://archikids.com.ar/documentacion" +board_image: "archi.jpg" +date_added: 2022-06-26 +family: rp2040 +features: + - Arduino Shield Compatible + - USB-C +--- +Archi is an educational board powered by Raspberry Pi through its RP2040 microcontroller. +It is a portable and programmable device, which means that creators can take their learning anywhere. It is a combination of an electronic device and a complete educational platform, designed to be a learning tool, based on a block assembly structure method, dragging and dropping them in a visual editor. +Archi has the necessary features incorporated to have an instant return to your projects both visually and hearing, and you can also add various modules existing in the market that will allow you to expand complexity and develop your skills. +It is not simply a development board, it represents a window into the exciting universe of robotics and programming. Easy to use for all ages. Designed for the creation of robotic applications and STEM projects. +Archi is easy to transport thanks to its small case size, and is Arduino Shield compatible, to incorporate various modules for advanced projects. It is also easy to connect and program thorugh its USB-C input and does not require wiring or any professional input to use. +It is developed for educational purpose, so it can be programmed with blocks in the online platform, using Circuitpython or even C/C++ with the Arduino IDE. + +## Technical details + +* RP2040 Dual ARM Cortex-M0+ @ 133MHz +* 264kB on-chip SRAM in six independent banks +* 32 Mbit / 4 MB QSPI flash memory +* 1.8V to 5.5V input voltage +* 3.3V operating voltage +* USB-C connector to power and program via UF2, with built-in ROM USB bootloader and serial port debugging +* 21 GPIO pins, 4 of which can be used as 12-bit analog inputs +* 2 UARTs +* 2 SPI controllers +* 2 I2C controllers +* 16 PWM channels +* 8x8 addressable RGB Neopixel LED matrix +* Low‐power, low‐noise digital MEMS microphone with PDM interface +* 85dB 2300Hz magnetic buzzer indicator +* 4 tactile switches +* 6 axis IMU sensor (MPU6050), combining triple-axis MEMS accelerometer and triple-axis MEMS gyroscope with I2C output +* 4 mounting holes + +## Learn More + +* [Documentation](https://archikids.com.ar/documentacion) +* [Simulation and programming platform](https://archikids.com.ar/editor) diff --git a/_board/arduino_nano_33_ble.md b/_board/arduino_nano_33_ble.md index ba554b396..5b938eb57 100644 --- a/_board/arduino_nano_33_ble.md +++ b/_board/arduino_nano_33_ble.md @@ -5,7 +5,7 @@ title: "NANO 33 BLE Download" name: "NANO 33 BLE" manufacturer: "Arduino" board_url: - - "https://www.arduino.cc/en/Guide/NANO33BLE" + - "https://docs.arduino.cc/hardware/nano-33-ble/" board_image: "arduino_nano_33_ble.jpg" date_added: 2019-10-26 family: nrf52840 @@ -17,10 +17,13 @@ features: Please note that the pictured board is a Nano 33 BLE Sense. This build works with both the Nano 33 BLE and the Sense. -This compact and reliable NANO board is built around the u-blox NINA B306 module, based on the Nordic nRF52840 and containing a powerful Cortex M4F core. Its architecture, fully compatible with Arduino IDE Online and Offline, has a 9 axis Inertial Measurement Unit (IMU) and a reduced power consumption compared to other same size boards. +This compact and reliable NANO board is built around the u-blox NINA-B306 module, based on the Nordic nRF52840 and containing a powerful Cortex-M4F core. Its architecture, fully compatible with Arduino IDE Online and Offline, has a 9-axis Inertial Measurement Unit (IMU) and a reduced power consumption compared to other same size boards. This allows the design of wearable devices and movement sensing projects that need to communicate to other devices at a close range. Arduino NANO 33 BLE is also ideal for automation projects thanks to the multiprotocol BT 5.0 radio. +The NANO 33 BLE Sense adds an APDS-9960 light, colour, gesture and proximity sensor; an LPS22HB pressure and temperature sensor; an HTS221 humidity sensor; and a MP34DT05 microphone. + To use this board with CircuitPython you must [replace the existing bootloader](https://forums.adafruit.com/viewtopic.php?f=60&t=158279) with the Adafruit UF2 bootloader. You need to restore the original bootloader to use the board again with Arduino. ## Purchase -* [Arduino](https://store.arduino.cc/usa/nano-33-ble) +* [Arduino - Nano 33 BLE](https://store-usa.arduino.cc/products/arduino-nano-33-ble) +* [Arduino - Nano 33 BLE Sense](https://store-usa.arduino.cc/products/arduino-nano-33-ble-sense) diff --git a/_board/arduino_nano_33_ble_rev2.md b/_board/arduino_nano_33_ble_rev2.md new file mode 100644 index 000000000..da9ee57bf --- /dev/null +++ b/_board/arduino_nano_33_ble_rev2.md @@ -0,0 +1,32 @@ +--- +layout: download +board_id: "arduino_nano_33_ble_rev2" +title: "NANO 33 BLE Rev2 Download" +name: "NANO 33 BLE Rev2" +manufacturer: "Arduino" +board_url: + - "https://docs.arduino.cc/hardware/nano-33-ble-rev2/" +board_image: "arduino_nano_33_ble_rev2.jpg" +date_added: 2024-06-20 +family: nrf52840 +bootloader_id: arduino_nano_33_ble +features: + - Bluetooth/BTLE + - Breadboard-Friendly + - Castellated Pads +--- + +Please note that the pictured board is a Nano 33 BLE Sense Rev2. This build works with both the Nano 33 BLE Rev2 and the Sense Rev2. + +This compact and reliable NANO board is built around the u-blox NINA-B306 module, based on the Nordic nRF52840 and containing a powerful Cortex-M4F core. Its architecture, fully compatible with Arduino IDE Online and Offline, has a 9-axis Inertial Measurement Unit (IMU) and a reduced power consumption compared to other same size boards. +This allows the design of wearable devices and movement sensing projects that need to communicate to other devices at a close range. Arduino Nano 33 BLE Rev2 is also ideal for automation projects thanks to the multiprotocol BT 5.0 radio. + +The Arduino NANO 33 BLE Sense Rev2 adds an APDS-9960 light, colour, gesture and proximity sensor; an LPS22HB pressure and temperature sensor; an HS3003 humidity sensor; and a MP34DT06JTR microphone. + +To use this board with CircuitPython you must [replace the existing bootloader](https://forums.adafruit.com/viewtopic.php?f=60&t=158279) with the Adafruit UF2 bootloader. You need to restore the original bootloader to use the board again with Arduino. + +[Image](https://store-usa.arduino.cc/cdn/shop/products/ABX00069_01.iso.jpg) from [Arduino](https://arduino.cc), licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). + +## Purchase +* [Arduino - Nano 33 BLE Rev2](https://store-usa.arduino.cc/products/nano-33-ble-rev2) +* [Arduino - Nano 33 BLE Sense Rev2](https://store-usa.arduino.cc/products/nano-33-ble-sense-rev2) diff --git a/_board/arduino_nano_33_iot.md b/_board/arduino_nano_33_iot.md index f9b398c8f..3e63bca59 100644 --- a/_board/arduino_nano_33_iot.md +++ b/_board/arduino_nano_33_iot.md @@ -13,6 +13,7 @@ bootloader_id: nano33iot features: - Wi-Fi - Breadboard-Friendly + - Castellated Pads --- Arduino NANO 33 IoT board has been designed to offer a practical and cost effective solution for makers seeking to add Wi-Fi connectivity to their projects (using Arduino) with minimal previous experience in networking. Learn how to set up the programming environment and get the hardware up and running, ready for your projects, in minutes. diff --git a/_board/arduino_nano_esp32s3.md b/_board/arduino_nano_esp32s3.md index 7a3b89a3d..54919ad9a 100644 --- a/_board/arduino_nano_esp32s3.md +++ b/_board/arduino_nano_esp32s3.md @@ -13,6 +13,7 @@ features: - Wi-Fi - Bluetooth/BTLE - Breadboard-Friendly + - Castellated Pads --- **A limited number of boards have [inverted green/blue on the internal status RGB LEDs](https://support.arduino.cc/hc/en-us/articles/9589073738012-About-Nano-ESP32-boards-with-inverted-green-and-blue-pins).** Try this board first. If the colors on your board appear inverted, use the [inverted Arduino Nano ESP32](arduino_nano_esp32s3_inverted_statusled) board definition instead. diff --git a/_board/arduino_nano_esp32s3_inverted_statusled.md b/_board/arduino_nano_esp32s3_inverted_statusled.md index 0f21d0ef5..95937f524 100644 --- a/_board/arduino_nano_esp32s3_inverted_statusled.md +++ b/_board/arduino_nano_esp32s3_inverted_statusled.md @@ -13,6 +13,7 @@ features: - Wi-Fi - Bluetooth/BTLE - Breadboard-Friendly + - Castellated Pads --- **A limited number of boards have [inverted green/blue on the internal status RGB LEDs](https://support.arduino.cc/hc/en-us/articles/9589073738012-About-Nano-ESP32-boards-with-inverted-green-and-blue-pins).** Try the [non-inverted Arduino Nano ESP32](arduino_nano_esp32s3) board first. If the colors on your board appear inverted, use this board definition. diff --git a/_board/arduino_nano_rp2040_connect.md b/_board/arduino_nano_rp2040_connect.md index ad15d1fa3..3fd545643 100644 --- a/_board/arduino_nano_rp2040_connect.md +++ b/_board/arduino_nano_rp2040_connect.md @@ -5,10 +5,10 @@ title: "Nano RP2040 Connect Download" name: "Nano RP2040 Connect" manufacturer: "Arduino" board_url: - - "https://store.arduino.cc/usa/nano-rp2040-connect-with-headers" + - "https://store-usa.arduino.cc/products/arduino-nano-rp2040-connect-with-headers" board_image: "arduino_nano_rp2040_connect.jpg" date_added: 2021-05-24 -family: raspberrypi +family: rp2040 features: - Wi-Fi - Bluetooth/BTLE @@ -26,4 +26,4 @@ It’s got on-board, built-in sensors to turn your builds into powerhouse projec The Arduino Nano RP2040 Connect is the premium choice for RP2040 devices, and the perfect option for upgrading your projects and unlocking the potential of new ones. ## Purchase -* [Arduino](https://store.arduino.cc/usa/nano-rp2040-connect-with-headers) +* [Arduino](https://store-usa.arduino.cc/products/arduino-nano-rp2040-connect-with-headers) diff --git a/_board/autosportlabs_esp32_can_x2.md b/_board/autosportlabs_esp32_can_x2.md new file mode 100644 index 000000000..94dbdacc4 --- /dev/null +++ b/_board/autosportlabs_esp32_can_x2.md @@ -0,0 +1,55 @@ +--- +layout: download +board_id: "autosportlabs_esp32_can_x2" +title: "Autosport Labs ESP32-CAN-X2 Download" +name: "Autosport Labs ESP32-CAN-X2" +manufacturer: "Autosport Labs" +board_url: + - "https://www.autosportlabs.com/product/esp32-can-x2-dual-can-bus-automotive-grade-development-board/" + - "https://wiki.autosportlabs.com/ESP32-CAN-X2" +board_image: "autosportlabs_esp32_can_x2.jpg" +date_added: 2024-05-29 +family: esp32 # See _data/bootloaders.json +bootloader_id: +features: + - Arduino Shield Compatible + - Bluetooth/BTLE + - Breadboard-Friendly + - USB-C + - Wi-Fi +--- + +The Autosport Labs ESP32-CAN-X2 is a development board designed to make CAN bus communications easy for automotive and industrial applications. + +It features the ESP32-S3-WROOM-1-N8R8 using an Xtensa® 32-bit LX7 CPU operating at up to 240 MHz (8MB flash, 8MB PSRAM), dual CAN bus support, two CAN bus transceivers, and an automotive-grade power supply to safely integrate it into your car project. + +All IO pins are broken out to a breadboard-friendly layout so you can easily integrate it into bigger projects. A separate connector also provides power, ground, and dual CAN connections so you can quickly wire it into CAN networks. + +The two CAN bus networks brings additional possibilities, such as: + - Bridge two CAN bus networks with different baud rates + - Collect data from two different CAN bus networks with different baud rates + - Isolate traffic between CAN networks + - Create a "man in the middle" agent, which will help identify the source of CAN messages, helpful for CAN bus reverse-engineering efforts + +Sample Projects are available to get you started quickly [Example Projects in our Github](https://github.com/autosportlabs/ESP32-CAN-X2) + +**Components:** + +- **ESP32-S3-WROOM-1-N8R8** microcontroller powerful dual-core Xtensa LX6 CPU running at up to 240 MHz. +- **Automotive grade power supply**: Ruggedized power supply up to 40v input, provides safety for automotive applications where damaging voltage surges and load dumps are common. +- **Pin Headers**: All available GPIO pins are broken out to the pin headers on the board for easy interfacing and programming. For details, please see [our documentation](https://wiki.autosportlabs.com/ESP32-CAN-X2). +- **USB-C port**: A USB-C port supplies power for programming, flashing your code, communications using the USB 1.1 specification, and also provides JTAG debugging. +- **Boot Button**: Firmware download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for installing firmware. +- **Reset Button**: Resets the device +- **LED**: User controllable LED; use it to indicate status or anything else you would like. +- **Power LED**: Turns on when power is connected to the board. +- **Power / CAN headers**: 6 pin JST-PH header provides 12v (nominal) power, ground, CAN1 and CAN2 connections. +- **CAN termination jumpers**: 2 CAN termination jumpers are provided, default enabled with 120 ohm termination +- **Built-in CAN transceivers**: Dual CAN transceivers are included on board. +- **2nd CAN bus provided by MCP2515**: while CAN1 uses the built in TWAI CAN compatible controller; CAN2 uses the on-board MCP2515 CAN bus controller. + +## Purchase + +* [Autosport Labs](https://www.autosportlabs.com/product/esp32-can-x2-dual-can-bus-automotive-grade-development-board/) +* [Example Projects](https://github.com/autosportlabs/ESP32-CAN-X2) +* [Full documentation](https://wiki.autosportlabs.com/ESP32-CAN-X2) diff --git a/_board/barduino.md b/_board/barduino.md new file mode 100644 index 000000000..b06668d21 --- /dev/null +++ b/_board/barduino.md @@ -0,0 +1,28 @@ +--- +layout: download +board_id: "barduino" +title: "Barduino Download" +name: "Barduino" +manufacturer: "Fablab Barcelona" +board_url: + - "https://fablabbcn-projects.gitlab.io/electronics/barduino-docs/" +board_image: "barduino.jpg" +date_added: 2024-09-06 +family: esp32s3 +features: + - Breadboard-Friendly + - USB-C + - Bluetooth/BTLE + - Wi-Fi +--- + +Barduino is a development board created by Fablab Barcelona as a tool for its educational programs. + +It's based on the ESP32-S3 (ESP32-S3-WROOM-1) microcontroller. + + +## Resources + +- [Hardware Documentation](https://fablabbcn-projects.gitlab.io/electronics/barduino-docs/) + + diff --git a/_board/beetle-esp32-c3.md b/_board/beetle-esp32-c3.md index 563e8c233..858918357 100644 --- a/_board/beetle-esp32-c3.md +++ b/_board/beetle-esp32-c3.md @@ -12,6 +12,7 @@ downloads_display: true blinka: false family: esp32c3 bootloader_id: lolin_c3_mini +download_instructions: https://github.com/adafruit/circuitpython/tree/main/ports/espressif#building-and-flashing features: - Battery Charging - Bluetooth/BTLE diff --git a/_board/blm_badge.md b/_board/blm_badge.md index 0c0c95319..1f59427dc 100644 --- a/_board/blm_badge.md +++ b/_board/blm_badge.md @@ -11,6 +11,7 @@ board_image: "blmbadge.jpg" date_added: 2020-09-01 family: atmel-samd bootloader_id: blm_badge +download_instructions: https://learn.adafruit.com/black-lives-matter-badge/circuitpython features: - STEMMA QT/QWIIC - USB-C diff --git a/_board/blues_cygnet.md b/_board/blues_cygnet.md new file mode 100644 index 000000000..aa41d5476 --- /dev/null +++ b/_board/blues_cygnet.md @@ -0,0 +1,25 @@ +--- +layout: download +board_id: "blues_cygnet" +title: "Cygnet Download" +name: "Cygnet" +manufacturer: "Blues Inc" +board_url: + - "https://shop.blues.com/products/cygnet" +board_image: "blues_cygnet.jpg" +date_added: 2025-05-11 +family: stm +features: + - Breadboard-Friendly + - Feather-Compatible + - Battery Charging +--- + +Cygnet is a Feather-compatible STM32-based MCU, and a lower-cost alternative to our popular Swan MCU. Like the Swan, Cygnet is offered in a Feather standard form factor and uses a STM32L4 part while still providing plenty of flash and RAM to run the majority of your Notecard-powered applications. + +The board has three independent power options – USB, battery, or line power – and provides a software-switchable 2 Amp regulator for powering external sensors. When operating in its low-power operating mode, the entire Cygnet board draws only 4uA while retaining all of its memory, making it ideal for battery-powered devices. + +Cygnet features support for C/C++ and Arduino, and includes a CORTEX Debug connector, enabling the use of debugging frameworks and tooling such as STLink, JLink, OpenOCD, GDB and more. All of which enable both native and custom integrations into advanced development environments such as Visual Studio Code, IAR, and STM32CUBEIDE. + +## Purchase +* [Blues Shop](https://shop.blues.com/products/cygnet) diff --git a/_board/boardsource_blok.md b/_board/boardsource_blok.md index ad4c1e645..43cc5b5c0 100644 --- a/_board/boardsource_blok.md +++ b/_board/boardsource_blok.md @@ -8,10 +8,11 @@ board_url: - "https://boardsource.xyz/store/628b95b494dfa308a6581622" board_image: "boardsource_blok.jpg" date_added: 2021-04-06 -family: raspberrypi +family: rp2040 features: - Breadboard-Friendly - USB-C + - Castellated Pads --- Blok’s elevate any keyboard compatible with Pro Micro Footprints and grants them instant access to a modern and feature-rich ecosystem. Users who don’t want to touch a text editor or config file don’t have to, Blok’s work out of the box with Peg. Users can map keys, set LED colors, configure rotary encoders, create OLED images, and much more all from within an easy to use visual program (GUI). Many of Peg’s features and configuration options are unavailable through any other flashing program built for yesterday’s ATmega32U4 processors. Now, deep configuration and rich features custom keyboards offer can be configured easily instead of becoming another project. On the other hand, users who enjoy in-the-editor programming, product development, design, or any other roll your solution will similarly love the Blok. Shipping with KMK and CircuitPython out of the box, Blok’s offer enthusiasts and creators a modern development environment limited only by your imagination instead of programming knowledge and hardware constraints. Create your entire keymap in Python within a single main.py file and test your changes instantly, no recompiling necessary. Remember, if this isn’t your thing — Peg can handle it for you. diff --git a/_board/bpi_bit_s2.md b/_board/bpi_bit_s2.md index 3799e525d..cd18736b3 100644 --- a/_board/bpi_bit_s2.md +++ b/_board/bpi_bit_s2.md @@ -10,6 +10,7 @@ board_image: "bpi_bit_s2.jpg" date_added: 2022-09-14 family: esp32s2 bootloader_id: bpi_bit_s2 +download_instructions: https://wiki.banana-pi.org/BPI-Bit-S2#CircuitPython features: - USB-C - Wi-Fi diff --git a/_board/bpi_leaf_s3.md b/_board/bpi_leaf_s3.md index 51e1b7ff8..421c00d12 100644 --- a/_board/bpi_leaf_s3.md +++ b/_board/bpi_leaf_s3.md @@ -10,6 +10,7 @@ board_image: "bpi_leaf_s3.jpg" date_added: 2022-07-04 family: esp32s3 bootloader_id: bpi_leaf_s3 +download_instructions: https://wiki.banana-pi.org/BPI-Leaf-S3#CircuitPython features: - USB-C - Wi-Fi diff --git a/_board/bpi_picow_s3.md b/_board/bpi_picow_s3.md index 558476b56..c365d16ed 100644 --- a/_board/bpi_picow_s3.md +++ b/_board/bpi_picow_s3.md @@ -10,11 +10,12 @@ board_image: "bpi_picow_s3.jpg" date_added: 2022-10-11 family: esp32s3 bootloader_id: bpi_picow_s3 +download_instructions: https://wiki.banana-pi.org/BPI-PicoW-S3#CircuitPython features: - Wi-Fi - Bluetooth/BTLE - Breadboard-Friendly - + - Castellated Pads --- BPI-Pico-S3 is the same size as Raspberry Pi Pico board, equipped with ESP32S3 chip, 8M flash, 4-layer PCB, electroplated half-hole process, ceramic antenna, supports 2.4 GHz Wi-Fi and Bluetooth® LE dual-mode wireless communication, is a development board designed for IoT development and Maker DIY. diff --git a/_board/bradanlanestudio_coin_m0.md b/_board/bradanlanestudio_coin_m0.md new file mode 100644 index 000000000..288ae5446 --- /dev/null +++ b/_board/bradanlanestudio_coin_m0.md @@ -0,0 +1,30 @@ +--- +layout: download +board_id: "bradanlanestudio_coin_m0" +title: "Bradán Lane STUDIO Coin M0 Download" +name: "Bradán Lane STUDIO Coin M0" +manufacturer: "Bradán Lane STUDIO" +board_url: https://aosc.cc/eccn2025 +board_image: "bradanlanestudio_coin_m0.jpg" +date_added: 2024-11-22 +family: atmel-samd +features: + - USB-C +--- + +The "Coin M0" is a little round CircuitPython board with just enough features for a mini macropad. + +There's an ATSAMD21 microcontroller on board with 4MB of flash, Neopixels, touch pads, and a little speaker. + +The Coin M0 can run CircuitPython or Arduino very nicely and the flash storage is plenty for CircuitPython code, libraries, and data files (like sound effects). + +- ATSAMD21G1A 32-bit Cortex M0+ - 48 MHz 32 bit processor with 256KB Flash and 32 KB RAM +- Native USB-C supported by every OS - can be used in **Arduino or CircuitPython** as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts. +- Can be used with Arduino IDE or CircuitPython +- Three groups of RGB NeoPixel LEDs +- Three Capacitive Touch pads +- One speaker + +## Purchase + +Coming soon from [Bradán Lane STUDIO on Tindie](https://www.tindie.com/stores/bradanlane/) diff --git a/_board/bradanlanestudio_explorer_rp2040.md b/_board/bradanlanestudio_explorer_rp2040.md new file mode 100644 index 000000000..ff422888e --- /dev/null +++ b/_board/bradanlanestudio_explorer_rp2040.md @@ -0,0 +1,48 @@ +--- +layout: download +board_id: "bradanlanestudio_explorer_rp2040" +title: "Bradán Lane STUDIO Explorer Badge RP2040 Download" +name: "Bradán Lane STUDIO Explorer Badge RP2040" +manufacturer: "Bradán Lane STUDIO" +board_url: https://aosc.cc/eccn2024 +board_image: "bradanlanestudio_explorer_rp2040.jpg" +date_added: 2024-05-23 +family: rp2040 +tags: +features: + - Display + - Speaker + - STEMMA QT/QWIIC + - USB-C + - Battery Charging +--- + +The "Explorer Badge" is a CircuitPython board with integrated features to provide an *all-in-one* learning device. +It has been inspired by Adafruit's Circuit Express series. + +The combination of the RP2040 with 8MB of Flash and a wide array of integrated hardware, makes the Explorer Badge an excellent hardware choice for learning CircuitPython. + +Check out the Tutorials for an introduction to Python and CircuitPython on the Explorer Badge. + +## Technical Details: + +- Raspberry Pi RP2040 +- 8MB FLASH +- 2KB EEPROM +- 1.54" 200*200 ePaper display (either BW or BWR) +- 9 Neopixels +- 9 Touch Sensors +- 3-Axis Accelerometer (on the round version) +- IR (receiver and emitter) +- I2C STEMMA-QT +- sound (both PWM and I2S support) + - I2S pins may optionally be used as general IO pins +- LiPo Battery Charging (on the round version) + +## Tutorials + +[Explore Badge Workshop Series](https://aosc.cc/explorer/) + +## Purchase + +[Bradán Lane STUDIO on Tindie](https://www.tindie.com/products/bradanlane/explorer-badge/) diff --git a/_board/brainboardz_neuron.md b/_board/brainboardz_neuron.md index 10d53fd87..ab7e9afcc 100644 --- a/_board/brainboardz_neuron.md +++ b/_board/brainboardz_neuron.md @@ -10,6 +10,7 @@ board_image: "brainboardz_neuron.jpg" date_added: 2023-02-20 family: esp32s3 bootloader_id: brainboardz_neuron +download_instructions: https://www.brainboardz.com/downloads downloads_display: true features: - Wi-Fi @@ -17,15 +18,15 @@ features: - Breadboard-Friendly --- -- BrainBoardz is a revolutionary modular Mini PCI Express (mPCIe) based system that greatly simplifies the design of circuit boards and custom microcontroller projects. Through the use of our inexpensive ESP32-S3 based Neuron modules and our ever expanding range of BrainBoardz prototyping boards anyone can easily develop custom projects to harness the impressive capabilities of the latest generation Espressif ESP32-S3 microcontroller. Simply plug in a Neuron module to a BrainBoardz mPCIe connector and you are ready to go. Neurons not only provide complete access to the extensive range of capabilities provided by the cutting edge ESP32-S3, they can also function as standalone modules if required. You are welcome to design/manufacture your own BrainBoardz compatible boards and Neuron compatible module(s). The entire BrainBoardz system is open source and 100% license free. +- BrainBoardz is a revolutionary modular Mini PCI Express (mPCIe) based system that greatly simplifies the design of circuit boards and custom microcontroller projects. Through the use of our inexpensive ESP32-S3 based Neuron-M modules and our ever expanding range of BrainBoardz prototyping boards anyone can easily develop custom projects to harness the impressive capabilities of the latest generation Espressif ESP32-S3 microcontroller. Simply plug in a Neuron module to a BrainBoardz mPCIe connector and you are ready to go. Neurons not only provide complete access to the extensive range of capabilities provided by the cutting edge ESP32-S3, they can also function as standalone modules if required. You are welcome to design/manufacture your own BrainBoardz compatible boards and Neuron compatible module(s). The entire BrainBoardz system is open source and 100% license free. For more traditional 2.54mm header scenarios, please welcome to our latest board, the feature-packed Neuron-P. It has all of the capabilities of our Neuron-M module, but this time we have loaded it with over 40 2.54mm pins. The Neuron-P is the ideal solution for using on your own breadboards and for standalone projects. -- The components we have included on the Neuron are those that are most likely to be needed in core operations for the vast majority of prototypes and production. These include an ultra-low noise TI 5V to 3.3V LDO, a Mini-USB connector, a status LED and a MicroSD card reader. This razor focused approach ensures that we can provide the most affordable and flexible solution for ESP32-S3 microcontroller based projects! +- The components we have included on the Neuron-M and Neuron-P are those that are most likely to be needed in core operations for the vast majority of prototypes and production. These include an ultra-low noise 5V to 3.3V LDO, a USB-C connector, a status LED and a microSD card reader. This razor focused approach ensures that we can provide the most affordable and flexible solution for ESP32-S3 microcontroller based projects! - Neurons and BrainBoardz are provided with a complete set of mounting hardware. It only takes a few seconds to add/remove a Neuron module to/from a BrainBoardz. There are no fragile pins to contend with in the BrainBoardz system. If you have access to an 3D printer you can also print as many spare mPCIe mounting parts as you need using the STL/FreeCAD model files provided in our GitHub repository. This revolutionary mPCIe connector based approach supports ultra-low profile projects and guarantees microcontroller module re-usability. We even provide an mPCIe stencil to make designing your own low profile boards easy. We fully support CircuitPython, Arduino, MicroPython and PlatformIO. Are you ready for a prototyping revolution? **Features:** - - ESP32-S3-WROOM-1-N8R8 Module + - ESP32-S3-WROOM-1-N8/R8 Module - 32-bit 240 MHz Dual-Core LX-7 Processor - 512 KB SRAM - 8 MB Flash @@ -38,9 +39,9 @@ features: - Boot Button - Support for 14 Touch Sensors - Blink LED - - MicroSD Card Reader - - Micro-USB Connector - - Low Noise TI 5V to 3.3V LDO + - microSD Card Reader + - USB-C Connector + - Low Noise 5V to 3.3V LDO - 2.54mm 4 Pin Header4 (Neuron-Z) Boards - Access to All of the ESP32-S3's GPIO Pins - Compatible with all BrainBoardz boards diff --git a/_board/breadstick_raspberry.md b/_board/breadstick_raspberry.md index e8c1bda82..f89329fd3 100644 --- a/_board/breadstick_raspberry.md +++ b/_board/breadstick_raspberry.md @@ -9,7 +9,7 @@ board_url: - "https://www.crowdsupply.com/breadstick-innovations/raspberry-breadstick" board_image: "breadstick_raspberry.jpg" date_added: 2023-12-14 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly diff --git a/_board/bwshockley_figpi.md b/_board/bwshockley_figpi.md index 149a5689c..50983634f 100644 --- a/_board/bwshockley_figpi.md +++ b/_board/bwshockley_figpi.md @@ -8,7 +8,7 @@ board_url: - "https://minifigboards.com/fig-pi" board_image: "bwshockley_figpi.jpg" date_added: 2022-08-22 -family: raspberrypi +family: rp2040 features: - STEMMA QT/QWIIC --- diff --git a/_board/cezerio_dev_esp32c6.md b/_board/cezerio_dev_esp32c6.md new file mode 100644 index 000000000..6665113f8 --- /dev/null +++ b/_board/cezerio_dev_esp32c6.md @@ -0,0 +1,61 @@ +--- +layout: download +board_id: "cezerio_dev_ESP32C6" +title: "cezerio dev ESP32C6 Download" +name: "cezerio dev ESP32C6" +manufacturer: "cezerio" +board_url: + - "https://cezerio.com/cezerio_dev_esp32c6" +board_image: "cezerio_dev_esp32c6.jpg" +date_added: 2024-10-17 +family: esp32c6 +features: + - Feather-Compatible + - Battery Charging + - STEMMA QT/QWIIC + - Bluetooth/BTLE + - Breadboard-Friendly + - USB-C + - Wi-Fi +--- + +cezerio dev ESP32C6 based on ESP32-C6FH4 SoC from Espressif, RISC-V single-core processor, 4 MB flash memory, and a diverse selection of wireless connectivity options: 2.4 GHz WiFi 6, Bluetooth® 5.3, Zigbee 3.0 and Thread 1.3 (802.15.4). Moreover, Wi-Fi 6's Target Wake Time (TWT) technology effectively reduces device power consumption, extending battery life and ensuring long-lasting device performance. + +The footprint is Feather-compatible. I2C connector seamlessly integrates the vast ecosystem of sensors, actuators, and more. + +This development board also includes a LiPo battery charger, 6-axis IMU (3-axis Accelerometer & 3-axis Gyroscope), 5x5 RGB LED matrix, an addressable RGB LED and more. + +For primary power and programming, the board is also equipped with a USB-C connector and a 2-pin JST connector for a LiPo battery. + +The ESP32-C6 includes 20 GPIO pins with a wide range of peripheral options including SPI, UART, I2C, I2S, LED PWM, USB Serial/JTAG controller, ADC and more. + +**Features & Specifications** +-32-bit High Performance RISC-V processor up to 160MHz +-32-bit Low Power RISC-V processor at 20Mhz +-2.4GHz WiFi 6 - 802.11ax +-Bluetooth 5.3 (LE) + Mesh +-Zigbee and Thread (802.15.4) +-4MB QSPI Flash +-6-axis IMU (3-axis Accelerometer & 3-axis Gyroscope) LSM6DS3TR-C +-Temperature Sensor +-USB-C Connector +-Reverse USB back-feed protection +-1A step-down buck DC-DC converter +-Ultra low deep sleep current +-BQ21040DBVR 800mAh 1-cell Li-ion and Li-polymer Battery Charging +-Power and Charge LEDs +-20 x Multifunctional GPIO (Digital, 12-bit SAR ADC, SPI, I2C, UART, I2S, LED PWM, PCNT, TWAI, USB Serial/JTAG, SDIO, Motor Control PWM, RMT, PARLIO, DMA, ETM) +-3D High Gain Antenna +-Board Dimensions: 50,8mm x 22.86mm +-Max Thickness: 6.6mm at JST PH battery connector +-4 Mounting Holes +-4-pin Qwiic Connector +-2-pin JST PH Connector for LiPo Battery +-2835 Addressable RGB LED +-Two Buttons (Boot & Reset) +-25 x WS2812B 1010 RGB LED + +## Purchase +You can purchase your very own cezerio dev ESP32C6 from: + +* [cezerio](https://cezerio.com/cezerio_dev_esp32c6) diff --git a/_board/cezerio_mini_dev_esp32c6.md b/_board/cezerio_mini_dev_esp32c6.md new file mode 100644 index 000000000..2ef2a507c --- /dev/null +++ b/_board/cezerio_mini_dev_esp32c6.md @@ -0,0 +1,54 @@ +--- +layout: download +board_id: "cezerio_mini_dev_ESP32C6" +title: "cezerio mini dev ESP32C6 Download" +name: "cezerio mini dev ESP32C6" +manufacturer: "cezerio" +board_url: + - "https://cezerio.com/cezerio_mini_dev_esp32c6" +board_image: "cezerio_mini_dev_esp32c6.jpg" +date_added: 2024-11-20 +family: esp32c6 +features: + - STEMMA QT/QWIIC + - Bluetooth/BTLE + - Breadboard-Friendly + - USB-C + - Wi-Fi +--- + +cezerio mini dev ESP32C6 based on ESP32-C6FH4 SoC from Espressif, RISC-V single-core processor, 4 MB flash memory, and a diverse selection of wireless connectivity options: 2.4 GHz WiFi 6, Bluetooth® 5.3, Zigbee 3.0 and Thread 1.3 (802.15.4). Moreover, Wi-Fi 6's Target Wake Time (TWT) technology effectively reduces device power consumption, extending battery life and ensuring long-lasting device performance. + +The footprint is compatible with Adafruit QT Py and Seeed Studio XIAO. This development board also includes 5x5 RGB LED matrix, an addressable RGB LED. + +I2C connector seamlessly integrates the vast ecosystem of sensors, actuators, and more. It is also compatible with STEMMA QT and Qwiic. + +For primary power and programming, the board is equipped with a USB-Type C connector. + +The ESP32-C6 includes 15 GPIO pins with a wide range of peripheral options including SPI, UART, I2C, I2S, LED PWM, USB Serial/JTAG controller, ADC and more. + +**Features & Specifications** +-32-bit High Performance RISC-V processor up to 160MHz +-32-bit Low Power RISC-V processor at 20Mhz +-2.4GHz WiFi 6 - 802.11ax +-Bluetooth 5.3 (LE) + Mesh +-Zigbee and Thread (802.15.4) +-4MB QSPI Flash +-Temperature Sensor +-Ultra low deep sleep current +-15 x Multifunctional GPIO (Digital, 12-bit SAR ADC, SPI, I2C, UART, I2S, LED PWM, PCNT, TWAI, USB Serial/JTAG, SDIO, Motor Control PWM, RMT, PARLIO, DMA, ETM) +-USB-Type C Connector +-4-pin I2C Connector +-Reverse USB back-feed protection +-25 x WS2812B 1010 RGB LED +-2835 Addressable RGB LED +-Power LED +-2 x Button (Boot & Reset) +-3D High Gain Antenna +-Board Dimensions: 22,86mm x 17.78mm +-Max Thickness: 7.95mm between USB-Type C and I2C connectors + +## Purchase +You can purchase your very own cezerio dev ESP32C6 from: + +* [cezerio](https://cezerio.com/cezerio_mini_dev_esp32c6) diff --git a/_board/challenger_840.md b/_board/challenger_840.md index 793338388..697728a6c 100644 --- a/_board/challenger_840.md +++ b/_board/challenger_840.md @@ -9,6 +9,7 @@ board_url: board_image: "challenger_840.jpg" date_added: 2022-04-01 family: nrf52840 +download_instructions: https://ilabs.se/product/challenger-840-ble/#tab-getting-started features: - Bluetooth/BTLE - USB-C diff --git a/_board/challenger_nb_rp2040_wifi.md b/_board/challenger_nb_rp2040_wifi.md index 88e62bdd9..959df1883 100644 --- a/_board/challenger_nb_rp2040_wifi.md +++ b/_board/challenger_nb_rp2040_wifi.md @@ -8,7 +8,8 @@ board_url: - "https://www.tindie.com/products/invector/challenger-nb-rp2040-wifi/" board_image: "challenger_nb_rp2040_wifi.jpg" date_added: 2021-11-15 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-nb-rp2040-wifi-with-u-fl-connector/#tab-getting-started features: - Wi-Fi - USB-C diff --git a/_board/challenger_rp2040_lora.md b/_board/challenger_rp2040_lora.md index 3af35d40c..d3cdd7339 100644 --- a/_board/challenger_rp2040_lora.md +++ b/_board/challenger_rp2040_lora.md @@ -9,7 +9,8 @@ board_url: - "https://thepihut.com/products/challenger-rp2040-lora-868mhz" board_image: "challenger_rp2040_lora.jpg" date_added: 2022-06-09 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-rp2040-lora/#tab-getting-started features: - LoRa/Radio - Battery Charging diff --git a/_board/challenger_rp2040_lte.md b/_board/challenger_rp2040_lte.md index e8e64fc23..f96849b52 100644 --- a/_board/challenger_rp2040_lte.md +++ b/_board/challenger_rp2040_lte.md @@ -8,7 +8,8 @@ board_url: - "https://www.tindie.com/products/invector/challenger-rp2040-lte/" board_image: "challenger_rp2040_lte.jpg" date_added: 2021-11-15 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-rp2040-lte/#tab-getting-started features: - Wi-Fi - USB-C @@ -42,5 +43,6 @@ This board has been designed with portable applications in mind. By using the po ## Purchase +* [Ilabs](https://ilabs.se/product/challenger-rp2040-lte/) * [Tindie](https://www.tindie.com/products/invector/challenger-rp2040-lte/) diff --git a/_board/challenger_rp2040_sdrtc.md b/_board/challenger_rp2040_sdrtc.md index 04e2b4053..8acc2cc24 100644 --- a/_board/challenger_rp2040_sdrtc.md +++ b/_board/challenger_rp2040_sdrtc.md @@ -8,7 +8,8 @@ board_url: - "https://ilabs.se/product/challenger-rp2040-sd-rtc/" board_image: "challenger_rp2040_sdrtc.jpg" date_added: 2022-12-23 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-rp2040-sd-rtc/#tab-getting-started features: - USB-C - Breadboard-Friendly diff --git a/_board/challenger_rp2040_subghz.md b/_board/challenger_rp2040_subghz.md index 59591e20d..bc9af97b2 100644 --- a/_board/challenger_rp2040_subghz.md +++ b/_board/challenger_rp2040_subghz.md @@ -8,7 +8,8 @@ board_url: - "https://ilabs.se/product/challenger-rp2040-subghz-915mhz/" board_image: "challenger_rp2040_subghz.jpg" date_added: 2022-10-06 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-rp2040-subghz-915mhz/#tab-getting-started features: - LoRa/Radio - USB-C diff --git a/_board/challenger_rp2040_wifi.md b/_board/challenger_rp2040_wifi.md index 0db811a2b..1df17d191 100644 --- a/_board/challenger_rp2040_wifi.md +++ b/_board/challenger_rp2040_wifi.md @@ -8,7 +8,8 @@ board_url: - "https://www.tindie.com/products/invector/challenger-rp2040-wifi/" board_image: "challenger_rp2040_wifi.jpg" date_added: 2021-09-16 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-2040-wifi-chip/#tab-getting-started features: - Wi-Fi - USB-C diff --git a/_board/challenger_rp2040_wifi_ble.md b/_board/challenger_rp2040_wifi_ble.md index 82eb9bf61..4202f6a0e 100644 --- a/_board/challenger_rp2040_wifi_ble.md +++ b/_board/challenger_rp2040_wifi_ble.md @@ -8,7 +8,8 @@ board_url: - "https://ilabs.se/product/challenger-rp2040-wifi-ble-with-chip-antenna/" board_image: "challenger_rp2040_wifi_ble.jpg" date_added: 2022-10-06 -family: raspberrypi +family: rp2040 +download_instructions: https://ilabs.se/product/challenger-rp2040-wifi-ble-with-chip-antenna/#tab-getting-started features: - Wi-Fi - Bluetooth/BTLE diff --git a/_board/challenger_rp2350_bconnect.md b/_board/challenger_rp2350_bconnect.md new file mode 100644 index 000000000..fdec78c87 --- /dev/null +++ b/_board/challenger_rp2350_bconnect.md @@ -0,0 +1,34 @@ +--- +layout: download +board_id: "challenger_rp2350_bconnect" +title: "Challenger+ RP2350 BConnect Download" +name: "Challenger+ RP2350 BConnect" +manufacturer: "Invector Labs" +board_url: + - "https://ilabs.se/product/challenger-rp2350-bconnect/" +board_image: "challenger_rp2350_bconnect.jpg" +date_added: 2024-09-16 +family: rp2350 +download_instructions: https://ilabs.se/product/challenger-rp2350-bconnect/#tab-getting-started +features: + - USB-C + - Breadboard-Friendly + - Feather-Compatible + - Battery Charging +--- + +The Challenger+ RP2350 BConnect board is a cutting-edge development platform designed to harness the full potential of the new revolutionary dual core Cortex-M33/RISCV RP2350 MCU from Raspberry Pi. The Challenger+ RP2350 BConnect board is tailored for engineers, developers, and enthusiasts seeking to create innovative applications with ease and efficiency. + +## Features + +- Powered by RP2350 MCU +- 8MByte Flash and 8MByte RAM +- Rich Peripheral Set +- High Performance and Efficiency +- User-Friendly Development Environment +- Compact and Robust Design +- Raspberry Pi compatible SWD debug connector + +## Purchase + +* [Invector Labs](https://ilabs.se/product/challenger-rp2350-bconnect/) diff --git a/_board/challenger_rp2350_wifi6_ble5.md b/_board/challenger_rp2350_wifi6_ble5.md new file mode 100644 index 000000000..5f4eca3ec --- /dev/null +++ b/_board/challenger_rp2350_wifi6_ble5.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "challenger_rp2350_wifi6_ble5" +title: "Challenger+ RP2350 WiFi6 BLE5 Download" +name: "Challenger+ RP2350 WiFi6 BLE5" +manufacturer: "Invector Labs" +board_url: + - "https://ilabs.se/product/challenger-rp2350-wifi-ble/" +board_image: "challenger_rp2350_wifi6_ble5.jpg" +date_added: 2024-09-16 +family: rp2350 +download_instructions: https://ilabs.se/product/challenger-rp2350-wifi-ble/#tab-getting-started +features: + - USB-C + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly + - Feather-Compatible + - Battery Charging +--- + +The Challenger+ RP2350 WiFi6/BLE5 board is a cutting-edge development platform designed to harness the full potential of the new revolutionary dual core Cortex-M33/RISCV RP2350 MCU from Raspberry Pi. The Challenger+ RP2350 WiFi6/BLE5 board is tailored for engineers, developers, and enthusiasts seeking to create innovative applications with ease and efficiency. + +This board also features the ESP32-C6 network module, a cutting-edge connectivity solution, offering both Wi-Fi 6 and Bluetooth 5 capabilities for high-speed wireless communication. Designed for superior performance and efficiency, the ESP32-C6 is ideal for a wide range of applications, from IoT devices to smart home systems. + +## Features + +- Powered by RP2350 MCU +- 8MByte Flash and 8MByte RAM +- ESP32-C6 WiFi/BLE module +- Rich Peripheral Set +- High Performance and Efficiency +- User-Friendly Development Environment +- Compact and Robust Design +- Raspberry Pi compatible SWD debug connector + +## Purchase + +* [Invector Labs](https://ilabs.se/product/challenger-rp2350-wifi-ble/) diff --git a/_board/circuitart_esp32s3_zero.md b/_board/circuitart_esp32s3_zero.md new file mode 100644 index 000000000..8c29e5361 --- /dev/null +++ b/_board/circuitart_esp32s3_zero.md @@ -0,0 +1,44 @@ +--- +layout: download +board_id: "circuitart_zero_s3" +title: "CircuitArt ESP32S3 Zero Download" +name: "CircuitArt ESP32S3 Zero" +manufacturer: "CircuitArt" +board_url: + - "https://github.com/CircuitART/ESP32S3zero" +board_image: "CircuitArt_ESP32S3_Zero.jpg" +date_added: 2024-09-09 +family: esp32s3 +bootloader_id: circuitart_zero_s3 +downloads_display: true +features: + - Wi-Fi + - Battery Charging + - USB-C + - Display + - Camera +--- + +A new ESP32S3 Dev board in a RaspberryPI zero footprint, The board has an additional tiny SPI/I2C connector for a 1.3" IPS display + AHT20 sensor. + +That's not all, This board comes with native USB, Debug USB, and **16 MB Flash + 8 MB of PSRAM**, so it is perfect for use with CircuitPython or Arduino with low-cost WiFi. Native USB means it can act like a keyboard or a disk drive. WiFi and Camera means it's awesome for IoT projects. And the PI ZERO footprint makes the expandability super easy. + +**Features:** + +- **ESP32-S3 Dual Core 240MHz Tensilica processor** - the next generation of ESP32-Sx, with native USB so it can act like a keyboard/mouse, MIDI device, disk drive, etc! +- **huge data buffers** the board comes with 16 MByte of Flash and 8 MByte of PSRAM +- **Color 1.3" IPS TFT** - bright and colorful display with ST7789 chipset that can be viewed at any angle angle. +- **Power options** - USB type C **or** Lipoly battery +- **Built-in battery charging** when powered over USB-C +- **LiPoly battery monitor** - LC709203 chip actively monitors your battery for voltage and state of charge / percentage reporting over I2C +- **Reset and DFU** (BOOT0) buttons to get into the ROM bootloader (which is a USB serial port so you don't need a separate cable!) +- **USB-c debug port** the board has CP2102 serial chip (optional, for checking the hardware serial debug console) +- **Micro I2C** connector for I2C devices, with switchable power, so you can go into low power mode. +- **Charge & User** LEDs + status +- **NeoPixel** 4 tiny neopixel led next to the camera so they can act as cam light or flash. +- **Low Power friendly**! In deep sleep mode, we can get down to 80~100uA of current draw from the battery +- **Works with Arduino or CircuitPython** + +## Learn More + +* [GitHub](https://github.com/CircuitART/ESP32S3zero) diff --git a/_board/circuitbrains_basic_m0.md b/_board/circuitbrains_basic_m0.md index 55e887c55..8d075cfdf 100644 --- a/_board/circuitbrains_basic_m0.md +++ b/_board/circuitbrains_basic_m0.md @@ -13,6 +13,8 @@ bootloader_id: circuitbrains_basic_m0 downloads_display: true blinka: false download_instructions: "" +features: + - Castellated Pads --- CircuitPython on an ARM Cortex M0 in 1 square inch! This "Just Add Solder" castellated module is perfect for incorporating into your own project. The CircuitBrains Basic board footprint is small enough to fit into narrow spaces and wearable projects. diff --git a/_board/circuitbrains_deluxe_m4.md b/_board/circuitbrains_deluxe_m4.md index ffffe7da0..e8e91345c 100644 --- a/_board/circuitbrains_deluxe_m4.md +++ b/_board/circuitbrains_deluxe_m4.md @@ -14,6 +14,8 @@ bootloader_id: circuitbrains_deluxe_m4 downloads_display: true blinka: false download_instructions: "" +features: + - Castellated Pads --- CircuitPython on an ARM Cortex M4 in almost 1 square inch! This "Just Add Solder" castellated module is perfect for incorporating into your own project. The CircuitBrains Deluxe board footprint is small enough to fit into narrow spaces and wearable projects. @@ -35,7 +37,6 @@ CircuitPython on an ARM Cortex M4 in almost 1 square inch! This "Just Add Solder ## Purchase -* [CircuitBrains Deluxe Project Page](https://kevinneubauer.com/portfolio/circuitbrains-deluxe/) * [Kevin Neubauer Twitter](https://twitter.com/kevinneubauer) ## Learn more diff --git a/_board/circuitplayground_bluefruit.md b/_board/circuitplayground_bluefruit.md index 95d735450..ad6ac6a35 100644 --- a/_board/circuitplayground_bluefruit.md +++ b/_board/circuitplayground_bluefruit.md @@ -13,6 +13,7 @@ board_image: "circuitplayground_bluefruit.jpg" date_added: 2019-08-30 family: nrf52840 bootloader_id: circuitplayground_nrf52840 +download_instructions: https://learn.adafruit.com/adafruit-circuit-playground-bluefruit/circuitpython features: - Speaker - Solder-Free Alligator Clip diff --git a/_board/circuitplayground_express.md b/_board/circuitplayground_express.md index c24ac5855..f79d03ec1 100644 --- a/_board/circuitplayground_express.md +++ b/_board/circuitplayground_express.md @@ -19,6 +19,7 @@ board_image: "circuitplayground_express.jpg" date_added: 2018-12-13 family: atmel-samd bootloader_id: circuitplay_m0 +download_instructions: https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart features: - Speaker - Solder-Free Alligator Clip diff --git a/_board/circuitplayground_express_4h.md b/_board/circuitplayground_express_4h.md index e9108fec8..073c7b3e8 100644 --- a/_board/circuitplayground_express_4h.md +++ b/_board/circuitplayground_express_4h.md @@ -12,6 +12,7 @@ board_image: "circuitplayground_express_4h.jpg" date_added: 2019-04-13 family: atmel-samd bootloader_id: circuitplay_m0 +download_instructions: https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart features: - Speaker - Solder-Free Alligator Clip diff --git a/_board/circuitplayground_express_crickit.md b/_board/circuitplayground_express_crickit.md index d7d483051..8624cbff9 100644 --- a/_board/circuitplayground_express_crickit.md +++ b/_board/circuitplayground_express_crickit.md @@ -10,6 +10,7 @@ board_image: "circuitplayground_express_crickit.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: circuitplay_m0 +download_instructions: https://learn.adafruit.com/adafruit-crickit-creative-robotic-interactive-construction-kit/circuitpython-code features: - Speaker - Robotics diff --git a/_board/circuitplayground_express_digikey_pycon2019.md b/_board/circuitplayground_express_digikey_pycon2019.md index ef01c1912..35d469731 100644 --- a/_board/circuitplayground_express_digikey_pycon2019.md +++ b/_board/circuitplayground_express_digikey_pycon2019.md @@ -10,6 +10,7 @@ board_image: "circuitplayground_express_digikey_pycon2019.jpg" date_added: 2019-04-13 family: atmel-samd bootloader_id: circuitplay_m0 +download_instructions: https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart features: - Speaker - Solder-Free Alligator Clip diff --git a/_board/circuitplayground_express_displayio.md b/_board/circuitplayground_express_displayio.md index a25dd47a8..b0852cee1 100644 --- a/_board/circuitplayground_express_displayio.md +++ b/_board/circuitplayground_express_displayio.md @@ -12,6 +12,7 @@ board_image: "circuitplayground_express_displayio.jpg" date_added: 2019-10-17 family: atmel-samd bootloader_id: circuitplay_m0 +download_instructions: https://learn.adafruit.com/adafruit-tft-gizmo/circuitpython-displayio-quickstart features: - Speaker - Display diff --git a/_board/clue_nrf52840_express.md b/_board/clue_nrf52840_express.md index 4118c98ae..1a75b9740 100644 --- a/_board/clue_nrf52840_express.md +++ b/_board/clue_nrf52840_express.md @@ -12,6 +12,7 @@ board_image: "clue_nrf52840_express.jpg" date_added: 2019-12-30 family: nrf52840 bootloader_id: clue_nrf52840 +download_instructions: https://learn.adafruit.com/adafruit-clue/circuitpython features: - Display - Bluetooth/BTLE diff --git a/_board/cosmo_pico.md b/_board/cosmo_pico.md index 26999575b..3bf53c100 100644 --- a/_board/cosmo_pico.md +++ b/_board/cosmo_pico.md @@ -8,7 +8,7 @@ board_url: - "https://edtechzine.jp/article/detail/8715" board_image: "cosmo_pico.jpg" date_added: 2023-03-01 -family: raspberrypi +family: rp2040 features: - Wi-Fi - Bluetooth/BTLE diff --git a/_board/cp_sapling_m0.md b/_board/cp_sapling_m0.md index c34b2a555..46ed5b973 100644 --- a/_board/cp_sapling_m0.md +++ b/_board/cp_sapling_m0.md @@ -5,7 +5,6 @@ title: "CP Sapling M0 Download" name: "CP Sapling M0" manufacturer: "Oak Development Technologies" board_url: - - "https://www.oakdev.tech/store/p7/CP-Sapling-m0-development-board.html#/" board_image: "cp_sapling_m0.jpg" date_added: 2020-11-23 family: atmel-samd @@ -35,7 +34,3 @@ This board also comes with the SOIC-8 pads available on the bottom of the board * 3.3V regulator with [500mA peak output]() * [Optional SOIC-8 SPI Flash chip on bottom] * **Reset switch** for starting your project code over or entering bootloader mode - -## Purchase - -* [Oak Dev Tech](https://www.oakdev.tech/store/p7/CP-Sapling-m0-development-board.html#/) diff --git a/_board/cp_sapling_m0_revb.md b/_board/cp_sapling_m0_revb.md index e8cb30eed..fa7d53d46 100644 --- a/_board/cp_sapling_m0_revb.md +++ b/_board/cp_sapling_m0_revb.md @@ -5,7 +5,7 @@ title: "CP Sapling M0 Rev B Download" name: "CP Sapling M0 Rev B" manufacturer: "Oak Development Technologies" board_url: - - "https://www.oakdev.tech/store/p10/%28Coming_Soon%29_CP_Sapling_Rev_B.html#/" + - "https://www.tindie.com/products/oakdevtech/cp-sapling-rev-b-samd21-micro-dev-board/" board_image: "cp_sapling_m0_revb.jpg" date_added: 2021-06-04 family: atmel-samd @@ -35,5 +35,4 @@ This board also comes with the SOIC-8 pads available on the bottom of the board ## Purchase -* [Oak Dev Tech](https://www.oakdev.tech/store/p10/%28Coming_Soon%29_CP_Sapling_Rev_B.html#/) * [ODT Tindie Shop](https://www.tindie.com/products/oakdevtech/cp-sapling-rev-b-samd21-micro-dev-board/) diff --git a/_board/cp_sapling_m0_spiflash.md b/_board/cp_sapling_m0_spiflash.md index 1bd3d50bc..98878f610 100644 --- a/_board/cp_sapling_m0_spiflash.md +++ b/_board/cp_sapling_m0_spiflash.md @@ -5,7 +5,6 @@ title: "CP Sapling M0 with SPI Flash Download" name: "CP Sapling M0 with SPI Flash" manufacturer: "Oak Development Technologies" board_url: - - "https://www.oakdev.tech/store/p7/CP-Sapling-m0-development-board.html#/" board_image: "cp_sapling_m0.jpg" date_added: 2021-04-06 family: atmel-samd @@ -21,8 +20,6 @@ Providing quick and easy access to SPI and I2C (pins + Stemma/Qwiic connector) s This board also comes with the SOIC-8 pads available on the bottom of the board to enable it to expand storage with SPI FLASH! - - * **ATSAMD21E18** 32-bit Cortex M0+ - 48 MHz 32 bit processor with **256KB Flash** and **32 KB RAM** * Native USB supported by every OS - can be used in CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts. * Can be used with **CircuitPython** (Arduino coming soon!) @@ -36,6 +33,3 @@ This board also comes with the SOIC-8 pads available on the bottom of the board * [Optional SOIC-8 SPI Flash chip on bottom] * **Reset switch** for starting your project code over or entering bootloader mode -## Purchase - -* [Oak Dev Tech](https://www.oakdev.tech/store/p7/CP-Sapling-m0-development-board.html#/) diff --git a/_board/crcibernetica_ideaboard.md b/_board/crcibernetica_ideaboard.md index b9b760d17..f328b8218 100644 --- a/_board/crcibernetica_ideaboard.md +++ b/_board/crcibernetica_ideaboard.md @@ -10,6 +10,7 @@ board_image: "crcibernetica_ideaboard.jpg" date_added: 2022-11-13 family: esp32 downloads_display: true +download_instructions: https://github.com/CRCibernetica/circuitpython-ideaboard/wiki/3.-Installation features: - Bluetooth/BTLE - Wi-Fi diff --git a/_board/cytron_edu_pico_w.md b/_board/cytron_edu_pico_w.md index 22bdb68b8..35b1f81c9 100644 --- a/_board/cytron_edu_pico_w.md +++ b/_board/cytron_edu_pico_w.md @@ -8,7 +8,8 @@ board_url: - "https://www.cytron.io/p-edu-project-and-innovation-kits-for-pico-w" board_image: "cytron_edu_pico_w.jpg" date_added: 2024-01-24 -family: raspberrypi +family: rp2040 +download_instructions: https://drive.google.com/file/d/11HsdBkVWlOHMAWY-yf4V_Gd5FLM9MIwv/view features: - Battery Charging - Speaker @@ -19,7 +20,7 @@ features: EDU PICO Project and Innovation Kit for Raspberry Pi Pico W – an all-in-one solution designed to inspire creativity, foster learning, and fuel innovation. Whether you're a student, educator, or maker, this kit is your gateway to the exciting world of embedded systems and programming using CircuitPython. ## Technical details - + - 1x Pi Pico Socket with GPIO breakout - 1x LiPo Battery Connector - 1x Charge LED diff --git a/_board/cytron_iriv_io_controller.md b/_board/cytron_iriv_io_controller.md new file mode 100644 index 000000000..26ff6970b --- /dev/null +++ b/_board/cytron_iriv_io_controller.md @@ -0,0 +1,51 @@ +--- +layout: download +board_id: "cytron_iriv_io_controller" +title: "IRIV IO Controller Download" +name: "IRIV IO Controller (RP2350)" +manufacturer: "Cytron Technologies" +board_url: + - "https://www.cytron.io/p-iriv-ioc" +board_image: "cytron_iriv_io_controller.png" +date_added: 2024-08-08 +family: rp2350 + +--- + +Introducing the IRIV IO Controller, an industrial-grade IO controller designed for lightweight automation solutions. It is powered by the brand new Raspberry Pi RP2350 MCU, making it a reliable solution for your industrial applications. + +Engineered to simplify your industrial application and IO management, the IRIV IO Controller can be more than just a standalone IO Controller for your solution. + +### Powered by the Latest Raspberry Pi RP2350 +The IRIV IO Controller is powered by the brand new Raspberry Pi RP2350 Chip, which makes it more powerful, fast, versatile, and efficient. + +### Various Industry Applications +IRIV IO Controller can be used in many industry applications. It can be used as a standalone IO Expander, Data Gatherer, Network Gateway, Automation Control, and much more! + +### IRIV Industrial Ecosystem +IRIV IO Controller can be used along with the powerful IRIV PiControl, making your industrial application more manageable and systematic while reducing costs. Use IRIV PiControl as your main system controller, while using IRIV IO Controller to gather your data or monitor your machinery and automation. + +## Technical Details +* Microcontroller: Raspberry Pi RP2350, Dual ARM Cortex-M33 @ 150MHz +* RAM: 520KB on-chip SRAM +* Storage: 2MB flash memory +* Interface: + * 1x USB-C (For programming and configuration) + * 1x RJ45 Ethernet (via W5500 Ethernet controller) + * 1x isolated RS485 + * 11x isolated digital input (up to 50V) + * 4x isolated digital output (up to 50V) + * 2x 12-bit analog input (0 - 10.56V / 0 - 42.58mA) +* Power Supply: DC 10-30V surge-protected +* PCF85063A Real Time Clock +* Additional Features: + * 1x Reset Button + * 1x Boot Button + * 1x Programmable Button + * 1x programmable LED + * Status LED for Power, RS485, DIN & DOUT + * 1x Passive Buzzer +* Enclosure: Metal enclosure, fanless design, DIN rail mountable + +## Purchase +* [Cytron](https://www.cytron.io/p-iriv-ioc) \ No newline at end of file diff --git a/_board/cytron_maker_feather_aiot_s3.md b/_board/cytron_maker_feather_aiot_s3.md index 889e3a901..3a1064411 100644 --- a/_board/cytron_maker_feather_aiot_s3.md +++ b/_board/cytron_maker_feather_aiot_s3.md @@ -10,6 +10,7 @@ board_image: "cytron_maker_feather_aiot_s3.jpg" date_added: 2022-11-25 family: esp32s3 bootloader_id: cytron_maker_feather_aiot_s3 +download_instructions: https://www.cytron.io/tutorial/get-started-with-maker-feather-aIot-s3-using-circuitpyhton features: - Speaker - STEMMA QT/QWIIC diff --git a/_board/cytron_maker_nano_rp2040.md b/_board/cytron_maker_nano_rp2040.md index 426f2928b..da1d24606 100644 --- a/_board/cytron_maker_nano_rp2040.md +++ b/_board/cytron_maker_nano_rp2040.md @@ -8,7 +8,8 @@ board_url: - "https://www.cytron.io/p-maker-nano-rp2040" board_image: "cytron_maker_nano_rp2040.jpg" date_added: 2021-12-06 -family: raspberrypi +family: rp2040 +download_instructions: https://github.com/CytronTechnologies/MAKER-NANO-RP2040#circuitpython features: - Speaker - STEMMA QT/QWIIC diff --git a/_board/cytron_maker_pi_rp2040.md b/_board/cytron_maker_pi_rp2040.md index 82e234b4d..abf51dbb2 100644 --- a/_board/cytron_maker_pi_rp2040.md +++ b/_board/cytron_maker_pi_rp2040.md @@ -9,7 +9,8 @@ board_url: - "https://www.adafruit.com/product/5129" board_image: "cytron_maker_pi_rp2040.jpg" date_added: 2021-05-31 -family: raspberrypi +family: rp2040 +download_instructions: https://github.com/CytronTechnologies/MAKER-PI-RP2040#circuitpython features: - Battery Charging - Speaker diff --git a/_board/cytron_maker_uno_rp2040.md b/_board/cytron_maker_uno_rp2040.md index 64cb1b152..991921789 100644 --- a/_board/cytron_maker_uno_rp2040.md +++ b/_board/cytron_maker_uno_rp2040.md @@ -8,7 +8,8 @@ board_url: - "https://my.cytron.io/p-maker-uno-rp2040" board_image: "cytron_maker_uno_rp2040.jpg" date_added: 2023-12-14 -family: raspberrypi +family: rp2040 +download_instructions: https://my.cytron.io/tutorial/getting-started-guide-with-maker-uno-rp2040-circuitpython features: - Battery Charging - Arduino Shield Compatible @@ -20,8 +21,8 @@ Introducing the **Maker Uno RP2040**, a revolutionary development board that com Comes with the handy Maker series goodness aimed to simplify digital making. Equipped with onboard LEDs for troubleshooting and visual effects, a ready-to-use programmable piezo buzzer, and push buttons, it's perfect for kickstarting your project and learning process. In addition to the ever-trusted female Uno Header, we provide the board Grove and Maker ports for quick sensors and modules connection and foolproof protection against misconnections. - -Connect up to 4 servo motors simultaneously with our board’s dedicated servo port! Quickly integrate your servo motors without the hassle of using extra messy jumpers and worrying about insufficient current supply. + +Connect up to 4 servo motors simultaneously with our board’s dedicated servo port! Quickly integrate your servo motors without the hassle of using extra messy jumpers and worrying about insufficient current supply. The board offers two power supply options - USB(5V) or with a single-cell LiPo/Li-Ion battery which also comes with automatic power selection, offering flexibility for various applications. Not only that, it comes with built-in charging circuit with overcharge and over-discharge protection circuit to charge the LiPo battery. diff --git a/_board/cytron_motion_2350_pro.md b/_board/cytron_motion_2350_pro.md new file mode 100644 index 000000000..33de32be6 --- /dev/null +++ b/_board/cytron_motion_2350_pro.md @@ -0,0 +1,27 @@ +--- +layout: download +board_id: "cytron_motion_2350_pro" +title: "Motion 2350 Pro Download" +name: "Motion 2350 Pro" +manufacturer: "Cytron Technologies" +board_url: + - "https://www.cytron.io/p-motion-2350-pro" +board_image: "cytron_motion_2350_pro.png" +date_added: 2024-08-08 +family: rp2350 +download_instructions: https://www.cytron.io/tutorial/getting-started-with-motion-2350-pro-cp + +--- + +## MOTION 2350 Pro - Advanced Robotics Controller for Beginners +It has been a few years since the first microcontroller by Raspberry Pi, the RP2040, was launched. Now, Raspberry Pi has introduced the latest upgraded processor, the RP2350. Introducing MOTION 2350 Pro, designed by Cytron, leveraging the new RP2350 processor. Built for beginner and intermediate users to experience the Pro version of the board. Ideal for those who want to build an advanced robot, minimize efforts on electronics, and focus on mechanics. + +## More Power, More Ports, More Connectivity +The Motion 2350 Pro features an advanced DC motor driver capable of controlling up to 4 brushed DC motors (3A Max each channel), with voltage ratings from 3.6V to 16V. Building a powerful robot with mecanum wheels has never been easier, thanks to this robust 4-channel driver! Additionally, the controller is equipped with 8-channel 5V servo ports, 8-channel GPIO breakout, and 3 Maker Ports, enabling you to connect a wide array of components and sensors. The highlight? The Motion 2350 Pro comes with a direct USB host for a USB joystick/gamepad, ensuring true plug-and-play convenience. + +## Favorable Maker Features +“Maker” features have been a signature of Cytron products. GPIO references printed on the silkscreen and colored headers help beginners connect components to the correct GPIO pins. The built-in quick test buttons and motor output LEDs allow for quick and convenient functional testing of the motor driver without writing any code. The user buttons and piezo buzzer are also beneficial for running simple commands, eliminating the need for extra wiring! Of course not to forget the LED indicator for each Digitial IO pin. + +The MOTION 2350 Pro combines the Raspberry Pi Pico 2, the benefits of the Maker series, an advanced robot controller, and other useful features. Therefore, this board is compatible with the existing Raspberry Pi Pico ecosystem. Software, firmware, libraries, and resources developed for Pico should work seamlessly with the MOTION 2350 Pro allowing users to program in familiar environments such as Python (MicroPython, CircuitPython), C/C++, and Arduino IDE (coming soon). + +CircuitPython is preloaded on the MOTION 2350 Pro, running a simple demo program right out of the box. Connect it to your computer via a USB-C cable and turn it on. You will be greeted by a melody tune and running LED lights. Press the GP20 and GP21 push buttons to run another demo code. With this demo code and quick test buttons, you can test the board the moment you receive it! diff --git a/_board/daisy_seed_with_sdram.md b/_board/daisy_seed_with_sdram.md new file mode 100644 index 000000000..5b1321827 --- /dev/null +++ b/_board/daisy_seed_with_sdram.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "daisy_seed_with_sdram" +title: "Daisy Seed Download" +name: "Daisy Seed" +manufacturer: "Electrosmith" +board_url: + - "https://electro-smith.com/products/daisy-seed" +board_image: "daisy_seed_with_sdram.jpg" +date_added: 2025-03-19 +family: stm +features: + - Breadboard-Friendly + - Raspberry Pi Pico Form Factor +--- + +Daisy is an embedded platform for music. It features everything you need for creating high fidelity audio hardware devices. Just plug in a USB cable and start making sound! Programming the Daisy is a breeze with support for a number of languages including C++, Arduino, and Max/MSP Gen~. To get started, simply upload an example program over USB, and start tweaking! + +**Documentation, design files, and assets are hosted on our [Daisy Support Site](https://daisy.audio/hardware/Seed/).** + +All firmware that we develop is released for free under a permissive open source license. + +- Stereo audio IO - 96kHz / 24-bit audio hardware (AC-Coupled) +- Programmable in: C++, Arduino, Max/MSP gen~, Pure Data +- x31 GPIO, x12 ADC inputs (16-bit), x2 DAC outputs (12-bit, DC-Coupled) +- ARM Cortex-M7 MCU, running at 480MHz +- 64MB of SDRAM for up to 10 minute long audio buffers, 8MB external flash +- SD card interface, PWM outputs, and various serial protocols for external devices (SPI, UART, SAI/I2S, I2C) +- Dedicated VIN pin for external power + +## Purchase + +- [Electrosmith](https://electro-smith.com/products/daisy-seed) diff --git a/_board/datalore_ip_m4.md b/_board/datalore_ip_m4.md index ef1fdbebd..8def4a6a2 100644 --- a/_board/datalore_ip_m4.md +++ b/_board/datalore_ip_m4.md @@ -10,6 +10,7 @@ board_image: "datalore_ip_m4.jpg" date_added: 2019-04-05 family: atmel-samd features: + - Castellated Pads --- Datalore IP M4 is an integrable CircuitPython ready module for soldering onto projects. Like diff --git a/_board/datanoise_picoadk.md b/_board/datanoise_picoadk.md index 7fca33770..c02c8f658 100644 --- a/_board/datanoise_picoadk.md +++ b/_board/datanoise_picoadk.md @@ -8,7 +8,7 @@ board_url: - "https://www.tindie.com/products/datanoisetv/picoadk-audio-development-kit-raspberry-rp2040/" board_image: "datanoise_picoadk.jpg" date_added: 2023-07-28 -family: raspberrypi +family: rp2040 features: - STEMMA QT/QWIIC - USB-C diff --git a/_board/datanoise_picoadk_v2.md b/_board/datanoise_picoadk_v2.md new file mode 100644 index 000000000..360d57387 --- /dev/null +++ b/_board/datanoise_picoadk_v2.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "datanoise_picoadk_v2" +title: "PicoADK v2 - Audio Development Kit Download" +name: "PicoADK v2 - Audio Development Kit" +manufacturer: "Datanoise" +board_url: + - "https://datanoise.shop/products/picoadk-v2" +board_image: "datanoise_picoadk_v2.jpg" +date_added: 2024-10-08 +family: rp2350 +features: + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly +--- + +The PicoADK v2 is the enhanced successor to the popular PicoADK v1, designed for all your Audio Digital Signal Processing (DSP) needs. Whether you're building custom synthesizers, noise generators, audio effects, or educational kits, the PicoADK v2 provides a powerful and versatile platform. Its robust hardware and rich feature set make it perfect for DIY enthusiasts, audio developers, and educators alike. + +#### Specifications + +- Powerful MCU: Equipped with a Raspberry Pi RP2350A MCU (Dual Core 150MHz with overclocking capability, Hazard3 RISC-V or Cortex-M33, software selectable) for fast computing with FPU (Floating Point Unit) +- Lot of Storage: 4 MB QSPI Flash for your Code and Data +- Expandable Memory: Optional 8MB QSPI PSRAM for applications which needs more RAM (e.g. Long Delays) +- Connectivity: QUIIC / I2C Connector +- Debugging Features: SWD Debug Port +- Storage Options: TF-Card (Micro) on the bottom of the PCB (SPI or SDIO 4-bit Mode capable) +- MIDI In Circuit with Optocoupler +- Presoldered Pin Headers +- Power LED +- User LED +- Type-C for Programming and User +- 5-pin USB pins (e.g. for USB Host) +- I2S Pins exposed on the headers, to allow for connecting an ADC. + + +## Purchase + +* [Datanoise](https://datanoise.shop/products/picoadk-v2) diff --git a/_board/e_fidget.md b/_board/e_fidget.md index dc1e34408..9557a7914 100644 --- a/_board/e_fidget.md +++ b/_board/e_fidget.md @@ -8,7 +8,7 @@ board_url: - "https://e-fidget.xyz" board_image: "e_fidget.jpg" date_added: 2023-01-04 -family: raspberrypi +family: rp2040 features: - Battery Charging - USB-C diff --git a/_board/edgebadge.md b/_board/edgebadge.md index 41c42e68c..0d04cc9b6 100644 --- a/_board/edgebadge.md +++ b/_board/edgebadge.md @@ -10,6 +10,7 @@ board_image: "edgebadge.jpg" date_added: 2019-11-19 family: atmel-samd bootloader_id: arcade_pybadge +download_instructions: https://learn.adafruit.com/adafruit-pybadge/installing-circuitpython features: - Display - Speaker diff --git a/_board/elecfreaks_picoed.md b/_board/elecfreaks_picoed.md index 1425f2b3b..69676891c 100644 --- a/_board/elecfreaks_picoed.md +++ b/_board/elecfreaks_picoed.md @@ -8,7 +8,8 @@ board_url: - "https://www.elecfreaks.com/picoed.html" board_image: "elecfreaks_picoed.jpg" date_added: 2022-04-21 -family: raspberrypi +family: rp2040 +download_instructions: https://www.elecfreaks.com/learn-en/pico-ed/index.html features: - Speaker - Display diff --git a/_board/elecrow_crowpanel_3.5.md b/_board/elecrow_crowpanel_3.5.md new file mode 100644 index 000000000..43f879fa8 --- /dev/null +++ b/_board/elecrow_crowpanel_3.5.md @@ -0,0 +1,43 @@ +--- +layout: download +board_id: "elecrow_crowpanel_3.5" +title: "Elecrow CrowPanel ESP32 3.5 TFT" +name: "Elecrow CrowPanel 3.5" +manufacturer: "Elecrow" +board_url: + - "https://www.elecrow.com/esp32-display-3-5-inch-hmi-display-spi-tft-lcd-touch-screen.html" +board_image: "elecrow_crowpanel_3.5.jpg" +date_added: 2025-08-16 +family: esp32 +features: + - Bluetooth/BTLE + - Battery Charging + - Display + - USB-C + - Wi-Fi +--- + +CrowPanel ESP32 Display 3.5-inch module is a powerful HMI touch screen with a 480*320 resolution LCD display. It uses the ESP32-WROOM-32 module as the main control processor, with a dual-core 32-bit LX6 microprocessor, integrated WiFi and Bluetooth-compatible wireless functions, a main frequency of up to 240MHz, providing powerful performance and versatile applications, suitable for IoT application devices and other scenes. + +The module includes a 3.5-inch LCD display and a driver board. The display screen uses resistive touch technology and comes with a resistive touch pen, making the screen usage more flexible. In addition, the board has reserved a TF card slot, multiple peripheral interfaces, USB interface, speaker interface, battery interface, etc., providing more expansion possibilities. It supports development environments such as Arduino IDE, Espressif IDF, Lua RTOS, and Micro Python, and is compatible with the **[LVGL](https://lvgl.io/)** graphics library, supports **[openHASP](https://www.openhasp.com/0.7.0/hardware/elecrow/crowpanel-hmi-spi/)**. This enables developers to not only customize their own UI interfaces but also to create interesting projects quickly and easily, greatly shortening the development cycle. + +The CrowPanel ESP32 Display 3.5-inch module is suitable for a wide range of scenes such as automotive HMI, medical equipment, smart home, industrial control, power, civil electronics, home automation, new energy, and IoT application devices. Its various interfaces and expansion functions make it able to meet the needs of different fields, providing users with a more comprehensive solution. This 3.5" display also supports tactility. + +## Specifications +- Model: 3.5 inches module-CrowPanel ESP32 display +- Main Processor: ESP32-WROVER-B +- Resolution: 480*320 +- Touch Type: Resistive Touch Screen +- Display Type: TN Panel +- Screen: TFT-LCD Screen +- Display driver: ILI9488 +- External power supply: DC5V-2A +- Interface: 1*TF Card Slot, 1* I2C, 1* GPIO, 1*Speak, 1* UART1, 1*UART0 +- Button: BOOT Button and Reset Button +- Active Area: 48.96*73.44mm(W*H) +- Working Temperature: -20℃~70℃ +- Storage Temperature: -30℃~80℃ + +## Purchase + +* [Elecrow](https://www.elecrow.com/esp32-display-3-5-inch-hmi-display-spi-tft-lcd-touch-screen.html) diff --git a/_board/elecrow_crowpanel_4_2_epaper.md b/_board/elecrow_crowpanel_4_2_epaper.md new file mode 100644 index 000000000..f40ddf11a --- /dev/null +++ b/_board/elecrow_crowpanel_4_2_epaper.md @@ -0,0 +1,51 @@ +--- +layout: download +board_id: "elecrow_crowpanel_4_2_epaper" +title: "Elecrow CrowPanel ESP32S3 4.2 Epaper" +name: "Elecrow CrowPanel 4.2" +manufacturer: "Elecrow" +board_url: + - "https://www.elecrow.com/crowpanel-esp32-4-2-e-paper-hmi-display-with-400-300-resolution-black-white-color-driven-by-spi-interface.html/" +board_image: "elecrow_crowpanel_4_2_epaper.jpg" +date_added: 2025-02-28 +family: esp32s3 +features: + - Bluetooth/BTLE + - Battery Charging + - Display + - USB-C + - Wi-Fi +--- + +This CrowPanel ESP32 4.2” E-paper HMI display adopts advanced active matrix electrophoretic display technology and is equipped with a hard-coated anti-glare surface, which can keep the content clearly visible even in the sun, perfectly reproducing the appearance and reading experience of traditional paper. The built-in ESP32-S3 chip as the main control ensures powerful performance and fast and stable data transmission through the SPI interface. With a high resolution of 400*300, it provides a delicate display effect and adopts a classic black and white dual-color display to adapt to various application scenarios. It is also equipped with multiple interface and button designs, including TF card slot, BAT interface, UART0 interface, 2x10 pin GPIO interface, back button, home button and rotary switch switch, which is convenient for users to develop and operate. The white acrylic shell is not only beautiful but also protects the screen. + +Based on the ESP32 chip, another highlight is its wide compatibility. It is compatible with three development environments: Arduino IDE, ESP IDF, and MicroPython, simplifying the secondary development process. Also, its ultra-wide viewing angle design allows you to enjoy the same brilliant image from any angle. The ultra-low power consumption feature consumes only a small amount of power when refreshing, ensuring long-lasting battery life. Pure reflection mode means no backlight is required, and information remains clearly visible after power failure, without worrying about information loss. + +Due to its excellent characteristics such as low power consumption, high contrast and high reflectivity, this e-ink screen is widely used in shelf labels, price tags, badges, smart labels, smart home devices, e-readers, smart wearable devices and other portable devices, and is an ideal choice for various smart devices and applications. + +## Technical Details +- 4.2-inch E-Paper display, 400*300 resolution, black and white, using SPI interface communication; +- ESP32-S3 as the main chip, frequency up to 240MHz; +- Pure reflection mode, no backlight required, completely relying on light reflection to display content, and the displayed content will not be lost even if the power is off; +- Hard-coated anti-glare display surface, which can keep the content visible even under direct sunlight; +- High contrast and high reflectivity provide a clearer and more vivid visual experience; +- Ultra-low power consumption and partial refresh function, significantly saving energy and extending battery life; +- Support full viewing angle, clearly visible from any angle; +- Rich buttons and interfaces (such as GPIO interface, UART interface, home button, etc.) for easy development and operation; +- Equip with Arduino IDE, ESP IDF, and MicroPython development environment for a smooth development experience + +## Specifications +- MCU: ESP32-S3-WROOM-1-N8R8 +- Power Supply: lithium battery, USB Type-C +- Supply Voltage: 3~5v +- Operating Temperature: 0~50℃ +- Storage Temperature: -25~70℃ +- Display Resolution: 300(H)x400(V) Pixel +- Connection Method: Wi-Fi, BLE +- Screen Size: 4.2 Inch +- Active Area: 84.8x63.6 +- Pixel Pitch: 0.212x0.212 + +## Purchase + +* [Elecrow](https://www.elecrow.com/crowpanel-esp32-4-2-e-paper-hmi-display-with-400-300-resolution-black-white-color-driven-by-spi-interface.html) diff --git a/_board/electrolama_minik.md b/_board/electrolama_minik.md index ce65a750a..a43f39539 100644 --- a/_board/electrolama_minik.md +++ b/_board/electrolama_minik.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/electrolama/minik" board_image: "electrolama_minik.jpg" date_added: 2022-08-22 -family: raspberrypi +family: rp2040 features: --- diff --git a/_board/esp32-wrover-dev-cam.md b/_board/esp32-wrover-dev-cam.md new file mode 100644 index 000000000..c0816216e --- /dev/null +++ b/_board/esp32-wrover-dev-cam.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "esp32-wrover-dev-cam" +title: "ESP32-WRover Cam Dev Board Download" +name: "ESP32-WRover Cam Dev Board" +manufacturer: "Freenove" +board_url: "https://store.freenove.com/products/fnk0060" +board_image: "esp32-wrover-dev-cam.jpg" +date_added: 2024-05-23 +family: esp32 +features: + - Wi-Fi + - Camera + - Bluetooth/BTLE + - Breadboard-Friendly +--- + +The Freenove ESP32-Wrover CAM board is an ESP32 development board with the ESP32-Wrover-E chip (with 4 MB PSRAM) and an OV2640 camera. + +It has a USB-to-UART converter so it’s straightforward to upload code to the board. You just need to +connect a USB cable to the board and connect it to your computer to upload code or apply power. There’s no need for extra circuitry or an FTDI programmer (contrary to the ESP32-CAM AI-Thinker board). + +It comes with several exposed GPIOs if you want to connect other peripherals like sensors and outputs (many more GPIOs than the ESP32-CAM AI-Thinker). Additionally, if you’re not using the camera, you can use it as a regular ESP32 with a wide number of available GPIOs. The GPIOs with a slash above the numbers are the ones used by the camera. + +There are RESET and BOOT buttons, which makes it easy to reset the board or put it in flashing mode if needed. + +### Features: + +- ESP32-Wrover-E Chip with 4MB PSRAM +- Built-in USB-to-UART (CH340C drivers) — no need for an FTDI programmer +- Camera OV2640 2 Megapixel +- BOOT and RST buttons +- LED indicators (RX/TX ON/OFF, and built-in LED (GPIO2)) +- Onboard antenna + +## Purchase + +* [Aliexpress](https://www.aliexpress.com/item/3256804153608796.html) +* [Amazon](https://amzn.to/4c8Bl51) diff --git a/_board/espressif_esp32_devkitc_v4_wroom_32e.md b/_board/espressif_esp32_devkitc_v4_wroom_32e.md index d18868bb0..876fded2c 100644 --- a/_board/espressif_esp32_devkitc_v4_wroom_32e.md +++ b/_board/espressif_esp32_devkitc_v4_wroom_32e.md @@ -1,8 +1,8 @@ --- layout: download board_id: "espressif_esp32_devkitc_v4_wroom_32e" -title: "ESP32-DevKitC-VE-WROVER Download" -name: "ESP32-DevKitC-VE-WROVER" +title: "ESP32-DevKitC-V4-WROOM-32E Download" +name: "ESP32-DevKitC-V4-WROOM-32E" manufacturer: "Espressif" board_url: - "https://www.adafruit.com/product/3269" @@ -20,8 +20,6 @@ The ESP8266 started a small revolution by bringing WiFi to a small and cheap pac The development board breaks out all the module’s pins to 0.1″ headers and provides a CP2102 USB-TTL serial adapter, programming and reset buttons, and a power regulator to supply the ESP32 with a stable 3.3 V. Espressif doubled-down on the CPU resources for the ESP32 with a dual core, running at 160MHz and tons more pins and peripherals. -**Please note: The ESP32 is still targeted to developers**. Not all of the peripherals are fully documented with example code, and there are some bugs still being found and fixed. We got many sensors and displays working under Arduino IDE, so you can expect things like I2C and SPI and analog reads to work. But other elements are still under development. This board is designed for use with the Tensilica toolchain (ESP IDF) so we recommend that for better hardware-support coverage. - Color of PCB may vary. Note that is is exactly large enough to cover both sides of a solderless breadboard with no left-over pins, so if you want to use with a solderless breadboard, use two side-by-side! ## Purchase diff --git a/_board/espressif_esp32c3_lyra_v2.md b/_board/espressif_esp32c3_lyra_v2.md new file mode 100644 index 000000000..b29298536 --- /dev/null +++ b/_board/espressif_esp32c3_lyra_v2.md @@ -0,0 +1,54 @@ +--- +layout: download +board_id: "espressif_esp32c3_lyra_v2" +title: "ESP32-C3-Lyra V2.0 Download" +name: "ESP32-C3-Lyra V2.0" +manufacturer: "Espressif" +board_url: + - "https://docs.espressif.com/projects/esp-adf/en/latest/design-guide/dev-boards/user-guide-esp32-c3-lyra.html" +board_image: "espressif_esp32c3_lyra_v2.jpg" +date_added: 2025-10-18 +family: esp32c3 +features: + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly +--- + +ESP32-C3-Lyra is an ESP32-C3-based audio development board produced by Espressif for controlling light with audio. The board has control over the microphone, speaker, and LED strip, perfectly matching customers’ product development needs for ultra-low-cost and high-performance audio broadcasters and rhythm light strips. + +### Feature List + +- **Module Embedded:** ESP32-C3-WROOM-02 module with a 4 MB external SPI flash +- **Audio:** built-in ECM microphone, speaker power amplifier, speaker connector +- **LED Strip Connector:** support for two types of connections, i.e., connections to addressable LED strips and RGB LED strips +- **Infrared Control:** support for infrared (IR) transmitting and receiving +- **Keys:** boot key, reset key, and six function keys (MODE, COLOR, PLAY/PAUSE, SET, VOL+/LM+, VOL-/LM-) +- **USB:** 1 x USB Power Port, 1 x USB-to-UART Port +- **Power Supply:** 5 V power supply over USB or 12 V DC power supply + +### Specifications + +- ESP32-C3-WROOM-02 Module +- Speaker PA Chip +- Speaker Output Port +- Function Press Keys +- Boot/Reset Press Keys +- USB-to-UART Port +- USB-to-UART Bridge Chip +- USB Power Port +- System Power Switch +- LED Strip Power Selection Switch +- 12 V DC Power Port +- 12 V to 5 V Buck Chip +- Addressable LED Strip Port +- RGB LED Strip Port +- System Power LED +- IR Receiver +- IR Transmitter +- Microphone +- System LED + +## Purchase + +* [DigiKey](https://www.digikey.com/en/products/detail/espressif-systems/ESP32-C3-LYRA/17883278) diff --git a/_board/espressif_esp32p4_function_ev.md b/_board/espressif_esp32p4_function_ev.md new file mode 100644 index 000000000..d95d2a8e0 --- /dev/null +++ b/_board/espressif_esp32p4_function_ev.md @@ -0,0 +1,29 @@ +--- +layout: download +board_id: "espressif_esp32p4_function_ev" +title: "ESP32-P4-Function-EV-Board" +name: "ESP32-P4-Function-EV-Board" +manufacturer: "Espressif" +board_url: + - "https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html" +board_image: "espressif_esp32p4_function_ev.jpg" +date_added: 2024-09-11 +family: esp32p4 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - External Display +--- + +ESP32-P4-Function-EV-Board is a multimedia development board based on the ESP32-P4 chip. ESP32-P4 chip features a dual-core 400 MHz RISC-V processor and supports up to 32 MB PSRAM. In addition, ESP32-P4 supports USB 2.0 specification, MIPI-CSI/DSI, H264 Encoder, and various other peripherals. With all of its outstanding features, the board is an ideal choice for developing low-cost, high-performance, low-power network-connected audio and video products. + +The 2.4 GHz Wi-Fi 6 & Bluetooth 5 (LE) module ESP32-C6-MINI-1 serves as the Wi-Fi and Bluetooth module of the board. The board also includes a 7-inch capacitive touch screen with a resolution of 1024 x 600 and a 2MP camera with MIPI CSI, enriching the user interaction experience. The development board is suitable for prototyping a wide range of products, including visual doorbells, network cameras, smart home central control screens, LCD electronic price tags, two-wheel vehicle dashboards, etc. + +Most of the I/O pins are broken out to the pin headers for easy interfacing. Developers can connect peripherals with jumper wires. + +[Hardware User Guide is available here](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html) + +## Purchase + +* [AliExpress](https://www.aliexpress.us/item/3256807624599045.html) diff --git a/_board/espressif_esp32s2_devkitc_1_n4.md b/_board/espressif_esp32s2_devkitc_1_n4.md index 3be189a2a..edceea8ad 100644 --- a/_board/espressif_esp32s2_devkitc_1_n4.md +++ b/_board/espressif_esp32s2_devkitc_1_n4.md @@ -7,6 +7,7 @@ manufacturer: "Espressif" board_url: - "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-s2-devkitc-1.html" board_image: "espressif_esp32s2_devkitc_1_n4.jpg" +bootloader_id: espressif_esp32s2_devkitc_1 date_added: 2022-04-01 family: esp32s2 features: diff --git a/_board/espressif_esp32s2_devkitc_1_n4r2.md b/_board/espressif_esp32s2_devkitc_1_n4r2.md index c4fd3c14e..bf97ea4d7 100644 --- a/_board/espressif_esp32s2_devkitc_1_n4r2.md +++ b/_board/espressif_esp32s2_devkitc_1_n4r2.md @@ -7,6 +7,7 @@ manufacturer: "Espressif" board_url: - "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-s2-devkitc-1.html" board_image: "espressif_esp32s2_devkitc_1_n4r2.jpg" +bootloader_id: espressif_esp32s2_devkitc_1 date_added: 2022-02-14 family: esp32s2 features: diff --git a/_board/espressif_esp32s3_devkitc_1_n16.md b/_board/espressif_esp32s3_devkitc_1_n16.md new file mode 100644 index 000000000..6162444ca --- /dev/null +++ b/_board/espressif_esp32s3_devkitc_1_n16.md @@ -0,0 +1,48 @@ +--- +layout: download +board_id: "espressif_esp32s3_devkitc_1_n16" +title: "ESP32-S3-DevKitC-1-N16 Download" +name: "ESP32-S3-DevKitC-1-N16" +manufacturer: "Espressif" +board_url: + - "https://www.digikey.com/en/products/detail/espressif-systems/ESP32-S3-DEVKITC-1-N16/22320677" +board_image: "espressif_esp32s3_devkitc_1.jpg" +date_added: 2024-08-22 +family: esp32s3 +bootloader_id: espressif_esp32s3_devkitc_1 +features: + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly +--- + +The ESP32-S3-DevKitC-1 is an entry-level development board equipped with ESP32-S3-WROOM-1, a general-purpose Wi-Fi + Bluetooth LE MCU module that integrates complete Wi-Fi and Bluetooth LE functions. **This version is equipped with the ESP32-S3-WROOM-1 (PCB antenna) with 16MB Flash and no PSRAM.** + +Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-S3-DevKitC-1 on a breadboard. We particularly like that there's a debug UART/USB port and a separate native USB port, so you can upload/debug/USB all at once. + +At the core of the module is an ESP32-S3FN8, an Xtensa® 32-bit LX7 CPU that operates at up to 240 MHz. You can power off the CPU and make use of the low-power co-processor to constantly monitor the peripherals for changes or crossing of thresholds. + +ESP32-S3FN8 integrates a rich set of peripherals including SPI, LCD, Camera interface, UART, I2C, I2S, remote control, pulse counter, LED PWM, USB Serial/Jtag, MCPWM, SDIO host, GDMA, TWAI® controller (compatible with ISO 11898-1, i.e. CAN Specification 2.0), ADC, touch sensor, temperature sensor, timers, and watchdogs, as well as up to 45 GPIOs. It also includes a full-speed USB 1.1 On-The-Go (OTG) interface to enable USB communication + +There are three mutually exclusive ways to provide power to the board: + +- USB-to-UART Port and ESP32-S3 USB Port (either one or both), default power supply (recommended) +- 5V and G (GND) pins +- 3v3 and G (GND) pins + +**Components:** + +- **ESP32-S3-WROOM-1**: ESP32-S3-WROOM-1 is a powerful, generic Wi-Fi + Bluetooth LE MCU module that has a rich set of peripherals. It provides acceleration for neural network computing and signal processing workloads. ESP32-S3-WROOM-1 comes with a PCB antenna. +- **5V to 3.3V LDO**: Power regulator that converts a 5V supply into a 3.3V output. +- **Pin Headers**: All available GPIO pins (except for the SPI bus for flash) are broken out to the pin headers on the board for easy interfacing and programming. For details, please see [Header Block](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html#user-guide-s3-devkitc-1-v1-header-blocks). +- **USB-to-UART Port**: A Micro-USB port used for power supply to the board, for flashing applications to the chip, as well as for communication with the chip via the on-board USB-to-UART bridge. +- **Native ESP32-S3 USB Port**: ESP32-S3 full-speed USB OTG interface, compliant with the USB 1.1 specification. The interface is used for power supply to the board, for flashing applications to the chip, for communication with the chip using USB 1.1 protocols, as well as for JTAG debugging. +- **Boot Button**: Download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for downloading firmware through the serial port. +- **Reset Button** +- **USB-to-UART Bridge:** Single USB-to-UART bridge chip provides transfer rates up to 3 Mbps. +- **RGB LED**: Addressable RGB LED, driven by GPIO48. +- **3.3V Power On LED**: Turns on when the USB power is connected to the board. + +## Purchase + +* [Digikey](https://www.digikey.com/en/products/detail/espressif-systems/ESP32-S3-DEVKITC-1-N16/22320677) diff --git a/_board/espressif_esp32s3_devkitc_1_n8r2_ros.md b/_board/espressif_esp32s3_devkitc_1_n8r2_ros.md new file mode 100644 index 000000000..b126171a2 --- /dev/null +++ b/_board/espressif_esp32s3_devkitc_1_n8r2_ros.md @@ -0,0 +1,48 @@ +--- +layout: download +board_id: "espressif_esp32s3_devkitc_1_n8r2_ros" +title: "ESP32-S3-DevKitC-1-N8R2 (MicroROS) Download" +name: "ESP32-S3-DevKitC-1-N8R2 (MicroROS)" +manufacturer: "Espressif" +board_url: + - "https://www.adafruit.com/product/5310" +board_image: "espressif_esp32s3_devkitc_1.jpg" +date_added: 2025-08-18 +family: esp32s3 +bootloader_id: espressif_esp32s3_devkitc_1 +features: + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly +--- + +The ESP32-S3-DevKitC-1 is an entry-level development board equipped with ESP32-S3-WROOM-1, a general-purpose Wi-Fi + Bluetooth LE MCU module that integrates complete Wi-Fi and Bluetooth LE functions. **This version is equipped with the ESP32-S3-WROOM-1 (PCB antenna) with 8MB Flash and 2MB PSRAM.** + +Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-S3-DevKitC-1 on a breadboard. We particularly like that there's a debug UART/USB port and a separate native USB port, so you can upload/debug/USB all at once. + +At the core of the module is an ESP32-S3FN8, an Xtensa® 32-bit LX7 CPU that operates at up to 240 MHz. You can power off the CPU and make use of the low-power co-processor to constantly monitor the peripherals for changes or crossing of thresholds. + +ESP32-S3FN8 integrates a rich set of peripherals including SPI, LCD, Camera interface, UART, I2C, I2S, remote control, pulse counter, LED PWM, USB Serial/Jtag, MCPWM, SDIO host, GDMA, TWAI® controller (compatible with ISO 11898-1, i.e. CAN Specification 2.0), ADC, touch sensor, temperature sensor, timers, and watchdogs, as well as up to 45 GPIOs. It also includes a full-speed USB 1.1 On-The-Go (OTG) interface to enable USB communication + +There are three mutually exclusive ways to provide power to the board: + +- USB-to-UART Port and ESP32-S3 USB Port (either one or both), default power supply (recommended) +- 5V and G (GND) pins +- 3v3 and G (GND) pins + +**Components:** + +- **ESP32-S3-WROOM-1**: ESP32-S3-WROOM-1 is a powerful, generic Wi-Fi + Bluetooth LE MCU module that has a rich set of peripherals. It provides acceleration for neural network computing and signal processing workloads. ESP32-S3-WROOM-1 comes with a PCB antenna. +- **5V to 3.3V LDO**: Power regulator that converts a 5V supply into a 3.3V output. +- **Pin Headers**: All available GPIO pins (except for the SPI bus for flash) are broken out to the pin headers on the board for easy interfacing and programming. For details, please see [Header Block](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html#user-guide-s3-devkitc-1-v1-header-blocks). +- **USB-to-UART Port**: A Micro-USB port used for power supply to the board, for flashing applications to the chip, as well as for communication with the chip via the on-board USB-to-UART bridge. +- **Native ESP32-S3 USB Port**: ESP32-S3 full-speed USB OTG interface, compliant with the USB 1.1 specification. The interface is used for power supply to the board, for flashing applications to the chip, for communication with the chip using USB 1.1 protocols, as well as for JTAG debugging. +- **Boot Button**: Download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for downloading firmware through the serial port. +- **Reset Button** +- **USB-to-UART Bridge:** Single USB-to-UART bridge chip provides transfer rates up to 3 Mbps. +- **RGB LED**: Addressable RGB LED, driven by GPIO48. +- **3.3V Power On LED**: Turns on when the USB power is connected to the board. + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/5310) diff --git a/_board/espressif_esp32s3_devkitc_1_n8r8_hacktablet.md b/_board/espressif_esp32s3_devkitc_1_n8r8_hacktablet.md index c7e629a04..5023f4521 100644 --- a/_board/espressif_esp32s3_devkitc_1_n8r8_hacktablet.md +++ b/_board/espressif_esp32s3_devkitc_1_n8r8_hacktablet.md @@ -1,8 +1,8 @@ --- layout: download board_id: "espressif_esp32s3_devkitc_1_n8r8_hacktablet" -title: "ESP32-S3 Box - 16MB Flash, 8MB PSRAM" -name: "ESP32-S3 Box" +title: "ESP32-S3 HackTablet Download" +name: "ESP32-S3 HackTablet" manufacturer: "Kevin Matocha" board_url: - "https://hackaday.io/project/185831-hacktablet-crestron-tss-752-teardown-rebuild" diff --git a/_board/espressif_esp32s3_lcd_ev_v1.5.md b/_board/espressif_esp32s3_lcd_ev_v1.5.md new file mode 100644 index 000000000..f69cfe93f --- /dev/null +++ b/_board/espressif_esp32s3_lcd_ev_v1.5.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "espressif_esp32s3_lcd_ev_v1.5" +title: "ESP32-S3 LCD Evaluation Kit v1.5 Download" +name: "ESP32-S3 LCD Evaluation Kit v1.5" +manufacturer: "Espressif" +board_url: + - "https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html" +board_image: "espressif_esp32s3_lcd_ev_v1.5.jpg" +date_added: 2024-09-20 +family: esp32s3 +features: + - Wi-Fi + - External Display + - USB-C +--- +**Note: This page is for the v1.5 revision of hardware. [See here for more details](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html#id1)** + +ESP32-S3-LCD-EV-Board is an ESP32-S3-based development board with a touchscreen. Together with different subboards, ESP32-S3-LCD-EV-Board can drive LCDs with IIC, SPI, 8080, and RGB interfaces. It houses dual array microphones, supports voice recognition and near/far-field voice wake-up, and features screen and voice interaction. The board caters to development needs for touchscreen products with different resolutions and interfaces. Currently, we have two boards available: ESP32-S3-LCD-EV-Board with 480x480 LCD and ESP32-S3-LCD-EV-Board-2 with 800x480 LCD. + +### Feature List + +The main features of the board are listed below: + +- **Module Embedded:** ESP32-S3-WROOM-1 module with 16 MB flash and 8 MB PSRAM +- **Display:** Compatibility with various subboards and support for displays with `RGB`, `8080`, `SPI`, and `I2C` interfaces. Please refer to [LCD Subboards](https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html#lcd-subboards) for more information +- **Audio:** Audio Codec + ADC amplifier and dual microphones +- **USB:** USB to serial port chip plus USB Type-C download/debug + +#### Mainboard + +**ESP32-S3-LCD-EV-Board-MB** is the core of the kit, which integrates the ESP32-S3-WROOM-1 module and provides ports for connection to the LCD subboard. + diff --git a/_board/espressif_esp8684_devkitc_02_n4.md b/_board/espressif_esp8684_devkitc_02_n4.md new file mode 100644 index 000000000..43d773a5b --- /dev/null +++ b/_board/espressif_esp8684_devkitc_02_n4.md @@ -0,0 +1,24 @@ +--- +layout: download +board_id: "espressif_esp8684_devkitc_02_n4" +title: "ESP8684-DevKitC-2-N4 Download" +name: "ESP8684-DevKitC-2-N4" +manufacturer: "Espressif" +board_url: + - "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp8684/esp8684-devkitc-02/user_guide.html" +board_image: "espressif_esp8684_devkitc_02_n4.jpg" +date_added: 2024-05-23 +family: esp32c2 +features: + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly +--- + +The ESP8684-DevKitC-02 is an entry-level development board based on ESP8684WROOM-02C/02UC, a general-purpose module with 2 MB/4 MB in-package flash. This board integrates complete Wi-Fi and Bluetooth LE func ons. + +Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP8684-DevKitC-02 on a breadboard. + +## Purchase + +* [DigiKey](https://www.digikey.com/en/products/detail/espressif-systems/ESP8684-DEVKITC-02C-N4/21572662) diff --git a/_board/espruino_pico.md b/_board/espruino_pico.md index 899ac4966..347964807 100644 --- a/_board/espruino_pico.md +++ b/_board/espruino_pico.md @@ -10,7 +10,7 @@ board_image: "espruino_pico.jpg" date_added: 2020-02-07 family: stm features: - + - Castellated Pads --- Control Electronics quickly and easily with a tiny USB stick that runs JavaScript - introducing the **Espruino Pico**! [Dig in to the JavaScript of things, with a mini version of the popular Espruino board we already carry](https://www.adafruit.com/product/1887) diff --git a/_board/feather_bluefruit_sense.md b/_board/feather_bluefruit_sense.md index e0e373bee..6cf5c3c69 100644 --- a/_board/feather_bluefruit_sense.md +++ b/_board/feather_bluefruit_sense.md @@ -10,6 +10,7 @@ board_image: "feather_bluefruit_sense.jpg" date_added: 2020-02-01 family: nrf52840 bootloader_id: feather_nrf52840_sense +download_instructions: https://learn.adafruit.com/adafruit-feather-sense/circuitpython-on-feather-sense features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_m0_express.md b/_board/feather_m0_express.md index b64ac89d9..24e5804ef 100644 --- a/_board/feather_m0_express.md +++ b/_board/feather_m0_express.md @@ -10,6 +10,7 @@ board_image: "feather_m0_express.jpg" date_added: 2019-03-08 family: atmel-samd bootloader_id: feather_m0_express +download_instructions: https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/kattni-circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_m0_rfm69.md b/_board/feather_m0_rfm69.md index 42cf5ec59..bb61716aa 100644 --- a/_board/feather_m0_rfm69.md +++ b/_board/feather_m0_rfm69.md @@ -11,6 +11,7 @@ board_image: "feather_m0_rfm69.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: radiofruit_m0 +download_instructions: https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio/circuitpython-for-rfm69 features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_m0_rfm9x.md b/_board/feather_m0_rfm9x.md index c166d0de8..070cb4a91 100644 --- a/_board/feather_m0_rfm9x.md +++ b/_board/feather_m0_rfm9x.md @@ -11,6 +11,7 @@ board_image: "feather_m0_rfm9x.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: radiofruit_m0 +download_instructions: https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/circuitpython-for-rfm9x-lora features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_m4_can.md b/_board/feather_m4_can.md index ca81448a3..a9691aea9 100644 --- a/_board/feather_m4_can.md +++ b/_board/feather_m4_can.md @@ -10,6 +10,7 @@ board_image: "feather_m4_can.jpg" date_added: 2020-09-28 family: atmel-samd bootloader_id: feather_m4_can +download_instructions: https://learn.adafruit.com/adafruit-feather-m4-can-express/circuitpython-on-feather-m4-can features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_m4_express.md b/_board/feather_m4_express.md index 94e43434d..d4ae9e88f 100644 --- a/_board/feather_m4_express.md +++ b/_board/feather_m4_express.md @@ -11,6 +11,7 @@ board_image: "feather_m4_express.jpg" date_added: 2019-03-08 family: atmel-samd bootloader_id: feather_m4 +download_instructions: https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_m7_1011.md b/_board/feather_m7_1011.md index 7e537107a..db89bf854 100644 --- a/_board/feather_m7_1011.md +++ b/_board/feather_m7_1011.md @@ -9,6 +9,7 @@ board_url: board_image: "feather_m7_1011.jpg" date_added: 2020-02-27 family: mimxrt10xx +download_instructions: https://learn.adafruit.com/adafruit-metro-m7-with-airlift/install-circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_nrf52840_express.md b/_board/feather_nrf52840_express.md index c1da083b6..cc0c452bf 100644 --- a/_board/feather_nrf52840_express.md +++ b/_board/feather_nrf52840_express.md @@ -10,6 +10,7 @@ board_image: "feather_nrf52840_express.jpg" date_added: 2019-03-09 family: nrf52840 bootloader_id: feather_nrf52840_express +download_instructions: https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/circuitpython features: - Feather-Compatible - Battery Charging diff --git a/_board/feather_stm32f405_express.md b/_board/feather_stm32f405_express.md index 6efdd7faf..04093dd69 100644 --- a/_board/feather_stm32f405_express.md +++ b/_board/feather_stm32f405_express.md @@ -9,6 +9,7 @@ board_url: board_image: "feather_stm32f405_express.jpg" date_added: 2019-09-26 family: stm +download_instructions: https://learn.adafruit.com/adafruit-stm32f405-feather-express/circuitpython-setup features: - Feather-Compatible - Battery Charging diff --git a/_board/firebeetle2_esp32s3.md b/_board/firebeetle2_esp32s3.md index 8e5e80847..0d4fb7f14 100644 --- a/_board/firebeetle2_esp32s3.md +++ b/_board/firebeetle2_esp32s3.md @@ -9,6 +9,8 @@ board_url: board_image: "firebeetle2_esp32s3.jpg" date_added: 2023-11-21 family: esp32s3 +bootloader_id: firebeetle2_esp32s3 +download_instructions: https://wiki.dfrobot.com/SKU_DFR0975_FireBeetle_2_Board_ESP32_S3#target_9 features: - Breadboard-Friendly - USB-C @@ -16,6 +18,7 @@ features: - Bluetooth/BTLE - Camera - Battery Charging + - Castellated Pads --- FireBeetle 2 ESP32-S3 is a high-performance main-controller built around the ESP32-S3-WROOM-1-N16R8 module. ESP32-S3-WROOM-1-N16R8 comes with 16MB Flash and 8MB PSRAM for storing more data. The acceleration for neural network computing and signal processing workloads provided by the ESP32-S3 chip make the module an ideal choice for a wide variety of applications, such as speech recognition, image recognition, and so on. diff --git a/_board/gemma_m0.md b/_board/gemma_m0.md index 6ac3a2136..dd0b92de0 100644 --- a/_board/gemma_m0.md +++ b/_board/gemma_m0.md @@ -12,6 +12,7 @@ board_image: "gemma_m0.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: gemma_m0 +download_instructions: https://learn.adafruit.com/adafruit-gemma-m0/circuitpython features: - Solder-Free Alligator Clip --- diff --git a/_board/gemma_m0_pycon2018.md b/_board/gemma_m0_pycon2018.md index 5b74904aa..a1c031bb7 100644 --- a/_board/gemma_m0_pycon2018.md +++ b/_board/gemma_m0_pycon2018.md @@ -10,6 +10,7 @@ board_image: "gemma_m0_pycon2018.jpg" date_added: 2019-04-13 family: atmel-samd bootloader_id: gemma_m0 +download_instructions: https://learn.adafruit.com/adafruit-gemma-m0/circuitpython features: - Solder-Free Alligator Clip --- diff --git a/_board/grandcentral_m4_express.md b/_board/grandcentral_m4_express.md index bc5a7b880..560bb9486 100644 --- a/_board/grandcentral_m4_express.md +++ b/_board/grandcentral_m4_express.md @@ -11,6 +11,7 @@ board_image: "grandcentral_m4_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: grandcentral_m4 +download_instructions: https://learn.adafruit.com/adafruit-grand-central/circuitpython features: - Arduino Shield Compatible --- diff --git a/_board/hack_club_sprig.md b/_board/hack_club_sprig.md index e7c1e6e03..0e0ef9f01 100644 --- a/_board/hack_club_sprig.md +++ b/_board/hack_club_sprig.md @@ -8,7 +8,7 @@ board_url: - "https://sprig.hackclub.com" board_image: "hack_club_sprig.jpeg" date_added: 2023-02-03 -family: raspberrypi +family: rp2040 features: - Display - Speaker diff --git a/_board/hallowing_m0_express.md b/_board/hallowing_m0_express.md index 4687a11c1..0963d4a86 100644 --- a/_board/hallowing_m0_express.md +++ b/_board/hallowing_m0_express.md @@ -11,6 +11,7 @@ board_image: "hallowing_m0_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: hallowing_m0 +download_instructions: https://learn.adafruit.com/adafruit-hallowing/circuitpython features: - Display - Speaker diff --git a/_board/hallowing_m4_express.md b/_board/hallowing_m4_express.md index 1d5baec10..e8bb8022f 100644 --- a/_board/hallowing_m4_express.md +++ b/_board/hallowing_m4_express.md @@ -10,6 +10,7 @@ board_image: "hallowing_m4_express.jpg" date_added: 2019-08-30 family: atmel-samd bootloader_id: hallowing_m4 +download_instructions: https://learn.adafruit.com/adafruit-hallowing-m4/circuitpython features: - Display - Speaker diff --git a/_board/heltec_vision_master_e290.md b/_board/heltec_vision_master_e290.md new file mode 100644 index 000000000..5ade732ce --- /dev/null +++ b/_board/heltec_vision_master_e290.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "heltec_vision_master_e290" +title: "Vision Master E290 Download" +name: "Vision Master E290" +manufacturer: "Heltec Automation" +board_url: + - "https://heltec.org/project/vision-master-e290/" +board_image: "heltec_vision_master_e290.jpg" +date_added: 2025-03-19 +family: esp32s3 +features: + - Display + - Bluetooth/BTLE + - Wi-Fi + - Battery Charging + - LoRa/Radio + - USB-C +--- + +Vision Master E290 (HT-VME290) is an E-Ink development kit with multiple wireless drive methods. Collaborate with the sample programs and development tools we provide, users can operate the display via Bluetooth, Wi-Fi and LoRa. + +This board is equipped with a default 2.90-inch black-white E-Ink display screen, continuous display for 180 days after power outage. It is compatible with Arduino, PlatformIO, Micpython and other development frameworks, can be used to develop applications such as electronic tags and identity tags, it is also possible to run open source projects like Meshtastic. + +## Features + +- ESP32-S3R8 MCU, support Wi-Fi and BLE. +- LoRa module is optional, compatible with Mashtastic. +- Low power consumption, 18uA in deep sleep, continuous display for 180 days after power outage. +- Onboard SH1.25-2 battery interface, integrated lithium battery management system (charge and discharge management, overcharge protection, battery power detection, USB / battery power automatic switching). +- Onboard 2.90 inch 296 x 128 pixels display, support for partial refresh. +- Storage condition: -25 ~ 70℃, ≤45%RH. +- Optimal operating condition:0~50℃, 55±10%RH. +- SH2.0-4P sensor interface is perfectly compatible with QuickLink series sensors. +- 2*20 Pin Female Header, perfectly compatible with Raspberry PI. +- Compatible with Arduino, we provide development frameworks and libraries. + +## Purchase + +- [Heltec Automation](https://heltec.org/project/vision-master-e290/) diff --git a/_board/heltec_wireless_paper.md b/_board/heltec_wireless_paper.md new file mode 100644 index 000000000..4143350d7 --- /dev/null +++ b/_board/heltec_wireless_paper.md @@ -0,0 +1,52 @@ +--- +layout: download +board_id: "heltec_wireless_paper" +title: "Heltec Wireless Paper" +name: "Heltec Wireless Paper" +manufacturer: "Heltec Automation" +board_url: + - "https://heltec.org/project/wireless-paper/" +board_image: "heltec_wireless_paper.jpg" +date_added: 2024-11-25 +family: esp32s3 +features: + - Bluetooth/BTLE + - Battery Charging + - Display + - LoRa/Radio + - USB-C + - Wi-Fi +--- + +Wireless Paper is an E-Ink development kit with multiple wireless drive methods. Collaborate with the sample programs and development tools we provide, users can operate the display via Bluetooth, Wi-Fi and LoRa. + +This board is equipped with a default 2.13-inch black and white E-Ink display screen, continuous display for 180 days after power outage. It can be used to develop applications such as electronic tags and identity tags. + +## Technical Details +- ESP32-S3FN8 + SX1262 Chipset, device can be driven via Wi-Fi, BLE and LoRa. +- Default 250 x 122 pixels black-white display, it can also be used to drive E-Ink screens of other sizes. +- High contrast, high reflectance, ultra-wide viewing angle. +- Low power consumption, 20uA in deep sleep. +- Internal integrated display screen refresh page function, users can drag and drop BMP images to achieve refresh. +- Operation condition: 0~50℃, 35~70%RH. +- Onboard USB-UART bridge, facilitate user secondary development. +- With good RF circuit design and low-power design. + +## Specifications +- MCU: ESP32-S3FN8 +- LoRa Chipset: SX1262 +- Frequency: 470~510MHz, 863~928MHz +- Power Supply: lithium battery, USB Type-C +- Supply Voltage: 3~5v +- Operating Temperature: 0~50℃ +- Operating Humidity: 35~70% +- Display Resolution: 122(H)x250(V) Pixel +- Connection Method: Wi-Fi, LoRa, BLE +- Screen Size: 2.13 Inch +- Active Area: 23.705×48.55 +- Pixel Pitch: 0.1942X0.1942 +- Pixel Configuration: Square + +## Purchase + +* [Heltec Automation Store](https://heltec.org/project/wireless-paper/) diff --git a/_board/hxr_sao_dmm.md b/_board/hxr_sao_dmm.md new file mode 100644 index 000000000..2b60bd291 --- /dev/null +++ b/_board/hxr_sao_dmm.md @@ -0,0 +1,57 @@ +--- +layout: download +board_id: "hxr_sao_dmm" +title: "SAO Digital Multimeter Download" +name: "SAO Digital Multimeter" +manufacturer: "HXR.DK" +board_url: + - "https://github.com/flummer/dmm-sao" +board_image: "hxr_sao_dmm.jpg" +date_added: 2025-02-24 +family: rp2040 +downloads_display: true +blinka: false +download_instructions: "https://github.com/flummer/dmm-sao/?tab=readme-ov-file#firmware" + +features: + - Display + - USB-C +--- + +This is a Digital Multimeter in the shape of an SAO (Shitty Add-On/Simple Add-on), designed specifically to assist in electronic badge and SAO development. + +This follows the 1.69bis version of the SAO standard ([Shitty Add-on standard](https://hackaday.io/project/52950-shitty-add-ons), [Simple Add-on standard](https://hackaday.io/project/175182-simple-add-ons-sao)) + +It is based on the RP2040 chip, includes a small OLED display, a rotary encoder for the main knob, a function button for sub functionality selection and two 2mm banana terminals for connecting probes for resistance, LED and continuity testing. + +A USB-C connector on the side allows easy modification of the firmware, and boot and reset buttons are also included for convenience, when updating or replacing CircuitPython. + +**CAUTION! THIS IS NOT A NORMAL MULTIMETER, AND DOES NOT INCLUDE THE PROTECTION FEATURES NORMALLY FOUND IN A DMM** + +If you would like to probe a live circuit, please check [the schematic](https://github.com/flummer/dmm-sao/blob/main/DMM%20SAO%20Schematics.pdf) first, and proceed only if you understand the implications, as improper use might result in a short circuit and harm either the multimeter, the device under test, a connected computer or a combination of those. + +**VOLTAGE OR CURRENT SHOULD NEVER BE MEASURED WITH THE PROBES OR TERMINALS ON THE FRONT** + +## Features + +- Resistance measurement (not the most precise, but should be OK in the range of 50-10K ohm) +- LED Tester (this will lit up the LED if the polarity is correct and show the voltage across it on the screen, 100 ohm resistor in series to 3.3v) +- Continuity tester with buzzer to indicate very low resistance +- Measurement of input voltage on the SAO port +- SAO Port GPIO monitoring (shown as either digital high/low or an analog voltage reading) +- I2C monitor (monitor or scan the I2C bus on the SAO port) + +## Technical Details + +- Raspberry Pi RP2040 controller +- 16MB SPI flash (W25Q128JVxQ) +- SSD1306 128x64 pixel 0.96" OLED display (white on black) +- Automatic power switching from SAO port to USB-C (both can be connected at the same time) +- Voltage boost circuit for operation on lower than 3.3v on the SAO port +- Maximum input voltage on the SAO port is 3.3v +- UART RX + TX connected to SBU pins on USB-C connector + +## Links + +- [hackaday.io page](https://hackaday.io/project/198892-sao-digital-multimeter) +- [Github repository](https://github.com/flummer/dmm-sao) diff --git a/_board/itsybitsy_m0_express.md b/_board/itsybitsy_m0_express.md index 44348c669..3679c654f 100644 --- a/_board/itsybitsy_m0_express.md +++ b/_board/itsybitsy_m0_express.md @@ -10,6 +10,7 @@ board_image: "itsybitsy_m0_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: itsybitsy_m0 +download_instructions: https://learn.adafruit.com/introducing-itsy-bitsy-m0/circuitpython features: - Breadboard-Friendly --- diff --git a/_board/itsybitsy_m4_express.md b/_board/itsybitsy_m4_express.md index 2cb8155fc..828ad9341 100644 --- a/_board/itsybitsy_m4_express.md +++ b/_board/itsybitsy_m4_express.md @@ -11,6 +11,7 @@ board_image: "itsybitsy_m4_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: itsybitsy_m4 +download_instructions: https://learn.adafruit.com/introducing-adafruit-itsybitsy-m4/circuitpython features: - Breadboard-Friendly --- diff --git a/_board/itsybitsy_nrf52840_express.md b/_board/itsybitsy_nrf52840_express.md index ca3f9e030..ba673488b 100644 --- a/_board/itsybitsy_nrf52840_express.md +++ b/_board/itsybitsy_nrf52840_express.md @@ -10,6 +10,7 @@ board_image: "itsybitsy_nrf52840_express.jpg" date_added: 2019-11-04 family: nrf52840 bootloader_id: feather_nrf52840_express +download_instructions: https://learn.adafruit.com/adafruit-itsybitsy-nrf52840-express/circuitpython features: - Bluetooth/BTLE - Breadboard-Friendly diff --git a/_board/jpconstantineau_encoderpad_rp2040.md b/_board/jpconstantineau_encoderpad_rp2040.md index 61a808cf9..1d0149057 100644 --- a/_board/jpconstantineau_encoderpad_rp2040.md +++ b/_board/jpconstantineau_encoderpad_rp2040.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/jpconstantineau/EncoderPad_RP2040" board_image: "jpconstantineau_encoderpad_rp2040.jpg" date_added: 2021-09-02 -family: raspberrypi +family: rp2040 features: - USB-C diff --git a/_board/jpconstantineau_pykey18.md b/_board/jpconstantineau_pykey18.md index 426875541..8146e7da5 100644 --- a/_board/jpconstantineau_pykey18.md +++ b/_board/jpconstantineau_pykey18.md @@ -9,7 +9,7 @@ board_url: board_image: "jpconstantineau_pykey18.jpg" downloads_display: true date_added: 2021-12-15 -family: raspberrypi +family: rp2040 features: - USB-C diff --git a/_board/jpconstantineau_pykey44.md b/_board/jpconstantineau_pykey44.md index effaea9ad..b5b49d023 100644 --- a/_board/jpconstantineau_pykey44.md +++ b/_board/jpconstantineau_pykey44.md @@ -9,7 +9,7 @@ board_url: board_image: "jpconstantineau_pykey44.jpg" downloads_display: True date_added: 2021-12-15 -family: raspberrypi +family: rp2040 features: - USB-C diff --git a/_board/jpconstantineau_pykey60.md b/_board/jpconstantineau_pykey60.md index 0846120f2..8e307c002 100644 --- a/_board/jpconstantineau_pykey60.md +++ b/_board/jpconstantineau_pykey60.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/jpconstantineau/PyKey60" board_image: "jpconstantineau_pykey60.jpg" date_added: 2021-09-17 -family: raspberrypi +family: rp2040 features: - USB-C diff --git a/_board/jpconstantineau_pykey87.md b/_board/jpconstantineau_pykey87.md index 4ea5b13b7..b01589216 100644 --- a/_board/jpconstantineau_pykey87.md +++ b/_board/jpconstantineau_pykey87.md @@ -9,7 +9,7 @@ board_url: board_image: "jpconstantineau_pykey87.jpg" downloads_display: true date_added: 2021-12-15 -family: raspberrypi +family: rp2040 features: - USB-C diff --git a/_board/lilygo_t_display_rp2040.md b/_board/lilygo_t_display_rp2040.md index 6c4f91f4a..1d62e84a5 100644 --- a/_board/lilygo_t_display_rp2040.md +++ b/_board/lilygo_t_display_rp2040.md @@ -8,7 +8,7 @@ board_url: - "https://www.lilygo.cc/products/t-display-rp2040" board_image: "lilygo_t_display_rp2040.jpg" date_added: 2023-05-15 -family: raspberrypi +family: rp2040 features: - Battery Charging - USB-C diff --git a/_board/lilygo_tdeck.md b/_board/lilygo_tdeck.md index 23e312487..45ae57753 100644 --- a/_board/lilygo_tdeck.md +++ b/_board/lilygo_tdeck.md @@ -1,14 +1,15 @@ --- layout: download board_id: "lilygo_tdeck" -title: "T-Deck Download" -name: "T-Deck" +title: "T-Deck (Plus) Download" +name: "T-Deck (Plus)" manufacturer: "LILYGO" board_url: - "https://www.lilygo.cc/products/t-deck" board_image: "lilygo_tdeck.jpg" date_added: 2023-11-15 family: esp32s3 +bootloader_id: lilygo_tdeck features: - Wi-Fi - Bluetooth/BTLE @@ -19,6 +20,8 @@ features: T-Deck is a pocket-sized gadget with a 2.8-inch, 320 x 240 pixel IPS LCD display, a mini keyboard, and an ESP32 dual-core processor. While it's not exactly a smartphone, you can use your programming knowledge to turn it into a standalone messaging device, or coding software. +CircuitPython now also supports the "Plus" variant. + **Specifications** - ESP32-S3FN16R8 Dual-core LX7 microprocessor diff --git a/_board/lilygo_tdisplay_s3.md b/_board/lilygo_tdisplay_s3.md index 814bc723f..8b0bfa3ab 100644 --- a/_board/lilygo_tdisplay_s3.md +++ b/_board/lilygo_tdisplay_s3.md @@ -7,6 +7,7 @@ manufacturer: "LILYGO" board_url: - "https://www.lilygo.cc/products/t-display-s3" board_image: "lilygo_tdisplay_s3.jpg" +bootloader_id: lilygo_tdisplay_s3 date_added: 2024-03-09 family: esp32s3 features: @@ -41,4 +42,4 @@ The LILYGO T-Display S3 is a compact development board based on the ESP32-S3 chi * [LILYGO Own Store - Non-Touch Variant](https://www.lilygo.cc/products/t-display-s3?variant=42351558590645) * [LILYGO Own Store - Touch Variant](https://www.lilygo.cc/products/t-display-s3?variant=42589373268149) -* [LILYGO Aliexpress Store](https://lilygo.aliexpress.com/store/2090076) \ No newline at end of file +* [LILYGO Aliexpress Store](https://lilygo.aliexpress.com/store/2090076) diff --git a/_board/lilygo_tdisplay_s3_pro.md b/_board/lilygo_tdisplay_s3_pro.md new file mode 100644 index 000000000..f4a8b8a01 --- /dev/null +++ b/_board/lilygo_tdisplay_s3_pro.md @@ -0,0 +1,47 @@ +--- +layout: download +board_id: "lilygo_tdisplay_s3_pro" +title: "T-Display S3 Pro Download" +name: "T-Display S3 Pro" +manufacturer: "LILYGO" +board_url: + - "https://www.lilygo.cc/products/t-display-s3-pro" +board_image: "lilygo_tdisplay_s3_pro.jpg" +bootloader_id: lilygo_tdisplay_s3_pro +date_added: 2024-07-18 +family: esp32s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - Battery Charging + - USB-C + - Display + - Breadboard-Friendly + - STEMMA QT/QWIIC +--- + +T-Display S3 pro is the upgraded version of T-Display S3. +The main thing is the use of a larger screen 2.33-inch screen and the addition of the chip SY6970 for phone OTG. +Continuing the way of T-display S3, the case is ABS, and there is added the expansion of the camera module through POGOpin for the use of a built-in module. Ambient light and proximity sensors on the top of the screen, two integrated QWIIC ports, and a battery power switch. An optional MPU9250 IMU module is also available internally. + +## Technical details + +* ESP32-S3R8 Dual-core LX7 microprocessor +* 16 MB Flash memory +* 8 MB PSRAM +* 2.33 inch ST7796 IPS LCD display +* Wi-Fi 802.11 b/g/n, BLE 5.0 + BT mesh +* 3 user buttons (`IO0` for Boot, `IO12` and `IO16` for custom functions), 1 reset button +* Battery charging circuit (JST connector for Li-Po battery) +* USB-C for programming and power +* Onboard LED + +## Schematic + +- [LILYGO Github repository](https://github.com/Xinyuan-LilyGO/T-Display-S3-Pro) + +## Purchase + +* [LILYGO Own Store - Non-Camera Variant](https://www.lilygo.cc/products/t-display-s3-pro?variant=43111690141877) +* [LILYGO Own Store - Camera Variant](https://www.lilygo.cc/products/t-display-s3-pro?variant=43111690764469) +* [LILYGO Aliexpress Store](https://lilygo.aliexpress.com/store/2090076) diff --git a/_board/lilygo_tdongle_s3.md b/_board/lilygo_tdongle_s3.md new file mode 100644 index 000000000..1d466e7bc --- /dev/null +++ b/_board/lilygo_tdongle_s3.md @@ -0,0 +1,36 @@ +--- +layout: download +board_id: "lilygo_tdongle_s3" +title: "T-Dongle S3 Download" +name: "T-Dongle S3" +manufacturer: "LILYGO" +board_url: + - "https://lilygo.cc/products/t-dongle-s3" +board_image: "lilygo_tdongle_s3.jpg" +bootloader_id: lilygo_tdongle_s3 +date_added: 2024-07-18 +family: esp32s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - Battery Charging + - USB-C + - Display + - Breadboard-Friendly + - STEMMA QT/QWIIC +--- + +ESP32-S3 Development Board With Screen 0.96 inch ST7735 LCD Display + +## Technical details + +- ESP32-S3 Xtensa LX7 microprocessor +- Wi-Fi 802.11 b/g/n, bluetooth5 +- Arduino-ide、PlatformlO-ide、Micropython +- 16M Flash, Boot button, TF card +- 0.96 inch ST7735 IPS LCD +- Full color (65k) Display, 4-Wire SPI interface + +## Purchase + +* [LILYGO Own Store](https://lilygo.cc/products/t-dongle-s3) diff --git a/_board/lilygo_tembed_esp32s3.md b/_board/lilygo_tembed_esp32s3.md index 5a230d9f7..700e883e4 100644 --- a/_board/lilygo_tembed_esp32s3.md +++ b/_board/lilygo_tembed_esp32s3.md @@ -23,10 +23,10 @@ features: * ESP32-S3 * Wi-Fi IEEE 802.11 b/g/n; Bluetooth 5, Bluetooth mesh -* 1.9-inch IPS color TFT LCD +* 1.9-inch IPS color TFT LCD (320x170) * Rotary encoder + confirmation key in one * 2.54 x 8pin GPIO interface ## Purchase -* [AliExpress - LILYGO store](https://www.aliexpress.us/item/3256804730566839.html) \ No newline at end of file +* [AliExpress - LILYGO store](https://www.aliexpress.us/item/3256804730566839.html) diff --git a/_board/lilygo_tqt_pro_nopsram.md b/_board/lilygo_tqt_pro_nopsram.md new file mode 100644 index 000000000..ac3205a66 --- /dev/null +++ b/_board/lilygo_tqt_pro_nopsram.md @@ -0,0 +1,35 @@ +--- +layout: download +board_id: "lilygo_tqt_pro_nopsram" +title: "TQ-T Pro (No PSRAM) Download" +name: "TQ-T Pro (No PSRAM)" +manufacturer: "LILYGO" +board_url: + - "https://lilygo.cc/products/t-qt-pro?variant=43214296285365" +board_image: "lilygo_tqt_pro.jpg" +bootloader_id: lilygo_tqt_pro_nopsram +date_added: 2025-03-20 +family: esp32s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - Display + - Breadboard-Friendly + - STEMMA QT/QWIIC +--- + +## Technical details + +* ESP32-S3 Dual-core 32-bit LX7 microprocessor +* 16 MB Flash memory +* 1.9 inch ST7789 LCD display, optional CST816 touchscreen +* Wi-Fi 802.11 b/g/n, BLE 5.0 + BT mesh +* 2 user buttons (`IO0` for Boot and `IO14` for custom functions), 1 reset button +* Battery charging circuit (JST connector for Li-Po battery) +* USB-C for programming and power +* Onboard LED + +## Purchase + +* [LILYGO Own Store](https://lilygo.cc/products/t-qt-pro?variant=43214296285365) diff --git a/_board/lilygo_tqt_pro_psram.md b/_board/lilygo_tqt_pro_psram.md new file mode 100644 index 000000000..0225bb923 --- /dev/null +++ b/_board/lilygo_tqt_pro_psram.md @@ -0,0 +1,36 @@ +--- +layout: download +board_id: "lilygo_tqt_pro_psram" +title: "TQ-T Pro (with PSRAM) Download" +name: "TQ-T Pro (with PSRAM)" +manufacturer: "LILYGO" +board_url: + - "https://lilygo.cc/products/t-qt-pro?variant=42383267823797" +board_image: "lilygo_tqt_pro.jpg" +bootloader_id: lilygo_tqt_pro_psram +date_added: 2025-03-20 +family: esp32s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - Display + - Breadboard-Friendly + - STEMMA QT/QWIIC +--- + +## Technical details + +* ESP32-S3 Dual-core 32-bit LX7 microprocessor +* 16 MB Flash memory +* 8 MB PSRAM +* 1.9 inch ST7789 LCD display, optional CST816 touchscreen +* Wi-Fi 802.11 b/g/n, BLE 5.0 + BT mesh +* 2 user buttons (`IO0` for Boot and `IO14` for custom functions), 1 reset button +* Battery charging circuit (JST connector for Li-Po battery) +* USB-C for programming and power +* Onboard LED + +## Purchase + +* [LILYGO Own Store](https://lilygo.cc/products/t-qt-pro?variant=42383267823797) diff --git a/_board/lilygo_twatch_2020_v3.md b/_board/lilygo_twatch_2020_v3.md index 567d24636..29740e679 100644 --- a/_board/lilygo_twatch_2020_v3.md +++ b/_board/lilygo_twatch_2020_v3.md @@ -12,6 +12,7 @@ family: esp32 features: - Display - Bluetooth/BTLE + - Wi-Fi - Battery Charging --- diff --git a/_board/lilygo_twatch_s3.md b/_board/lilygo_twatch_s3.md new file mode 100644 index 000000000..6918d7307 --- /dev/null +++ b/_board/lilygo_twatch_s3.md @@ -0,0 +1,47 @@ +--- +layout: download +board_id: "lilygo_twatch_s3" +title: "T-Watch S3 Download" +name: "T-Watch S3" +manufacturer: "LILYGO" +board_url: + - "https://www.lilygo.cc/products/t-watch-s3" +board_image: "lilygo_twatch_s3.jpg" +date_added: 2024-08-22 +family: esp32s3 +bootloader_id: lilygo_twatch_s3 +downloads_display: true +features: + - Display + - Bluetooth/BTLE + - Wi-Fi + - Battery Charging +--- + +T-Watch S3 meets the needs of developers who want to experiment with LoRa and ESP32 S3 technology in wearable devices, highly customizable and usable in a variety of applications. + +## Technical details + +* ESP32-S3 Dual-core 32-bit LX7 microprocessor +* 16 MB Flash memory +* 8 MB PSRAM +* 1.549 inch ST7789 LCD display +* Wi-Fi 802.11 b/g/n, BLE 5.0 + BT mesh +* RTC +* Microphone +* MAX98357A I2S Audio +* Power Detection +* BMA423 3-axis acceleration sensor +* DRV2605 Haptic Driver Motor for ERM and LRA +* AXP2101 Highly Integrated Power Management Unit +* SX1262 Low Power LoRa Transceiver Supports 433Mhz, 868Mhz, 915Mhz + +## Hardware control + +For proper operation of the RTC of the watch, you need to configure the PMU to charge the coin cell battery. +Detailed instructions are available in the [Board Pull Request](https://github.com/adafruit/circuitpython/pull/9480). + +## Purchase + +* [LILYGO Own Store](https://www.lilygo.cc/products/t-watch-s3) +* [Aliexpress LILYGO store](https://www.aliexpress.com/item/1005005642999869.html) diff --git a/_board/lolin_c3_mini.md b/_board/lolin_c3_mini.md index 77faf413f..ae7155cdc 100644 --- a/_board/lolin_c3_mini.md +++ b/_board/lolin_c3_mini.md @@ -10,12 +10,12 @@ board_image: "lolin_c3_mini.png" date_added: 2021-11-02 family: esp32c3 bootloader_id: lolin_c3_mini +download_instructions: https://www.wemos.cc/en/latest/tutorials/c3/get_started_with_circuitpython_c3.html features: - Wi-Fi - USB-C - Bluetooth/BTLE - Breadboard-Friendly - --- A mini Wi-Fi & Bluetooth LE board based on ESP32-C3FH4. diff --git a/_board/lolin_c3_pico.md b/_board/lolin_c3_pico.md index 6f5b2798e..30d9f68cf 100644 --- a/_board/lolin_c3_pico.md +++ b/_board/lolin_c3_pico.md @@ -10,13 +10,13 @@ board_image: "lolin_c3_pico.jpg" date_added: 2023-05-24 family: esp32c3 bootloader_id: lolin_c3_pico +download_instructions: https://www.wemos.cc/en/latest/tutorials/c3/get_started_with_circuitpython_c3.html features: - Wi-Fi - USB-C - Bluetooth/BTLE - Breadboard-Friendly - Battery Charging - --- A mini Wi-Fi & Bluetooth LE board based on ESP32-C3FH4. diff --git a/_board/lolin_s2_mini.md b/_board/lolin_s2_mini.md index 51944463d..2dd548522 100644 --- a/_board/lolin_s2_mini.md +++ b/_board/lolin_s2_mini.md @@ -10,6 +10,7 @@ board_image: "lolin_s2_mini.jpg" date_added: 2021-09-03 family: esp32s2 bootloader_id: lolin_s2_mini +download_instructions: https://www.wemos.cc/en/latest/tutorials/s2/get_started_with_circuitpython_s2.html features: - Wi-Fi - USB-C @@ -66,6 +67,13 @@ The LOLIN S2 Mini is a small (33.4 mm x 25.4 mm) development board. The form fac - There is an error on the v1.0.0 board silkscreen. GPIO12/13 should be reversed. Error is fixed without version change since late 2021. +- There are no labeled SPI or I2C pins on the silkscreen. The following pins are configured by CircuitPython: + - SCL - GPIO35 + - SDA - GPIO33 + - SCK - GPIO7 + - MOSI - GPIO11 + - MISO - GPIO9 + ## Learn More * [Manufacturer Specifications](https://www.wemos.cc/en/latest/s2/s2_mini.html) diff --git a/_board/lolin_s2_pico.md b/_board/lolin_s2_pico.md index bfe83ff82..e4ea75c61 100644 --- a/_board/lolin_s2_pico.md +++ b/_board/lolin_s2_pico.md @@ -10,12 +10,12 @@ board_image: "lolin_s2_pico.jpg" date_added: 2021-11-02 family: esp32s2 bootloader_id: lolin_s2_pico +download_instructions: https://www.wemos.cc/en/latest/tutorials/s2/get_started_with_circuitpython_s2.html features: - Wi-Fi - USB-C - Display - Breadboard-Friendly - --- A development boards with an OLED and a small form factor. diff --git a/_board/lolin_s3_mini_pro.md b/_board/lolin_s3_mini_pro.md new file mode 100644 index 000000000..65ab71ec8 --- /dev/null +++ b/_board/lolin_s3_mini_pro.md @@ -0,0 +1,50 @@ +--- +layout: download +board_id: "lolin_s3_mini_pro" +title: "LOLIN S3 MINI PRO Download" +name: "LOLIN S3 MINI PRO" +manufacturer: "Wemos" +board_url: + - "https://www.wemos.cc/en/latest/s3/s3_mini_pro.html" +board_image: "lolin_s3_mini_pro.jpg" +date_added: 2025-02-23 +family: esp32s3 +bootloader_id: lolin_s3_mini_pro +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - Display + +--- + +WiFi & Bluetooth 5 (LE) development boards based ESP32-S3FH4R2. + +## Features + +- based ESP32-S3FH4R2 +- Type-C USB +- 4MB Flash +- 2MB PSRAM +- Digital I/O Pins: 12 +- 0.85” 128x128 LCD TFT display (GC9107/GC9A01) +- 6D MEMS IMU (QMI8658C) +- ADC, DAC, I2C, SPI, UART, USB OTG +- RGB LED +- IR LED +- 3 Button +- Size: 34.3 mm x 25.4 mm +- Weight: 5g +- Default firmware: Micropython + + +## Purchase + +* [AliExpress](https://www.aliexpress.com/item/1005007359562143.html) + +## Learn More + +* [Manufacturer Specifications](https://www.wemos.cc/en/latest/s3/s3_mini_pro.html) +* [Schematic](https://www.wemos.cc/en/latest/_static/files/sch_s3_mini_pro_v1.0.0.pdf) +* [Dimension](https://www.wemos.cc/en/latest/_static/files/dim_s3_mini_pro_v1.0.0.pdf) + diff --git a/_board/lolin_s3_pro.md b/_board/lolin_s3_pro.md index 51ace4c2a..89c7c019b 100644 --- a/_board/lolin_s3_pro.md +++ b/_board/lolin_s3_pro.md @@ -9,7 +9,7 @@ board_url: board_image: "lolin_s3_pro.jpg" date_added: 2024-03-18 family: esp32s3 -bootloader_id: lolin_s3_pro +bootloader_id: lolin_s3 features: - Wi-Fi - Bluetooth/BTLE diff --git a/_board/luatos_core_esp32c3.md b/_board/luatos_core_esp32c3.md index 623f3cf67..b8fc6df30 100644 --- a/_board/luatos_core_esp32c3.md +++ b/_board/luatos_core_esp32c3.md @@ -15,6 +15,7 @@ features: - USB-C - Bluetooth/BTLE - Breadboard-Friendly + - Castellated Pads --- diff --git a/_board/luatos_core_esp32c3_ch343.md b/_board/luatos_core_esp32c3_ch343.md index fba5efe39..7fe234e88 100644 --- a/_board/luatos_core_esp32c3_ch343.md +++ b/_board/luatos_core_esp32c3_ch343.md @@ -15,6 +15,7 @@ features: - USB-C - Bluetooth/BTLE - Breadboard-Friendly + - Castellated Pads --- diff --git a/_board/m5stack_atom_lite.md b/_board/m5stack_atom_lite.md index bed1c3bc2..b2283550e 100644 --- a/_board/m5stack_atom_lite.md +++ b/_board/m5stack_atom_lite.md @@ -5,7 +5,7 @@ title: "ATOM Lite ESP32 IoT Download" name: "ATOM Lite ESP32 IoT" manufacturer: "M5Stack" board_url: - - "https://docs.m5stack.com/en/core/atom_lite" + - "https://docs.m5stack.com/en/core/ATOM%20Lite" board_image: "m5stack_atom_lite.jpg" date_added: 2022-11-01 family: esp32 @@ -26,7 +26,7 @@ Atom Lite, which has a size of only 24*24mm, is a very compact development board ## Documentation -* [ATOM Lite ESP32 IoT](https://docs.m5stack.com/en/core/atom_lite) +* [ATOM Lite ESP32 IoT](https://docs.m5stack.com/en/core/ATOM%20Lite) ## Purchase diff --git a/_board/m5stack_atoms3u.md b/_board/m5stack_atoms3u.md index 1c8407fc1..1dfb792bc 100644 --- a/_board/m5stack_atoms3u.md +++ b/_board/m5stack_atoms3u.md @@ -17,7 +17,7 @@ features: - Bluetooth/BTLE --- -`AtomS3U`is a`U disk`form`ESP32-S3`multi-function development board, using Espressif's ESP32S3 main control chip, dual-core Xtensa LX7 processor, main frequency 240MHz, built-in WiFi function. Its interfaces include USB-A port`(support OTG)`,1 Grove port, 6Pin@2.54mm header (including 4 GPIOs); peripherals include 1`PDM microphone`, 1`IR`tube, and 1 programmable`RGB-LED`. The product can be used in scenarios such as human-computer interaction, voice input/recognition (STT), and IO control. +`AtomS3U` is a `U disk` form `ESP32-S3` multi-function development board, using Espressif's ESP32S3 main control chip, dual-core Xtensa LX7 processor, main frequency 240MHz, built-in WiFi function. Its interfaces include USB-A port `(support OTG)`, 1 Grove port, 6Pin@2.54mm header (including 4 GPIOs); peripherals include 1 `PDM microphone`, 1 `IR` tube, and 1 programmable `RGB-LED`. The product can be used in scenarios such as human-computer interaction, voice input/recognition (STT), and IO control. ### Features @@ -33,4 +33,4 @@ features: ## Purchase -* [M5Stack](https://shop.m5stack.com/products/atoms3u) \ No newline at end of file +* [M5Stack](https://shop.m5stack.com/products/atoms3u) diff --git a/_board/m5stack_cardputer.md b/_board/m5stack_cardputer.md index 9be5f17ae..1264e4b62 100644 --- a/_board/m5stack_cardputer.md +++ b/_board/m5stack_cardputer.md @@ -10,6 +10,7 @@ board_image: "m5stack_cardputer.jpg" date_added: 2024-03-10 family: esp32s3 bootloader_id: adafruit_feather_esp32s3_nopsram +bootloader_nonstandard_entry_instructions: "After installing the UF2 bootloader, enter the bootloader by: Press and release Btn Rst, then press and release Btn G0." downloads_display: true features: - Speaker diff --git a/_board/m5stack_cardputer_ros.md b/_board/m5stack_cardputer_ros.md new file mode 100644 index 000000000..db2dc8030 --- /dev/null +++ b/_board/m5stack_cardputer_ros.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "m5stack_cardputer_ros" +title: "M5Stack CardPuter - M5StampS3 powered mini computer (MicroROS) Download" +name: "M5Stack CardPuter - M5StampS3 powered mini computer (MicroROS)" +manufacturer: "M5Stack" +board_url: + - "https://docs.m5stack.com/en/core/Cardputer" +board_image: "m5stack_cardputer.jpg" +date_added: 2025-08-18 +family: esp32s3 +bootloader_id: adafruit_feather_esp32s3_nopsram +bootloader_nonstandard_entry_instructions: "After installing the UF2 bootloader, enter the bootloader by: Press and release Btn Rst, then press and release Btn G0." +downloads_display: true +features: + - Speaker + - Battery Charging + - Display + - Wi-Fi + - USB-C + - Bluetooth/BTLE +--- + +Cardputer is a card-sized portable computer that is perfect for engineers. At the heart of Cardputer is the M5StampS3, a mini development board based on the ESP32-S3 chip. Cardputer features a powerful dual-core processor, supports Wi-Fi functionality and integrates various peripherals and sensors, making it ideal for rapid functional verification, industrial control and home automation systems. + +The device is powered by an internal 120mAh+1400mAh (in the base) lithium battery solution, eliminating concerns about battery life. In addition, Cardputer has built-in battery charging and voltage regulation circuits that automatically adjust voltage and current to protect the battery and the device. The base of the Cardputer incorporates a magnet, allowing it to be attached to metal surfaces such as fridges or whiteboards. What’s more, Cardputer's structure is compatible with Lego hole extensions, allowing users to create even more interesting designs using Lego bricks. + +### Features +- Display: IPS LCD, 1,14", 240x135px +- Battery: internal 120mAh + 1400mAh (in the base) lithium battery +- TF-Card (MicroSD) slot +- 1 USB-C OTG in/out +- Keyboard: 56 keys, QWERTY type, ortholinear with tactile click switches +- Infrared ∠0° : 410cm, < 90° : 66cm, < 45° : 170cm +- Digital MEMS Microphone +- Sound: I2S-Speaker, 8Ω@1W +- HY2.0-4P interface for expanding I2C sensors + +## Documentation + +* [Cardputer](https://docs.m5stack.com/en/core/Cardputer) + +## Purchase + +* [M5Stack](https://shop.m5stack.com/products/m5stack-cardputer-kit-w-m5stamps3) diff --git a/_board/m5stack_cores3.md b/_board/m5stack_cores3.md new file mode 100644 index 000000000..99a76f0cf --- /dev/null +++ b/_board/m5stack_cores3.md @@ -0,0 +1,42 @@ +--- +layout: download +board_id: "m5stack_cores3" +title: "CoreS3 ESP32 IoT Download" +name: "CoreS3 ESP32 IoT" +manufacturer: "M5Stack" +board_url: + - "https://docs.m5stack.com/en/core/cores3" +board_image: "m5stack_cores3.jpg" +date_added: 2024-03-29 +family: esp32s3 +bootloader_id: m5stack_cores3 +features: + - Speaker + - Display + - Wi-Fi + - Bluetooth/BTLE + - USB-C +--- + +**CoreS3** is the third generation of the M5Stack Core series. Powered by the [ESP32-S3](https://shop.m5stack.com/products/m5stamp-esp32s3-module) solution, this kit features a dual-core Xtensa LX7 processor running at 240MHz. CoreS3 comes equipped with built-in Wi-Fi functionality, enabling seamless connectivity. It boasts 16MB of onboard flash memory and 8MB of PSRAM, providing ample space for program storage. + +CoreS3 offers convenient programming options through its TYPE-C interface, supporting OTG and CDC functions. This allows for easy connection with external USB devices and hassle-free firmware flashing. CoreS3 features a **2.0-inch** capacitive touch IPS screen, protected by high-strength glass material. Additionally, a 30W pixel camera **GC0308** is integrated at the bottom of the screen, accompanied by a proximity sensor **LTR-553ALS-WA** for enhanced functionality. Power management is handled by the **AXP2101** power management core chip, employing a 4-way power flow control loop for efficient power distribution. The overall design emphasizes low power consumption. CoreS3 also features a 6-axis attitude sensor **BMI270** and a magnetometer BMM150 for precise motion detection. With the onboard TF-card (microSD) card slot and **BM8563** RTC chip, accurate timing and sleep-timer wake-up functions are readily available. + +Sound output on CoreS3 is optimized with the high-fidelity 16-bit I2S power amplifier chip AW88298, accompanied by a built-in 1W speaker for clear audio playback. For sound input, the kit incorporates the ES7210 audio decoding chip and dual-microphone input. The side of the device includes an independent power button and restart (RST) button, complemented by a self-built delay circuit. By long-pressing the reset button, users can easily enter the program download mode. The CoreS3 kit comes with the DinBase Base, providing convenient options for Din rail, wall, and screw fixing. It can be powered by an external DC 12V (supports 9~24V) or an internal 500mAh lithium battery. The DinBase also offers multiple proto locations for users to customize and expand their projects. CoreS3 is an ideal choice for IoT development, various DIY project development, smart home control systems, and industrial automation control systems. +## Technical details + +- Developed based on ESP32, support WiFi @16M Flash, 8M PSRAM +- Built-in camera, proximity sensor, speaker, power indicator, RTC, I2S amplifier, dual microphone, condenser touch screen, power button, reset button, gyroscope +- TF card slot +- High-strength glass +- Support OTG and CDC functions +- AXP2101 power management, low power design +- Supported programming platforms: Arduino, UIFlow + +## Documentation + +* [Basic Core IoT](https://docs.m5stack.com/en/core/cores3) + +## Purchase + +* [M5Stack](https://shop.m5stack.com/products/m5stack-cores3-esp32s3-lotdevelopment-kit) \ No newline at end of file diff --git a/_board/m5stack_dial.md b/_board/m5stack_dial.md index 00f3d4934..6bceae660 100644 --- a/_board/m5stack_dial.md +++ b/_board/m5stack_dial.md @@ -5,6 +5,7 @@ title: "Dial - Smart Rotary Knob with Touch Screen Download" name: "Dial - Smart Rotary Knob with Touch Screen" manufacturer: "M5Stack" board_url: + - "https://www.adafruit.com/product/5966" - "https://docs.m5stack.com/en/core/M5Dial" board_image: "m5stack_dial.jpg" date_added: 2024-02-19 @@ -41,3 +42,4 @@ M5Dial provides versatile power supply options to cater to various needs. It acc ## Purchase * [M5Stack](https://shop.m5stack.com/products/m5stack-dial-esp32-s3-smart-rotary-knob-w-1-28-round-touch-screen) +* [Adafruit](https://www.adafruit.com/product/5966) diff --git a/_board/m5stack_dinmeter.md b/_board/m5stack_dinmeter.md new file mode 100644 index 000000000..790c952a1 --- /dev/null +++ b/_board/m5stack_dinmeter.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "m5stack_dinmeter" +title: "M5Stack Din Meter w/ M5StampS3 Download" +name: "M5Stack Din Meter w/ M5StampS3" +manufacturer: "M5Stack" +board_url: + - "https://docs.m5stack.com/en/core/M5DinMeter" +board_image: "m5stack_dinmeter.jpg" +date_added: 2025-10-18 +family: esp32s3 +features: + - Wi-Fi + - USB-C + - Bluetooth/BTLE + - Display + - Battery Charging +--- + +Din Meter is a 1/32 DIN standard embedded development board equipped with a 1.14-inch ST7789 screen and powered by an M5StampS3 as its main controller. It features a built-in rotary encoder for precise knob position tracking. Additionally, it includes an RTC circuit, an onboard buzzer, and buttons below the screen for device interaction and alert notifications. In terms of power supply, the design supports a wide voltage input range of 6-36V DC and has reserved interfaces for a lithium battery and charging circuit to cater to various needs. Moreover, reserved PORTA and PORTB interfaces facilitate the expansion of I2C and GPIO devices. This product is suitable for applications in parameter measurement and detection, smart home control, Internet of Things (IoT) projects, smart wearables, access control, industrial control, and educational maker projects. + +### Features + +- ST7789v2 screen +- M5StampS3 as the main control +- Rotary Encoder +- Wide voltage input +- Reserved PORTA and PORTB ports +- Lithium battery interface (Rechargeable) +- 1/32DIN standard (45*22.5mm) +- Programming platform: Arduino, UIFlow + +## Documentation + +* [M5Stack Din Meter](https://docs.m5stack.com/en/core/M5DinMeter) + +## Purchase + +* [M5Stack](https://shop.m5stack.com/products/m5stack-din-meter-w-m5stamps3) \ No newline at end of file diff --git a/_board/m5stack_m5paper.md b/_board/m5stack_m5paper.md index e3774e08c..740b2460c 100644 --- a/_board/m5stack_m5paper.md +++ b/_board/m5stack_m5paper.md @@ -8,7 +8,7 @@ board_url: - "https://docs.m5stack.com/en/core/m5paper" board_image: "m5stack_m5paper.jpg" date_added: 2023-10-27 -family: esp32s3 +family: esp32 bootloader_id: m5stack_m5paper downloads_display: true features: @@ -39,4 +39,4 @@ Additionally the FM24C02 internal eeprom chip provided 2K-bit(256x8)-EEPROM can ## Purchase -* [M5Stack](https://shop.m5stack.com/products/m5paper-esp32-development-kit-960x540-4-7-eink-display-235-ppi) \ No newline at end of file +* [M5Stack](https://shop.m5stack.com/products/m5paper-esp32-development-kit-960x540-4-7-eink-display-235-ppi) diff --git a/_board/m5stack_stamp_s3.md b/_board/m5stack_stamp_s3.md new file mode 100644 index 000000000..4733bbc6f --- /dev/null +++ b/_board/m5stack_stamp_s3.md @@ -0,0 +1,47 @@ +--- +layout: download +board_id: "m5stack_stamp_s3" +title: "M5Stamp S3 Download" +name: "M5Stamp S3" +manufacturer: "M5Stack" +board_url: + - "https://shop.m5stack.com/products/m5stamp-esp32s3-module" + - "https://docs.m5stack.com/en/core/StampS3" +board_image: "m5stack_stamp_s3.jpg" +date_added: 2025-01-11 +downloads_display: true +blinka: false +family: esp32s3 +bootloader_id: adafruit_feather_esp32s3_nopsram +features: + - Bluetooth/BTLE + - USB-C + - Wi-Fi + - Castellated Pads +--- + +STAMPS3 is a highly integrated embedded controller designed for IoT applications. It utilizes the Espressif ESP32-S3FN8 main control chip and features 8MB of SPI flash memory. Powered by a high-performance Xtensa 32-bit LX7 dual-core processor, STAMPS3 delivers impressive processing power with a main frequency of up to 240MHz. This module is specifically designed to meet the demands of IoT projects that require embedded main control modules. + +STAMPS3 comes equipped with a built-in highly integrated 5V to 3.3V circuit, ensuring stable power supply for reliable operation. It features an RGB status indicator and a programmable button for enhanced user control and visual feedback. The module conveniently leads out 23 GPIOs on the ESP32-S3, allowing for extensive expansion capabilities. The GPIOs are accessible through 1.27mm/2.54mm spacing leads, supporting various usage methods such as SMT, DIP row, and jump wire connections. STAMPS3 offers a compact form factor, delivering strong performance, rich expansion IO, and low power consumption. + +USB-C connector and RGB Status LED are independent from all broken-out GPIO. GPIO46 is drop-down by default. + +### Mounting Considerations +* 2.54mm DIP mounting breaks out 10 GPIO plus EN, 5V, 3V3, GND, GND +* 1.27mm DIP mounting breaks out 23 GPIO plus EN, 5V, 3V3, GND, GND +* Optional 8 pin 0.5mm pitch FPC header breaks out 6 additional GPIO plus 3V3, GND +* Optional 12 pin 0.5mm pitch FPC header breaks out 9 additional GPIO plus 5V, 3v3, GND + +### Optional LCD +The M5Stamp S3 is available as a "Cardputer Accessory Kit", which includes a pre-soldered 8 pin FPC header and a 1.14" 240x135px LCD screen. If you wish to make use of this functionality, please use the adafruit_st7789 library. + +## Documentation + +* [M5Stamp S3](https://docs.m5stack.com/en/core/StampS3) + +## Purchase + +* [M5Stack - StampS3 Module](https://shop.m5stack.com/products/m5stamp-esp32s3-module) +* [M5Stack - StampS3 with 1.27 Header Pin](https://shop.m5stack.com/products/m5stamps3-with-1-27-header-pin) +* [M5Stack - StampS3 with 2.54 Header Pin](https://shop.m5stack.com/products/m5stamps3-with-2-54-header-pin) +* [M5Stack - StampS3 with Display](https://shop.m5stack.com/products/cardputer-accessory-kit) diff --git a/_board/m5stack_stick_c_plus2.md b/_board/m5stack_stick_c_plus2.md new file mode 100644 index 000000000..4dcf9df28 --- /dev/null +++ b/_board/m5stack_stick_c_plus2.md @@ -0,0 +1,43 @@ +--- +layout: download +board_id: "m5stack_stick_c_plus2" +title: "M5StickC PLUS ESP32-PICO Mini IoT Download" +name: "M5StickC PLUS ESP32-PICO Mini IoT" +manufacturer: "M5Stack" +board_url: + - "https://docs.m5stack.com/en/core/M5StickC%20PLUS2" +board_image: "m5stack_stick_c_plus2.jpg" +date_added: 2025-01-29 +family: esp32 +features: + - Wi-Fi + - USB-C + - Bluetooth/BTLE + - Display + - Battery Charging +--- + +**M5StickC PLUS2** is an iterative version of M5StickC PLUS, featuring the ESP32-PICO-V3-02 chip as the main controller with built-in WiFi functionality. The compact device integrates a wealth of hardware resources within its small form factor, including infrared, RTC, microphone, LED, IMU, buttons, buzzer, and more. It boasts a 1.14-inch TFT screen with a resolution of 135*240, driven by the ST7789V2. The battery capacity has been increased to 200mAh, and the interface also supports HAT and Unit series products. This compact and versatile development tool is designed to spark limitless creative possibilities. + +**M5StickC PLUS2** facilitates the rapid prototyping of IoT products, streamlining the entire development process. Even beginners in programming can easily build interesting applications and apply them to real-life scenarios using M5StickC PLUS2. + +### Features + +- ESP32-­PICO-­V3-­02-Base,support WiFi +- Built-in 6-Axis IMU +- IR transmitter +- Microphone +- RTC +- Buttons, LCD(1.14 inch) +- Built-in Lithium Polymer Battery@200mAh +- Extendable Socket +- Built-in Passive Buzzer +- Wearable & Wall mounted + +## Documentation + +* [M5StickC PLUS ESP32-PICO Mini IoT](https://docs.m5stack.com/en/core/M5StickC%20PLUS2) + +## Purchase + +* [M5Stack](https://shop.m5stack.com/products/m5stickc-plus2-esp32-mini-iot-development-kit) \ No newline at end of file diff --git a/_board/m5stack_timer_camera_x.md b/_board/m5stack_timer_camera_x.md index e622c4693..1bf62e45e 100644 --- a/_board/m5stack_timer_camera_x.md +++ b/_board/m5stack_timer_camera_x.md @@ -14,7 +14,6 @@ features: - Wi-Fi - USB-C - Bluetooth/BTLE - - Camera - Battery Charging --- @@ -24,6 +23,8 @@ You can use the built-in RTC (BM8563) to keep track of time to create custom, sp A friendly heads-up: The low-power power management used by the Timer Camera series is different from the CORE and StickC devices. When in use, the PWR button is used as a power-on button (long press 2 seconds). If you need to shut down the device, use the software API or press the Reset button on the PCB. +**Note: as 2025-07-07 there is no documented way to use the camera. Examples using `espcamera` produce initialization errors.** + ### Features - ESP32-based - Built-in RTC diff --git a/_board/maker_badge.md b/_board/maker_badge.md index 6799de378..c2e319a69 100644 --- a/_board/maker_badge.md +++ b/_board/maker_badge.md @@ -9,6 +9,7 @@ board_url: board_image: "maker_badge.jpg" date_added: 2022-11-13 family: esp32s2 +bootloader_id: maker_badge features: - Wi-Fi - USB-C @@ -24,20 +25,20 @@ The Maker badge board is official badge board for Maker Faire´s in Czech republ * Powered by ESP32-S2 module (single core 32-bit LX7 microprocessor running up to 240 MHz with 320kB of SRAM, 4 MB Flash (embedded)) * Five touch buttons * Reset and boot buttons (the boot button can also be used as a user button) -* 5 x RGB LED with WS2812B IC +* 4 x RGB LED with WS2812B IC * USB-C connector for power and programming * JST-PH connector for attaching a battery (input range 2.7V - 6V) -* CR2032 battery holder +* CR2032 battery holder on rev.A-C ## Notes * rev. A (distributed by Czech maker) is using 212 x 104 px e-ink display with UC8151D driver -* rev. B (distributed by Make More) is using 250 x 122 px e-ink display with SSD1680 driver +* rev. B-D (distributed by Make More) is using 250 x 122 px e-ink display with SSD1680 driver ## Purchase -* will be added later +* [MakerMarket](https://www.makermarket.cz/maker-badge/) ## Resources -* [Github](https://github.com/dronecz/maker_badge) +* [Github](https://github.com/makerfaireczech/maker_badge) diff --git a/_board/makerdiary_imxrt1011_nanokit.md b/_board/makerdiary_imxrt1011_nanokit.md new file mode 100644 index 000000000..53f9c0f53 --- /dev/null +++ b/_board/makerdiary_imxrt1011_nanokit.md @@ -0,0 +1,44 @@ +--- +layout: download +board_id: "makerdiary_imxrt1011_nanokit" +title: "iMX RT1011 Nano Kit Download" +name: "iMX RT1011 Nano Kit" +manufacturer: "MakerDiary" +board_url: + - "https://wiki.makerdiary.com/imxrt1011-nanokit/" +board_image: "makerdiary_imxrt1011_nanokit.jpg" +date_added: 2024-09-20 +family: mimxrt10xx +features: + - USB-C + - Castellated Pads +--- + +iMX RT1011 Nano Kit is a small, high-performing prototyping kit designed around NXP's iMX RT1011 Crossover MCU based on the Arm Cortex-M7 core, which operates at speeds up to 500 MHz to provide high CPU performance and best real-time response. It has 128 KB on-chip RAM that can be flexibly configured as TCM or general-purpose as well as numerous peripherals including high speed USB, UART, SPI, I2C, SAI, PWM, GPIO, ADC and etc to support a wide range of applications. + +The design provides external 128 Mbit QSPI flash with XIP support, flexible power management, programmable LED and Button, easy-to-use form factor with USB-C and dual-row 40 pins in DIP/SMT type, including up to 33 multi-function GPIO pins (15 can be configured as ADC inputs) and Serial Wire Debug (SWD) port. Available with loose or pre-soldered headers, for even more flexibility in your projects. + +Key Features + +- NXP's MIMXRT1011DAE5A Crossover MCU + - Arm Cortex-M7 @ 500MHz + - On-chip RAM size up to 128 KB shared with CM7 TCM + - Boot ROM (64 KB) + - High speed USB, UART, SPI, I2C, SAI, PWM, GPIO, ADC support +- 128 Mb QSPI Flash with XIP support and on-the-fly decryption +- User programmable Button and LED +- Up to 33 multi-function General Purpose IOs (15 can be used as ADC inputs) +- Arm Serial Wire Debug (SWD) port via edge pins +- Flexible power management with various options for easily powering the unit +- Wide input voltage range: 1.8 V to 5.5 V, output 3.3V and up to 2A when Input ≥ 2.3 V +- 3.3V IO Operating Voltage +- Dual-row 40 pins 55.88mm x 20.32mm (2.2" x 0.8") DIP/SMT form factor +- Reversible USB-C connector +- Available with loose or pre-soldered headers +- Shipped with UF2 Bootloader supporting Drag-and-drop programming over USB drive +- Easy to enter Boot ROM Serial Downloader even when the UF2 Bootloader gets corrupted +- Built on open source, supporting Zephyr RTOS, Python, etc + +## Purchase + +* [MakerDiary](https://makerdiary.com/products/imxrt1011-nanokit) diff --git a/_board/makerdiary_nrf52840_connectkit.md b/_board/makerdiary_nrf52840_connectkit.md index 6867317aa..460f18a74 100644 --- a/_board/makerdiary_nrf52840_connectkit.md +++ b/_board/makerdiary_nrf52840_connectkit.md @@ -13,6 +13,7 @@ features: - Bluetooth/BTLE - USB-C - Breadboard-Friendly + - Castellated Pads --- nRF52840 Connect Kit is an open-source prototyping kit designed for connected projects. It is built using the nRF52840 SoC, which has protocol support for Bluetooth LE, Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary stacks. It provides Arm TrustZone® CryptoCell cryptographic unit as well as numerous peripherals such as USB 2.0, NFC-A, GPIO, UART, SPI, TWI, PDM, I2S, QSPI, PWM, ADC, QDEC to support a wide range of applications. diff --git a/_board/makerfabs_tft7.md b/_board/makerfabs_tft7.md index a61b723da..c036353ad 100644 --- a/_board/makerfabs_tft7.md +++ b/_board/makerfabs_tft7.md @@ -15,7 +15,10 @@ features: - USB-C --- -This ESP32 S3 7-inch IPS display could be an ideal displayer& controller for IOT applications. It has 2 versions: High-resolution version 800*480, and Ultra High-resolution version 1024*600; Display on both versions is IPS, and the display effect is beautiful, together with 5 points capacitive touch, great for applications such as home automation; There on-board SD card, to make it possible to record/play filed data. Also, there 2 Mabee/ Grove connectors, so the users can connect kinds of sensors to this board, to create personal prototype projects instantly. +This ESP32 S3 7-inch IPS display could be an ideal displayer & controller for IOT applications. It has 2 versions: High-resolution version 800x480, and Ultra High-resolution version 1024x600; Display on both versions is IPS, and the display effect is beautiful, together with 5 points capacitive touch, great for applications such as home automation; There on-board SD card, to make it possible to record/play filed data. Also, there 2 Mabee/ Grove connectors, so the users can connect kinds of sensors to this board, to create personal prototype projects instantly. + +Depending on your board variant you may need to: + - select the correct screen resolution using CIRCUITPY_DISPLAY_WIDTH in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). ### Specs: @@ -23,7 +26,7 @@ This ESP32 S3 7-inch IPS display could be an ideal displayer& controller for IOT - Wireless: Wifi& Bluetooth 5.0 - LCD: 7 inch High Lightness IPS - FPS: >30 -- Resolution: 800*480/1024*600 +- Resolution: 800x480/1024x600 - LCD interface: RGB 565 - Touch Panel: 5 Points Touch, Capacitive - Touch Panel Driver: GT911 @@ -31,7 +34,7 @@ This ESP32 S3 7-inch IPS display could be an ideal displayer& controller for IOT - UART to UART Chip: CP2104 - Power Supply: USB Type-C 5.0V(4.0V~5.25V) - Button: Flash button and reset button -- Mabee interface: 1*I2C;1*GPIO +- Mabee interface: 1xI2C;1xGPIO - MicroSD: Yes - Arduino support: Yes - Type-C Power Delivery: Not Supported diff --git a/_board/makergo_esp32c3_supermini.md b/_board/makergo_esp32c3_supermini.md new file mode 100644 index 000000000..5d07c5099 --- /dev/null +++ b/_board/makergo_esp32c3_supermini.md @@ -0,0 +1,41 @@ +--- +layout: download +board_id: "makergo_esp32c3_supermini" +title: "Maker Go ESP32C3 Supermini Download" +name: "Maker Go ESP32C3 Supermini" +manufacturer: "Maker Go" +board_url: + - "https://www.aliexpress.com/item/1005006484193347.html" +board_image: "makergo-esp32c3-supermini.jpg" +date_added: 2024-04-01 +downloads_display: true +blinka: false +family: esp32c3 +features: + - Battery Charging + - Bluetooth/BTLE + - Breadboard-Friendly + - Castellated Pads + - USB-C + - Wi-Fi +--- + +ESP32C3 SuperMini is an IoT mini development board based on the Espressif ESP32C3 WiFi/Bluetooth dual mode chip. ESP32-C3 is a 32-bit RISC-V CPU that includes an FPU (floating point unit) that can perform 32-bit single precision operations and has powerful computing power. It has excellent RF performance and supports IEEE 802.11 b/g/n WiFi and Bluetooth 5 (LE) protocols. This board comes with an external antenna to enhance the signal strength of wireless applications. It also has a compact and exquisite appearance combined with a single surface mount design. It is equipped with rich interfaces, with 11 digital I/Os that can be used as PWM pins and 4 analog I/Os that can be used as ADC pins. It supports four serial interfaces: UART, I2C, and SPI. There is also a small reset button and a boot loader mode button on the board. +Based on the above characteristics, ESP32C3SuperMini is positioned as a high-performance, low-power, and cost-effective IoT mini development board, suitable for low-power IoT applications and wireless wearable applications. + +## Technical Details + - Powerful CPU: ESP32-C3, 32-bit RISC-V single core processor, running at frequencies up to 160 MHz + - WiFi: 802.11b/g/n protocol, 2.4GhHz, supports Station mode, SoftAP mode, SoftAP Station mode, hybrid mode + - Bluetooth 5.0 + - Ultra low power consumption: Deep sleep power consumption is about 43 μ A + - Rich board resources: 400KB SRAM, 384KB ROM with built-in 4Mflash. + - Chip model: ESP32C3FN4 + - Ultra small size: as small as the thumb (22.52x18mm) in a classic shape, suitable for wearable devices and small projects + - Reliable security features: Encryption hardware accelerator supporting AES-128/256, hashing, RSA, HMAC, digital signature, and secure boot + - Rich interfaces: 1xI2C, 1xSPI, 2xUART, 11xGPIO (PWM), 4xADC + - Single sided components, surface mount design + - Blue light led on board: gpio8 pin + +## Purchase +Add any links to purchase the board +* [Aliexpress](https://www.aliexpress.com/item/1005006484193347.html) diff --git a/_board/makergo_esp32c6_supermini.md b/_board/makergo_esp32c6_supermini.md new file mode 100644 index 000000000..f20ae72dd --- /dev/null +++ b/_board/makergo_esp32c6_supermini.md @@ -0,0 +1,31 @@ +--- +layout: download +board_id: "makergo_esp32c6_supermini" +title: "Maker Go ESP32C6 Supermini Download" +name: "Maker Go ESP32C6 Supermini" +manufacturer: "Maker Go" +board_url: + - "https://www.aliexpress.com/i/3256806673540231.html" +board_image: "makergo_esp32c6_supermini.jpg" +date_added: 2024-10-07 +downloads_display: true +blinka: false +family: esp32c6 +features: + - Breadboard-Friendly + - USB-C + - Wi-Fi + - Castellated Pads +--- + +ESP32C6 SuperMini is an IoT mini development board based on the Espressif ESP32C6 chip. + +## Details +- Versatile Application:Ideal for a range of applications, from robotics to IoT, this board is a versatile learning tool. +- High-Performance Microcontroller:Equipped with a robust ESP32-C6 processor, this board delivers superior performance for your projects. +- Comprehensive Documentation:The board comes with extensive documentation, making it easy to learn and program for beginners. +- Compact Design:ESP32-C6 SuperMini Development Board is a space-efficient microcontroller ideal for DIY projects. +- Global Reach:As a trusted manufacturer, our ESP32-C6 board reaches over 100 countries, ensuring global accessibility. + +## Purchase +* [Aliexpress](https://www.aliexpress.com/i/3256806673540231.html) diff --git a/_board/maple_elite_pi.md b/_board/maple_elite_pi.md index f01092289..4e2bc8812 100644 --- a/_board/maple_elite_pi.md +++ b/_board/maple_elite_pi.md @@ -8,10 +8,11 @@ board_url: - "https://keeb.io/products/elite-pi-usb-c-pro-micro-replacement-rp2040" board_image: "maple_elite_pi.jpg" date_added: 2023-11-15 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads --- The Elite-Pi is an RP2040-based controller with a Pro Micro/Elite-C compatible pinout that's primarily intended for use with keyboards. diff --git a/_board/matrixportal_m4.md b/_board/matrixportal_m4.md index 6f0618639..6111980da 100644 --- a/_board/matrixportal_m4.md +++ b/_board/matrixportal_m4.md @@ -11,6 +11,7 @@ board_image: "matrixportal_m4.jpg" date_added: 2020-09-16 family: atmel-samd bootloader_id: matrixportal_m4 +download_instructions: https://learn.adafruit.com/adafruit-matrixportal-m4/install-circuitpython tags: - Matrix Portal features: diff --git a/_board/max32690evkit.md b/_board/max32690evkit.md new file mode 100644 index 000000000..0dcc0e056 --- /dev/null +++ b/_board/max32690evkit.md @@ -0,0 +1,21 @@ +--- +layout: download +board_id: "max32690evkit" +title: "MAX32690 Evaluation Kit Download" +name: "MAX32690 Evaluation Kit" +manufacturer: "Analog Devices" +board_url: + - "https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/max32690evkit.html" +board_image: "max32690evkit.jpg" +date_added: 2025-01-29 +family: analog +features: + - Bluetooth/BTLE + - Display +--- + +The MAX32690 evaluation kit (EV kit) provides a platform for evaluating the capabilities of the MAX32690 microcontroller, which is an advanced system-on-chip (SoC). It features an Arm® Cortex®-M4F CPU for efficient computation of complex functions and algorithms, and the latest generation Bluetooth® 5 Low Energy (Bluetooth LE) radio designed for wearable and hearable fitness devices, portable and wearable wireless medical devices, industrial sensors/networks, internet of things (IoT), and asset tracking. + +## Purchase + +* [Analog Devices](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/max32690evkit.html) \ No newline at end of file diff --git a/_board/melopero_shake_rp2040.md b/_board/melopero_shake_rp2040.md index 7e7e199f4..8c2697f26 100644 --- a/_board/melopero_shake_rp2040.md +++ b/_board/melopero_shake_rp2040.md @@ -8,7 +8,7 @@ board_url: - "https://www.melopero.com/melopero-shake-rp2040" board_image: "melopero_shake_rp2040.jpg" date_added: 2021-09-22 -family: raspberrypi +family: rp2040 features: - Feather-Compatible - Battery Charging diff --git a/_board/metro_m0_express.md b/_board/metro_m0_express.md index e9fc7c963..3f8990a28 100644 --- a/_board/metro_m0_express.md +++ b/_board/metro_m0_express.md @@ -10,6 +10,7 @@ board_image: "metro_m0_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: metro_m0 +download_instructions: https://learn.adafruit.com/adafruit-metro-m0-express/circuitpython features: - Arduino Shield Compatible --- diff --git a/_board/metro_m4_airlift_lite.md b/_board/metro_m4_airlift_lite.md index 4a2474984..435fd3d8f 100644 --- a/_board/metro_m4_airlift_lite.md +++ b/_board/metro_m4_airlift_lite.md @@ -10,6 +10,7 @@ board_image: "metro_m4_airlift_lite.jpg" date_added: 2019-04-13 family: atmel-samd bootloader_id: metro_m4_airlift +download_instructions: https://learn.adafruit.com/adafruit-metro-m4-express-airlift-wifi/install-circuitpython features: - Wi-Fi - Arduino Shield Compatible diff --git a/_board/metro_m4_express.md b/_board/metro_m4_express.md index 9101f4c7c..745f6afae 100644 --- a/_board/metro_m4_express.md +++ b/_board/metro_m4_express.md @@ -10,6 +10,7 @@ board_image: "metro_m4_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: metro_m4 +download_instructions: https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51/circuitpython features: - Arduino Shield Compatible --- diff --git a/_board/metro_m7_1011.md b/_board/metro_m7_1011.md index 5b0d3635f..2eeb71438 100644 --- a/_board/metro_m7_1011.md +++ b/_board/metro_m7_1011.md @@ -9,6 +9,7 @@ board_url: board_image: "metro_m7_1011.jpg" date_added: 2020-10-16 family: mimxrt10xx +download_instructions: https://learn.adafruit.com/adafruit-metro-m7-with-airlift/install-circuitpython features: - Wi-Fi - STEMMA QT/QWIIC diff --git a/_board/microbit_v2.md b/_board/microbit_v2.md index 0eda2aaa3..aa2e7b6eb 100644 --- a/_board/microbit_v2.md +++ b/_board/microbit_v2.md @@ -13,6 +13,7 @@ board_url: board_image: "microbit_v2.jpg" date_added: 2021-08-11 family: nrf52840 +download_instructions: https://microbit.org/get-started/getting-started/introduction/ features: - Bluetooth/BTLE - Battery Charging diff --git a/_board/microdev_micro_c3.md b/_board/microdev_micro_c3.md index 620418b73..7bf830460 100644 --- a/_board/microdev_micro_c3.md +++ b/_board/microdev_micro_c3.md @@ -15,6 +15,7 @@ features: - STEMMA QT/QWIIC - USB-C - Wi-Fi + - Castellated Pads --- Introducing MicroDev microC3 dev-board based on Espressif's ESP32-C3 SoC, which is equipped with a RISC-V 32-bit single-core processor, operating frequency up to 160 MHz, supports secondary development without using other microcontrollers or processors. The ESP32-C3 is an highly integrated low power Wi-Fi and Bluetooth system-level chip (SoC), designed for various applications such as internet of things (IoT), mobile devices, wearable electronics, smart home, etc. diff --git a/_board/mini_sam_m4.md b/_board/mini_sam_m4.md index 2cebcf379..af2c038b1 100644 --- a/_board/mini_sam_m4.md +++ b/_board/mini_sam_m4.md @@ -10,7 +10,8 @@ board_image: "mini_sam_m4.jpg" date_added: 2019-03-12 family: atmel-samd bootloader_id: mini_sam_m4 - +features: + - Castellated Pads --- Mini SAM is a LEGO® minifigure-sized development board based on the Microchip SAMD51G 48-Pin 32-Bit ARM® Cortex®-M4F MCU running at 48Mhz. diff --git a/_board/mtm_computer.md b/_board/mtm_computer.md new file mode 100644 index 000000000..2cd6eee47 --- /dev/null +++ b/_board/mtm_computer.md @@ -0,0 +1,59 @@ +--- +layout: download +board_id: "mtm_computer" +title: "Music Thing Modular Workshop System Download" +name: "Music Thing Modular Workshop System " +manufacturer: "Music Thing Modular" +board_url: + - "https://www.musicthing.co.uk/workshopsystem/" +board_image: "mtm_computer.jpg" +date_added: 2024-12-01 +family: rp2040 +download_instructions: https://github.com/TomWhitwell/Workshop_Computer +features: + - USB-C +--- + +The Workshop System is an analogue modular synth and a powerful audio computer – designed to be useful and open: + +* A genre-neutral toolkit, a little box of ways to make and manipulate music and sound. +* A patchable, hackable, code-able modular synth that can be used in many different ways. +* A system that works with things you already have. Plug in your phone, a drum machine, a laptop, guitar pedals or a microphone. +* A computer that uses tiny program cards that are completely hackable. Anyone who writes code can make, share, sell their creations — sequencers, effects, interfaces. + +The Workshop System arrives as a DIY kit which will take a few hours to put together. All the tiny SMD components have already been soldered for you, so the build process consists mainly of soldering jack sockets, potentiometers and switches while following the build guide: [musicthing.co.uk/Workshop_System_Build_Guide](https://musicthing.co.uk/Workshop_System_Build_Guide) + + +The Workshop System kit includes: + +* All hardware required to build the Workshop System (PCBs, Front & Back Panel, components, knobs, buttons etc.) +* A rugged hard plastic carry case for easy portability with internal foam cutout to keep the system protected +* 2 x audio adaptor cables to plug a guitar pedal into the Stompbox section of the Workshop System – the cables are 3.5mm (1/8″) Minijack to 6.35mm (1/4″) Jack +* A 20cm DC barrel cable for directly powering a guitar pedal from the front of the Workshop – 9V (centre-negative) +* A keyring and set of 4 x Program Cards to get started using the computer section. The included cards are: a **Turing Machine** (random looping sequencer), a lush digital **Reverb**, a **MIDI to CV** converter and a **Blank** card to fill with another function of your choice – or to explore creating programmes of your own. More blank cards can be found [HERE](https://www.thonk.co.uk/shop/mtm-workshop-blank-card-set/) + +The kit does not include: + +* Eurorack patch cables – we figure that many users of modular synths already have patch cables lying around – but if you’re just starting out and would like a set of short patch cables then we have a cable set available [HERE](https://www.thonk.co.uk/shop/mtm-eurorack-patch-cables/) +* A power cable – The Workshop System has two power options: The easiest way is via USB-C PD power, but you can also use a regular 15-25v DC barrel connection. The system will happily run from battery powerbanks and laptop adaptors. We feel that there are already enough USB-C cables in the world. If you do want to source a USB-C wallwart then we recommend using one that’s rated at 30W or above. + + +The Workshop System has 14 modules: + +* 2 x SineSquare Oscillators Simple vintage-style oscillators made of 1970s tech. +* 2 x Humpback Filters Similarly vintage-style filters, designed by Philip Goulding of God’s Box. +* 2 x Slopes These work as attack/decay envelopes, LFOs and portamento generators. +* Computer Is a multi-function module with knobs, a switch and audio, CV and pulse ins and outs. Initially, the system comes with a USB MIDI card, a Turing Machine sequencer and a Reverb card. A community of programmers are creating more cards. +* Stereo In takes a 3.5mm stereo input and boosts it to modular level. +* Ring Mod is a great-sounding ring modulator, connected to the two sines. It also works as a simple VCA. +* Stompbox is an interface for guitar pedals, with blend and feedback controls to make boring pedals more interesting. There’s a 9v power outlet for pedals below this module. +* Amplifier contains two simple circuits. One is connected to a piezo contact mic behind the panel, the other is the transistor-based input circuit from a MiniMoog. In other words, a Mikrophonie and a Mini Drive. +* 4 Voltages is a minimum viable keyboard: four voltage outputs, one knob, four pushbuttons. More fun to play with than to explain. +* Mix a simple output mixer, with two stereo channels, two mono channels and a powerful headphone amp / line out. +* PSU behind the panel is a power supply that runs on USB-C PD power or professional 15-25v barrel connectors. It works from battery powerbanks and laptop adaptors, most likely something you’ve already got at home. + + + +## Purchase + +* [Thonk.co.uk](https://www.thonk.co.uk/workshopsystem/) diff --git a/_board/neopixel_trinkey_m0.md b/_board/neopixel_trinkey_m0.md index da0a0889d..3efe9c84b 100644 --- a/_board/neopixel_trinkey_m0.md +++ b/_board/neopixel_trinkey_m0.md @@ -10,6 +10,7 @@ board_image: "neopixel_trinkey_m0.jpg" date_added: 2021-04-06 family: atmel-samd bootloader_id: neopixel_trinkey_m0 +download_instructions: https://learn.adafruit.com/adafruit-neo-trinkey/circuitpython features: --- diff --git a/_board/nice_nano.md b/_board/nice_nano.md index 02d67a63a..aebba9622 100644 --- a/_board/nice_nano.md +++ b/_board/nice_nano.md @@ -10,6 +10,7 @@ board_image: "nice_nano.jpg" date_added: 2020-06-05 family: nrf52840 bootloader_id: nice_nano +download_instructions: https://docs.nicekeyboards.com/#/nice!nano/getting_started features: - USB-C - Breadboard-Friendly diff --git a/_board/nodemcu_esp32c2.md b/_board/nodemcu_esp32c2.md new file mode 100644 index 000000000..e0743aecd --- /dev/null +++ b/_board/nodemcu_esp32c2.md @@ -0,0 +1,34 @@ +--- +layout: download +board_id: "nodemcu_esp32c2" +title: "NodeMCU ESP32-C2 Download" +name: "NodeMCU ESP32-C2" +manufacturer: "NodeMCU" +board_url: + - "https://www.aliexpress.com/i/3256805857447692.html" +board_image: "nodemcu_esp32c2.jpg" +date_added: 2024-07-18 +family: esp32c2 +bootloader_id: nodemcu_esp32c2 +features: + - Bluetooth/BTLE + - Breadboard-Friendly + - USB-C + - Wi-Fi +--- + +The ESPC2-12 module adopts the ESP8684 chip, which is a universal WIFI and low-power Bluetooth dual-mode module with powerful functions. The module adopts onboard antenna and external antenna, and is equipped with 4MB SPI FLASH. +Pin connectors (row pins), all available GPIO pins have been led out to the row pins of the development board. The mainstream type-c USB interface can be used as a power supply for development boards or a communication interface between PC and ESP8684 chips. +USB to UART bridge, single chip USB to UART bridge, providing a transfer rate of up to 3 Mbps. ESPC2-12 is an extremely low-power SoC designed based on ESP8684 and equipped with RISC-V 32-bit single core processors. It supports IEEE 802.11b/g/n (2.4 GHz WiFi) and BT 5 (BLE) modules. + +### Features + +- Versatile Development Kit:Comes with a comprehensive SDK and supports various protocols, making it ideal for a wide range of IoT projects. +- WiFi & Bluetooth Connectivity:Supports IEEE 802.11 b/g/n (2.4 GHz WiFi) and BT 5 (BLE) modules, enabling seamless wireless communication. +- Extensive GPIO & Peripherals:Features 13 GPIO ports, 2 SPI, 1 UART, 1 I2C, and PWM with up to 6 channels, catering to diverse application needs. +- Arduino Optum Wifi|Node Include|Dual-Core Processor:Equipped with a 32-bit RISC-V single core processor, the ESPC2-12 delivers up to 120 MHz main frequency for efficient performance. +- Low-Power Design:Designed for low power consumption, the ESPC2-12 operates efficiently within a voltage range of 3.0V~3.6V. + +## Purchase + +* [AliExpress](https://www.aliexpress.com/i/3256805857447692.html) diff --git a/_board/nordic_nrf5340dk.md b/_board/nordic_nrf5340dk.md new file mode 100644 index 000000000..fb84ccd0b --- /dev/null +++ b/_board/nordic_nrf5340dk.md @@ -0,0 +1,34 @@ +--- +layout: download +board_id: "nordic_nrf5340dk" +title: "Nordic nRF5340 Development Kit Download" +name: "Nordic nRF5340 Development Kit" +manufacturer: "Nordic Semiconductor" +board_url: + - "https://www.nordicsemi.com/Products/Development-hardware/nRF5340-DK" +board_image: "nordic_nrf5340dk.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - Arduino Shield Compatible + - Bluetooth/BTLE + - Battery Charging +--- + +The nRF5340 DK is the development kit for the [nRF5340 System-on-Chip (SoC)](https://www.nordicsemi.com/Products/nRF5340), containing everything needed to get started with development, on a single board. + +The DK supports development with an extensive range of wireless protocols. It supports Bluetooth Low Energy with features such as high-throughput 2 Mbps, Advertising Extensions and Long Range. Mesh protocols like Bluetooth mesh, Thread and Zigbee can run concurrently with Bluetooth Low Energy, enabling smartphones to provision, commission, configure and control mesh nodes, which is a prerequisite for [matter ](https://www.nordicsemi.com/Products/Technologies/Matter)applications. It also supports NFC, ANT, 802.15.4 and 2.4 GHz proprietary protocols. + +The DK is bundled with an NFC antenna that quickly enables testing of nRF5340’s NFC-A tag functionality. A SEGGER J-Link debugger is on the board, enabling full-blown programming and debugging, of both the nRF5340 SoC and external targets. + +All analog and digital interfaces, and GPIOs are available via headers and edge connectors. The kit is Arduino Uno Rev3 hardware compatible, meaning it can be easily interfaced with external device shields. + +Four buttons and four LEDs simplify input and output to and from the nRF5340 SoC, and are all user-programmable. An on-board external memory is connected to the 96 MHz QSPI peripheral in the nRF5340 SoC. + +The nRF5340 DK is typically powered via USB, but can be powered by a wide range of sources, within the supply range of 1.7 to 5.0 V. In addition to USB, it can be powered with external source, but also includes a CR2032 battery holder and a Li-Po battery connector, for in-field testing. Current consumption can be measured by using the dedicated current measurement pins, for example by using Nordic's [Power Profiler Kit II](https://www.nordicsemi.com/Products/Development-hardware/Power-Profiler-Kit-2). + +The [nRF Connect SDK](https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK) is the software development kit for the nRF5340 SoC, and it has board support for the nRF5340 DK. It supports software development of Bluetooth Low Energy, Thread and Zigbee applications. It integrates the Zephyr RTOS, protocol stacks, samples, hardware drivers and much more. + +## Purchase + +* [Mouser](https://www.mouser.com/ProductDetail/Nordic-Semiconductor/NRF5340-DK?qs=T94vaHKWudSvpk%2Fi5MmNkA%3D%3D) diff --git a/_board/nordic_nrf54l15dk.md b/_board/nordic_nrf54l15dk.md new file mode 100644 index 000000000..476ccd544 --- /dev/null +++ b/_board/nordic_nrf54l15dk.md @@ -0,0 +1,24 @@ +--- +layout: download +board_id: "nordic_nrf54l15dk" +title: "Nordic nRF54L05 Development Kit Download" +name: "Nordic nRF54L05 Development Kit" +manufacturer: "Nordic Semiconductor" +board_url: + - "https://www.nordicsemi.com/Products/Development-hardware/nRF54L15-DK" +board_image: "nordic_nrf54l15dk.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - Bluetooth/BTLE +--- + +The nRF54L15 DK is the development kit for all three wireless SoC (System-on-Chip) options in the nRF54L Series. The nRF54L15 sits on the development board, while the nRF54L10 and nRF54L05 can be emulated. The affordable single-board development kit makes all features of the wireless SoC available to the developer. + +The nRF54L15 DK is supported by a comprehensive set of nRF Connect tools and has support in the nRF Connect SDK. Developers can explore the full potential of the nRF54L15 using the extensive range of software samples, modules, and libraries available within the nRF Connect SDK. + +The nRF Connect SDK Fundamentals and Bluetooth Low Energy Fundamentals courses in Nordic Developer Academy support the nRF54L15 DK. These courses have enrolled more than 15,000 developers, have received an average rating of 9.1/10, and provide more than 20 hours of in-depth training. + +## Purchase + +* [Digi-Key](https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF54L15-DK/25601516) diff --git a/_board/nordic_nrf7002dk.md b/_board/nordic_nrf7002dk.md new file mode 100644 index 000000000..b6fc870fb --- /dev/null +++ b/_board/nordic_nrf7002dk.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "nordic_nrf7002dk" +title: "Nordic nRF7002 Development Kit Download" +name: "Nordic nRF7002 Development Kit" +manufacturer: "Nordic Semiconductor" +board_url: + - "https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK" +board_image: "nordic_nrf7002dk.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - Arduino Shield Compatible + - Bluetooth/BTLE + - Wi-Fi + - Battery Charging +--- + +The nRF7002 DK is the development kit for the [nRF7002](https://www.nordicsemi.com/Products/nRF7002), and [nRF7001](https://www.nordicsemi.com/Products/nRF7001) Wi-Fi 6 Companion ICs. It contains everything needed to get started developing on a single board. The DK features an [nRF5340 ](https://www.nordicsemi.com/Products/nRF5340)multiprotocol System-on-Chip (SoC) as a host processor for the nRF7002. + +The DK supports the development of low-power [Wi-Fi](https://www.nordicsemi.com/Products/Wireless/WiFi) applications and enables Wi-Fi 6 features like OFDMA, Beamforming, and Target Wake Time. + +The nRF7002 is a Wi-Fi 6 companion IC, providing seamless connectivity and Wi-Fi-based locationing (SSID sniffing of local Wi-Fi hubs). It is designed to be used alongside Nordic’s existing nRF52® and nRF53® Series Bluetooth Systems-on-Chip (SoCs), and nRF91® Series cellular IoT Systems-in-Package (SiPs). The nRF7002 can also be used in conjunction with non-Nordic host devices. + +To communicate with the host, SPI or QSPI can be used, and an extra coexistence feature allows for seamless coexistence with other protocols like Bluetooth, Thread, or Zigbee. The nRF7002 is integrated and supported in Nordic’s nRF Connect SDK and the nRF7002 Dk can also be used to emulate the nRF7001. + +The nRF7002 is the first device in Nordic’s portfolio of unique Wi-Fi products that will combine seamlessly with Nordic’s existing ultra-low power technologies. Nordic bring their decades of ultra-low-power wireless IoT and silicon design expertise to Wi-Fi. Wi-Fi 6 brings added benefits to IoT applications, including further efficiency gains supporting long-life, battery-powered Wi-Fi operation. + +With Wi-Fi 6, Nordic supports all wireless protocols used in Matter, Bluetooth LE for commissioning, Thread for low-power mesh, and Wi-Fi for high-throughput. Matter is a protocol championed by Apple, Amazon, Google, Nordic Semiconductor, Samsung, and hundreds of other companies in consumer IoT. + +## Purchase + +* [Digi-Key](https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF7002-DK/17748188) diff --git a/_board/nucleo_f446re.md b/_board/nucleo_f446re.md index 728012f6a..7d2290d2b 100644 --- a/_board/nucleo_f446re.md +++ b/_board/nucleo_f446re.md @@ -3,7 +3,7 @@ layout: download board_id: "nucleo_f446re" title: "STM32F446RE Nucleo Download" name: "STM32F446RE Nucleo" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/en/evaluation-tools/nucleo-f446re.html" board_image: "nucleo_f446re.jpg" diff --git a/_board/nucleo_f746zg.md b/_board/nucleo_f746zg.md index 3b89e8ecb..170f5a0ef 100644 --- a/_board/nucleo_f746zg.md +++ b/_board/nucleo_f746zg.md @@ -3,7 +3,7 @@ layout: download board_id: "nucleo_f746zg" title: "STM32F746 Nucleo Download" name: "STM32F746 Nucleo" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-f746zg.html" board_image: "nucleo_f746zg.jpg" diff --git a/_board/nucleo_f767zi.md b/_board/nucleo_f767zi.md index 0f2bd3058..4db38a4e9 100644 --- a/_board/nucleo_f767zi.md +++ b/_board/nucleo_f767zi.md @@ -3,7 +3,7 @@ layout: download board_id: "nucleo_f767zi" title: "STM32F767 Nucleo Download" name: "STM32F767 Nucleo" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-f767zi.html" board_image: "nucleo_f767zi.jpg" diff --git a/_board/nucleo_h743zi_2.md b/_board/nucleo_h743zi_2.md index 0e446f9ef..012058aef 100644 --- a/_board/nucleo_h743zi_2.md +++ b/_board/nucleo_h743zi_2.md @@ -3,7 +3,7 @@ layout: download board_id: "nucleo_h743zi_2" title: "STM32H743 Nucleo Download" name: "STM32H743 Nucleo" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-h743zi.html" board_image: "nucleo_h743zi_2.jpg" diff --git a/_board/nullbits_bit_c_pro.md b/_board/nullbits_bit_c_pro.md index 5c520e751..727cd0ccd 100644 --- a/_board/nullbits_bit_c_pro.md +++ b/_board/nullbits_bit_c_pro.md @@ -8,7 +8,7 @@ board_url: - "https://nullbits.co/bit-c-pro/" board_image: "nullbits_bit_c_pro.jpg" date_added: 2023-01-31 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly diff --git a/_board/odt_bread_2040.md b/_board/odt_bread_2040.md index 73447ee59..6a814d676 100644 --- a/_board/odt_bread_2040.md +++ b/_board/odt_bread_2040.md @@ -8,7 +8,7 @@ board_url: - "https://www.tindie.com/products/24791/" board_image: "odt_bread_2040.jpg" date_added: 2021-10-17 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly diff --git a/_board/odt_cast_away_rp2040.md b/_board/odt_cast_away_rp2040.md index 3c8641214..ad2af99cb 100644 --- a/_board/odt_cast_away_rp2040.md +++ b/_board/odt_cast_away_rp2040.md @@ -8,10 +8,11 @@ board_url: - "https://www.tindie.com/products/oakdevtech/cast-away-rp2040-a-castellated-rp2040-dev-board/" board_image: "odt_cast_away_rp2040.jpg" date_added: 2022-01-04 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads --- Cast your project fears away with the Cast-Away RP2040, a small and easy to use RP2040 dev board designed to take your project to the beach. This board uses the popular Raspberry Pi RP2040, a dual core ARM Cortex M0 microcontroller. diff --git a/_board/odt_rpga_feather.md b/_board/odt_rpga_feather.md new file mode 100644 index 000000000..207ba2b2b --- /dev/null +++ b/_board/odt_rpga_feather.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "odt_rpga_feather" +title: "RPGA Feather Download" +name: "RPGA Feather" +manufacturer: "Oak Development Technologies" +board_url: + - "https://www.tindie.com/products/oakdevtech/rpga-feather-rp2040-ice40/" +board_image: "odt_rpga_feather.jpg" +date_added: 2024-06-07 +family: rp2040 +features: + - STEMMA QT/QWIIC + - USB-C + - Feather-Compatible + - Battery Charging + - Breadboard-Friendly +--- + +What better way to enjoy a Raspberry Pi RP2040 than to pair it with an iCE40 FPGA. iCE40 FPGA provide a small but capable accessory to your favorite project without the hassle of figuring out the wiring and which pins to hook up! + +RPGA Feather comes equipped with the RP2040 and the iCE5LP4K fpga from Lattice Semiconductor which features 3520 LUTs, 80kb of BRAM, hardened I2C and SPI blocks (no wasted LUT for soft blocks), and a number of pins both hooked directly to the RP2040, as well as jumper blocks on the bottom to either connect up to 4 additional pins to the RP2040 or provide 4 IO for the fpga. + +## Features + +- 2MB QSPI FLASH (w25q16) +- LiPo Charging via MCP73831 1S LiPo Charger +- Up to 12 direct pin connections to the RP2040 from the iCE5LP4K +- USB 2.0 Type C Compatible connector +- Cree RGB LED driven by FPGA +- Compact and versatile Feather Form Factor +- StemmaQT/QWIIC compatible JST connector + +## Purchase + +* [Tindie](https://www.tindie.com/products/oakdevtech/rpga-feather-rp2040-ice40/) + +## Learn more + +* [Schematics](https://github.com/Oak-Development-Technologies/RPGA-Feather/tree/main) \ No newline at end of file diff --git a/_board/omnimo_nrf52840.md b/_board/omnimo_nrf52840.md new file mode 100644 index 000000000..469248d36 --- /dev/null +++ b/_board/omnimo_nrf52840.md @@ -0,0 +1,56 @@ +--- +layout: download +board_id: "omnimo_nrf52840" +title: "Omnimo nRF52840 Download" +name: "Omnimo nRF52840" +manufacturer: "eAFAQ" +board_url: + - "https://www.crowdsupply.com/eafaq/omnimo-nrf52840" +board_image: "eafaq_omnimo_nrf52840.jpg" +date_added: 2025-07-10 +family: nrf52840 +bootloader_id: omnimo_nrf52840 +download_instructions: https://github.com/eAFAQ/omnimo-nRF52840 +features: + - Bluetooth/BTLE + - Feather-Compatible + - Battery Charging + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly +--- + +**Omnimo nRF52840** is a compact development board that features the Nordic's [nRF52840](https://www.nordicsemi.com/Products/nRF52840) multiprotocol SoC. This chip supports a wide array of wireless protocols, including Bluetooth Low Energy, Bluetooth mesh, NFC, Thread, and Zigbee. The board is compatible with a wide range of add-on boards from the Feather, Qwiic, mikroBUS, and Pmod ecosystems. + +With its robust wired and wireless capabilities and user-friendly design, Omnimo nRF52840 is ideal for projects centered around mobile applications. It is also suitable for a wide range of electronic and IoT projects and is compatible with beginner-friendly environments like CircuitPython and the industrial SDK, nRF Connect. + +## Features + +* Based on Nordic Semiconductor's nRF52840 SoC, 1 MB Flash and 256KB RAM +* Multi-protocol: Bluetooth LE, Bluetooth Mesh, Thread, NFC, ANT, Zigbee, and 2.4 GHz proprietary protocols +* Interfaces: SPI, UART, I2C, I2S and USB +* 12-bit, 200 KSPS ADC - 8 channels +* 4 PWM channels +* On-chip NFC-A tag for simplified pairing and payment solutions +* 1.8 V to 3.3 V regulated supply for external components +* 2 MB of QSPI Flash for storing CircuitPython files +* 26 GPIO pins, Feather-compatible layout +* Multi-socket: mikroBUS, Pmod and Qwiic/Stemma QT +* Battery connector to connect 3.7-4.2 V Lithium-polymer battery +* On-board 3.3 V LDO regulator +* Switchable VOUT to turn off modules when not in use +* Side on/off switch +* 2 user-programmable LEDs, 1 NeoPixel RGB LED +* 2 user-programmable buttons +* Side reset button +* Three programming options: USB, SWD debug connector, or OTA +* Supported programming tools: Arduino IDE, CircuitPython, and Nordic nRF Connect SDK + +## Tutorials + +- [Omnimo nRF52840 in Home Automation](https://www.hackster.io/eafaq/omnimo-nrf52840-in-home-automation-abdfcd) +- [Omnimo nRF52840 Dev Board: BLE-Enabled T&H](https://www.hackster.io/eafaq/omnimo-nrf52840-dev-board-ble-enabled-t-h-8fd2e7) +- [Omnimo nRF52840: Dev Board - Air Quality Monitoring](https://www.hackster.io/eafaq/omnimo-nrf52840-dev-board-air-quality-monitoring-d818be) + +## Purchase +* [Crowdsupply](https://www.crowdsupply.com/eafaq/omnimo-nrf52840) diff --git a/_board/orpheus_pico.md b/_board/orpheus_pico.md new file mode 100644 index 000000000..a7bebdc22 --- /dev/null +++ b/_board/orpheus_pico.md @@ -0,0 +1,27 @@ +--- +layout: download +board_id: "orpheus_pico" +title: "Orpheus Pico Download" +name: "Orpheus Pico" +manufacturer: "Hack Club" +board_url: + - "https://orpheuspico.hackclub.com/" +board_image: "orpheus_pico.jpg" +date_added: 2025-06-07 +family: rp2040 +features: + - Breadboard-Friendly + - Raspberry Pi Pico Form Factor + - USB-C +--- + +The [Orpheus Pico](https://orpheuspico.hackclub.com/) is a drop-in, open-source replacement to the Raspberry Pi Pico with a ton of new features built by teenagers at [Hack Club](https://hackclub.com) for their educational programs. It is not for sale. + +**Features:** + +- **8 MB** of on-board Flash storage +- **USB Type-C** port and **SWD port** +- Built-in **LED, button, RGB LED** and a dedicated **reset button** +- Active USB protection +- Same pin configuration as a Raspberry Pi Pico, with **pin labels on both sides** +- Awesome art! diff --git a/_board/pajenicko_picopad.md b/_board/pajenicko_picopad.md index 7d4a67727..83fc25b38 100644 --- a/_board/pajenicko_picopad.md +++ b/_board/pajenicko_picopad.md @@ -8,7 +8,8 @@ board_url: - "https://github.com/Pajenicko/Picopad" board_image: "pajenicko_picopad.jpg" date_added: 2023-07-25 -family: raspberrypi +family: rp2040 +download_instructions: https://github.com/Pajenicko/Picopad/tree/main/circuitpython features: - Display - Speaker @@ -22,7 +23,6 @@ Picopad is an **open-source DIY gaming console kit** for young tech enthusiasts. ## How to upload CircuitPython: - * Download UF2 file for Picopad * Press and hold BOOTSEL button (bottom) while connecting USB cable to power on Picopad * Picopad enters bootloader mode, release BOOTSEL button diff --git a/_board/particle_argon.md b/_board/particle_argon.md index ad1bb5ef7..227e3cd8f 100644 --- a/_board/particle_argon.md +++ b/_board/particle_argon.md @@ -12,6 +12,7 @@ board_image: "particle_argon.jpg" date_added: 2019-03-09 family: nrf52840 bootloader_id: particle_argon +download_instructions: https://learn.adafruit.com/circuitpython-on-the-nrf52/build-flash-particle features: - Feather-Compatible - Battery Charging diff --git a/_board/particle_boron.md b/_board/particle_boron.md index 9ab2c0571..3ec4c69e3 100644 --- a/_board/particle_boron.md +++ b/_board/particle_boron.md @@ -12,6 +12,7 @@ board_image: "particle_boron.jpg" date_added: 2019-03-09 family: nrf52840 bootloader_id: particle_boron +download_instructions: https://learn.adafruit.com/circuitpython-on-the-nrf52/build-flash-particle features: - Feather-Compatible - Battery Charging diff --git a/_board/particle_xenon.md b/_board/particle_xenon.md index 3fed9275d..53466cab6 100644 --- a/_board/particle_xenon.md +++ b/_board/particle_xenon.md @@ -12,6 +12,7 @@ board_image: "particle_xenon.jpg" date_added: 2019-03-09 family: nrf52840 bootloader_id: particle_xenon +download_instructions: https://learn.adafruit.com/circuitpython-on-the-nrf52/build-flash-particle features: - Feather-Compatible - Battery Charging diff --git a/_board/pewpew_m4.md b/_board/pewpew_m4.md index 4cc61728c..0b039ccb2 100644 --- a/_board/pewpew_m4.md +++ b/_board/pewpew_m4.md @@ -10,6 +10,7 @@ board_image: "pewpew_m4.jpg" date_added: 2019-09-16 family: atmel-samd bootloader_id: pewpew_m4 +download_instructions: https://pewpew.readthedocs.io/en/latest/pewpew-m4/assembly.html features: - Display - Speaker diff --git a/_board/picomo_v2.md b/_board/picomo_v2.md index 2401e9fc4..bc1aebdac 100644 --- a/_board/picomo_v2.md +++ b/_board/picomo_v2.md @@ -2,13 +2,13 @@ layout: download board_id: "heiafr_picomo_v2" title: "PicoMo V2 Download" -name: "PicoMo" +name: "PicoMo V2" manufacturer: "HEIA-FR" board_url: - "https://go.heia-fr.ch/picomo" board_image: "picomo_v2.jpg" date_added: 2024-01-25 -family: raspberrypi +family: rp2040 features: - Speaker - Display diff --git a/_board/picomo_v3.md b/_board/picomo_v3.md new file mode 100644 index 000000000..cb788c76d --- /dev/null +++ b/_board/picomo_v3.md @@ -0,0 +1,42 @@ +--- +layout: download +board_id: "heiafr_picomo_v3" +title: "PicoMo V3 Download" +name: "PicoMo V3" +manufacturer: "HEIA-FR" +board_url: + - "https://go.heia-fr.ch/picomo" +board_image: "picomo_v3.jpg" +date_added: 2025-01-13 +family: rp2040 +features: + - Speaker + - Display + - USB-C +--- + +The [PicoMo](https://go.heia-fr.ch/picomo), based on a Raspberry Pi Pico microcontroller chip, has been developed by [HEIA-FR](https://www.heia-fr.ch/en/)'s [Electrical Engineering](https://www.heia-fr.ch/en/education/bachelor/electrical-engineering/) and [Computer Science and Communication Systems](https://www.heia-fr.ch/en/education/bachelor/computer-science-and-communication-systems/) departments. With its display, temperature and humidity sensor, multicolor LED and buzzer, it can be used in a variety of ways. + +This module has no battery to promote durability: you need to connect it to your smartphone or computer with a USB cable to make it work. + +To flash a new .uf2 file and enter bootloader mode, turn on your PicoMo while pressing and holding the S7 button. This should make it appear as a drive named RPI-RP2 on your computer. + +## Technical details + +* RP2040 Dual Arm Cortex-M0+ +* 264kB of SRAM +* 2 MB of flash memory +* ST7789 1.69 inch display with a resolution of 240x280 +* Temperature and humidity sensor (SHTC3) +* 7 buttons +* Speaker (buzzer) +* Onboard LED (RGB) +* USB-C power + +## Schematic + +* [PicoMo Github repository](https://github.com/heia-picomo/hardware/blob/main/schematic/P095V3_PicoMo_Schematic.pdf) + +## Learn More + +* [PicoMo home page](https://go.heia-fr.ch/picomo) diff --git a/_board/picoplanet.md b/_board/picoplanet.md index c263d7160..3b6c00e22 100644 --- a/_board/picoplanet.md +++ b/_board/picoplanet.md @@ -12,7 +12,6 @@ family: atmel-samd downloads_display: true blinka: false download_instructions: "" - features: - USB-C --- diff --git a/_board/pimoroni_badger2040.md b/_board/pimoroni_badger2040.md index 6051f32d7..460c33d9e 100644 --- a/_board/pimoroni_badger2040.md +++ b/_board/pimoroni_badger2040.md @@ -8,7 +8,8 @@ board_url: - "https://shop.pimoroni.com/products/badger-2040" board_image: "pimoroni_badger2040.jpg" date_added: 2022-02-24 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/getting-started-with-badger-2040 features: - Display - STEMMA QT/QWIIC diff --git a/_board/pimoroni_badger2040w.md b/_board/pimoroni_badger2040w.md index 66d358503..f53e2f9af 100644 --- a/_board/pimoroni_badger2040w.md +++ b/_board/pimoroni_badger2040w.md @@ -8,7 +8,8 @@ board_url: - "https://shop.pimoroni.com/products/badger-2040-w" board_image: "pimoroni_badger2040w.jpg" date_added: 2023-05-09 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/getting-started-with-badger-2040 tags: - picow - 🥧🐮 diff --git a/_board/pimoroni_inky_frame_5_7.md b/_board/pimoroni_inky_frame_5_7.md index bbb0af01a..f2fe97d9b 100644 --- a/_board/pimoroni_inky_frame_5_7.md +++ b/_board/pimoroni_inky_frame_5_7.md @@ -8,7 +8,8 @@ board_url: - "https://shop.pimoroni.com/products/inky-frame-5-7" board_image: "pimoroni_inky_frame_5_7.jpg" date_added: 2023-06-05 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/getting-started-with-inky-frame tags: - picow - 🥧🐮 diff --git a/_board/pimoroni_inky_frame_7_3.md b/_board/pimoroni_inky_frame_7_3.md index 8f0f6308b..6c2f22410 100644 --- a/_board/pimoroni_inky_frame_7_3.md +++ b/_board/pimoroni_inky_frame_7_3.md @@ -8,7 +8,8 @@ board_url: - "https://shop.pimoroni.com/products/inky-frame-7-3" board_image: "pimoroni_inky_frame_7_3.jpg" date_added: 2024-03-13 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/getting-started-with-inky-frame tags: - picow - 🥧🐮 diff --git a/_board/pimoroni_interstate75.md b/_board/pimoroni_interstate75.md index 41438bc46..8af016627 100644 --- a/_board/pimoroni_interstate75.md +++ b/_board/pimoroni_interstate75.md @@ -9,7 +9,8 @@ board_url: - "https://www.adafruit.com/product/5342" board_image: "pimoroni_interstate75.jpg" date_added: 2021-12-02 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/getting-started-with-interstate-75#circuitpython features: - External Display - STEMMA QT/QWIIC diff --git a/_board/pimoroni_keybow2040.md b/_board/pimoroni_keybow2040.md index 08b00fefb..332af464b 100644 --- a/_board/pimoroni_keybow2040.md +++ b/_board/pimoroni_keybow2040.md @@ -9,7 +9,8 @@ board_url: - "https://www.adafruit.com/product/4144" board_image: "pimoroni_keybow2040.jpg" date_added: 2021-02-24 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/circuitpython-and-keybow-2040 features: - USB-C --- diff --git a/_board/pimoroni_motor2040.md b/_board/pimoroni_motor2040.md index a070f278a..51e1ee86f 100644 --- a/_board/pimoroni_motor2040.md +++ b/_board/pimoroni_motor2040.md @@ -8,7 +8,7 @@ board_url: - "https://shop.pimoroni.com/products/motor-2040" board_image: "pimoroni_motor2040.jpg" date_added: 2022-06-15 -family: raspberrypi +family: rp2040 features: - Robotics - STEMMA QT/QWIIC diff --git a/_board/pimoroni_pga2040.md b/_board/pimoroni_pga2040.md index 07d4d5131..b86303f7f 100644 --- a/_board/pimoroni_pga2040.md +++ b/_board/pimoroni_pga2040.md @@ -8,7 +8,7 @@ board_url: - "https://shop.pimoroni.com/products/pga2040" board_image: "pimoroni_pga2040.jpg" date_added: 2021-06-10 -family: raspberrypi +family: rp2040 --- A minimal RP2040 breakout board wrangled into a Pin Grid Array, with a maximal dash of retraux style. PGA2040 has no USB port, LED or buttons but it does have an embed-friendly 21mm square footprint, 8MB of flash and lots of exposed RP2040 pins to play with. diff --git a/_board/pimoroni_pga2350.md b/_board/pimoroni_pga2350.md new file mode 100644 index 000000000..97420b6b3 --- /dev/null +++ b/_board/pimoroni_pga2350.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "pimoroni_pga2350" +title: "PGA2350 Download" +name: "PGA2350" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/pga2350" +board_image: "pimoroni_pga2350.jpg" +date_added: 2024-08-22 +family: rp2350 +--- + +A minimal but powerful RP2350 breakout board modelled on a Pin Grid Array, with the maximum exposed pins crammed into the smallest possible space. + +PGA2350 is a **compact RP2350 breakout** designed to be embedded in projects where space is limited. It contains the components necessary to run the mighty RP2350B chip (that's the crystal, regulator and essential support circuits), a beefy **8MB of PSRAM** and a prodigious **16MB of flash storage**. Note that it has no LEDs, buttons or USB connectors - you'll need to attach your own USB connector to be able to program it. + +All this drastic pruning means you get a small 25.4mm square footprint and **a lot of exposed RP2350 pins** to play with. 48 of them can be used as general purpose I/O (that's eighteen more I/O than on a Raspberry Pi Pico!) and 8 are ADC-equipped. We've even managed to squeeze in some tiny pin labels to help identify them. + +**Header pins are sold separately** - you can use [standard Pico pin headers](https://shop.pimoroni.com/products/pico-header-pack) (though bear in mind you'll need 64 pins if you want to populate it fully). + +## Features +- Powered by RP2350B (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 16MB of QSPI flash supporting XiP +- 8MB PSRAM (CS wired to GP47 via cuttable trace) +- Crystal oscillator +- On-board 3V3 regulator (max regulator current output 300mA) +- 64 pins, arranged with 2.54mm (0.1") spacing in a Pin Grid Array +- 48 multi-function General Purpose IO (8 can be used for ADC) +- 6 GND pins +- Input voltage range 3V - 5.5V (on VB pin only) +- Measurements: approx 25.4mm x 25.4mm x 3.6mm (L x W x H) +- Programmable with C/C++ or MicroPython + +## About RP2350 +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + +## Purchase +* [Pimoroni](https://shop.pimoroni.com/products/pga2350) diff --git a/_board/pimoroni_pico_dv_base.md b/_board/pimoroni_pico_dv_base.md index bbf52aa3a..1d4752a5e 100644 --- a/_board/pimoroni_pico_dv_base.md +++ b/_board/pimoroni_pico_dv_base.md @@ -9,7 +9,7 @@ board_url: - "https://www.adafruit.com/product/5674" board_image: "pimoroni_pico_dv_base.jpg" date_added: 2023-05-04 -family: raspberrypi +family: rp2040 --- A demo board for exploring the digital video and audio capabilities of Raspberry Pi Pico, with diff --git a/_board/pimoroni_pico_dv_base_w.md b/_board/pimoroni_pico_dv_base_w.md index eef9133c1..9ad601610 100644 --- a/_board/pimoroni_pico_dv_base_w.md +++ b/_board/pimoroni_pico_dv_base_w.md @@ -9,7 +9,7 @@ board_url: - "https://www.adafruit.com/product/5674" board_image: "pimoroni_pico_dv_base_w.jpg" date_added: 2023-08-29 -family: raspberrypi +family: rp2040 --- A demo board for exploring the digital video and audio capabilities of Raspberry Pi Pico or Pico W, with diff --git a/_board/pimoroni_pico_plus2.md b/_board/pimoroni_pico_plus2.md new file mode 100644 index 000000000..664b6d0cc --- /dev/null +++ b/_board/pimoroni_pico_plus2.md @@ -0,0 +1,54 @@ +--- +layout: download +board_id: "pimoroni_pico_plus2" +title: "Pico Plus2 Download" +name: "Pico Plus2" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/pimoroni-pico-plus-2" +board_image: "pimoroni_pico_plus2.jpg" +date_added: 2024-08-22 +family: rp2350 +features: + - Battery Charging + - USB-C + - STEMMA QT/QWIIC + - Breadboard-Friendly + - Castellated Pads +--- + +A top of the line Pirate-brand RP2350 microcontroller with 16MB of flash memory, 8MB of PSRAM, USB-C, Qw/ST and debug connectors. + +We adore the versatility and value of Raspberry Pi Pico but we also enjoy a souped up RP2350 board with all the extras baked in. With Pimoroni Pico boards, we've tried to cram in as much extra functionality as we possibly can whilst keeping to the original Pico footprint to maintain compatibility with existing Pico addons. + +Pimoroni Pico Plus 2 is **powered and programmable via USB-C** and comes with an upgraded **8MB RAM**, **16MB of flash storage** and **easy to read pin labels**. It's super easy to connect up to things without soldering, with a **[Qwiic](https://shop.pimoroni.com/collections/qwiic)/[STEMMA QT](https://shop.pimoroni.com/collections/stemma-qt) connector** (for adding I2C sensors and breakouts), a **SP/CE connector** (for hooking up SPI/serial devices) and a **debug connector** (for if you like to program using a SWD debugger). We've also added a reset button, and a BOOT button - this can also be used as a user switch. + +## Features + +- Powered by RP2350B (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 16MB of QSPI flash supporting XiP +- 8MB of PSRAM +- USB-C connector for power, programming, and data transfer +- Qw/ST (Qwiic/STEMMA QT) connector for attaching breakouts +- Intriguing SP/CE connector +- 3 pin debug connector (JST-SH) +- Reset and BOOT buttons (the BOOT button can also be used as a user button) +- User LED indicator +- On-board 3V3 regulator (max regulator current output 600mA) +- Input voltage range 3V - 5.5V +- Compatible with Raspberry Pi Pico add-ons +- Measurements: approx 53mm x 21mm x 9mm (L x W x H, including connectors) + +## About RP2350 + +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + + +## Purchase +* [Pimoroni](https://shop.pimoroni.com/products/pimoroni-pico-plus-2) diff --git a/_board/pimoroni_pico_plus2w.md b/_board/pimoroni_pico_plus2w.md new file mode 100644 index 000000000..79cd3600c --- /dev/null +++ b/_board/pimoroni_pico_plus2w.md @@ -0,0 +1,57 @@ +--- +layout: download +board_id: "pimoroni_pico_plus2w" +title: "Pico Plus2 W Download" +name: "Pico Plus2 W" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/pimoroni-pico-plus-2-w" +board_image: "pimoroni_pico_plus2w.jpg" +date_added: 2024-11-24 +family: rp2350 +features: + - Battery Charging + - USB-C + - STEMMA QT/QWIIC + - Breadboard-Friendly + - Castellated Pads + - Wi-Fi +--- + +A top of the line Pirate-brand RP2350 microcontroller with 16MB of flash memory, 8MB of PSRAM, USB-C, Qw/ST and 2.4GHz wireless / Bluetooth. + +We adore the versatility and value of Raspberry Pi Pico but we also enjoy a souped up RP2350 board with all the extras baked in. With Pimoroni Pico boards, we've tried to cram in as much extra functionality as we possibly can whilst keeping to the original Pico footprint to maintain compatibility with existing Pico addons. + +Pimoroni Pico Plus 2 W is **powered and programmable via USB-C** and comes with an upgraded **8MB RAM**, **16MB of flash storage** and **easy to read pin labels**. The 'W' version is also equipped with a Raspberry Pi RM2 module, which gives it 2.4 GHz wireless and Bluetooth connectivity, woohaa! + +It's super easy to connect up to things without soldering, with a **[Qwiic](https://shop.pimoroni.com/collections/qwiic)/[STEMMA QT](https://shop.pimoroni.com/collections/stemma-qt) connector** (for adding I2C sensors and breakouts), and a **debug connector** (for if you like to program using a SWD debugger). We've also added a reset button, and a BOOT button - this can also be used as a user switch. + +## Features + +- Powered by RP2350B (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 16MB of QSPI flash supporting XiP +- 8MB of PSRAM +- Raspberry Pi RM2 module provides 2.4GHz wireless and Bluetooth connectivity +- USB-C connector for power, programming, and data transfer +- Qw/ST (Qwiic/STEMMA QT) connector for attaching breakouts +- 3 pin debug connector (JST-SH) +- Reset and BOOT buttons (the BOOT button can also be used as a user button) +- User LED indicator +- On-board 3V3 regulator (max regulator current output 600mA) +- Input voltage range 3V - 5.5V +- Compatible with Raspberry Pi Pico add-ons +- Measurements: approx 53mm x 21mm x 9mm (L x W x H, including connectors) + +## About RP2350 + +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + + +## Purchase +* [Pimoroni](https://shop.pimoroni.com/products/pimoroni-pico-plus-2-w) diff --git a/_board/pimoroni_picolipo_16mb.md b/_board/pimoroni_picolipo_16mb.md index 442e44717..0544f948f 100644 --- a/_board/pimoroni_picolipo_16mb.md +++ b/_board/pimoroni_picolipo_16mb.md @@ -8,12 +8,13 @@ board_url: - "https://shop.pimoroni.com/products/picolipo" board_image: "pimoroni_picolipo.jpg" date_added: 2021-05-12 -family: raspberrypi +family: rp2040 features: - Battery Charging - USB-C - STEMMA QT/QWIIC - Breadboard-Friendly + - Castellated Pads --- A top of the line Pirate-brand RP2040-powered microcontroller with all the extras - lots of flash memory, USB-C, STEMMA QT/Qwiic and debug connectors... and onboard LiPo charging! Pimoroni Pico boards add extra functionality whilst keeping to the Pico footprint, ensuring compatibility with existing Pico addons. diff --git a/_board/pimoroni_picolipo_4mb.md b/_board/pimoroni_picolipo_4mb.md index 1a26f3d3d..1b07831bb 100644 --- a/_board/pimoroni_picolipo_4mb.md +++ b/_board/pimoroni_picolipo_4mb.md @@ -8,12 +8,13 @@ board_url: - "https://shop.pimoroni.com/products/picolipo" board_image: "pimoroni_picolipo.jpg" date_added: 2021-05-12 -family: raspberrypi +family: rp2040 features: - Battery Charging - USB-C - STEMMA QT/QWIIC - Breadboard-Friendly + - Castellated Pads --- A top of the line Pirate-brand RP2040-powered microcontroller with all the extras - lots of flash memory, USB-C, STEMMA QT/Qwiic and debug connectors... and onboard LiPo charging! Pimoroni Pico boards add extra functionality whilst keeping to the Pico footprint, ensuring compatibility with existing Pico addons. diff --git a/_board/pimoroni_picosystem.md b/_board/pimoroni_picosystem.md index d6a4ca11d..c276519ae 100644 --- a/_board/pimoroni_picosystem.md +++ b/_board/pimoroni_picosystem.md @@ -8,7 +8,7 @@ board_url: - "https://shop.pimoroni.com/products/picosystem" board_image: "pimoroni_picosystem.jpg" date_added: 2021-02-24 -family: raspberrypi +family: rp2040 features: - Speaker - Battery Charging diff --git a/_board/pimoroni_plasma2040.md b/_board/pimoroni_plasma2040.md index 2edeeb32c..97b111b73 100644 --- a/_board/pimoroni_plasma2040.md +++ b/_board/pimoroni_plasma2040.md @@ -8,7 +8,8 @@ board_url: - "https://shop.pimoroni.com/products/plasma-2040" board_image: "pimoroni_plasma2040.jpg" date_added: 2021-08-11 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/plasma-2040#circuitpython features: - STEMMA QT/QWIIC - USB-C diff --git a/_board/pimoroni_plasma2040w.md b/_board/pimoroni_plasma2040w.md index a6518a018..6ceaee3fc 100644 --- a/_board/pimoroni_plasma2040w.md +++ b/_board/pimoroni_plasma2040w.md @@ -8,7 +8,8 @@ board_url: - "https://shop.pimoroni.com/products/plasma-stick-2040-w" board_image: "pimoroni_plasma2040w.jpg" date_added: 2023-05-09 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.pimoroni.com/article/plasma-2040#circuitpython tags: - picow - 🥧🐮 diff --git a/_board/pimoroni_plasma2350.md b/_board/pimoroni_plasma2350.md new file mode 100644 index 000000000..f74dad007 --- /dev/null +++ b/_board/pimoroni_plasma2350.md @@ -0,0 +1,51 @@ +--- +layout: download +board_id: "pimoroni_plasma2350" +title: "Plasma 2350 Download" +name: "Plasma 2350" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/plasma-2350" +board_image: "pimoroni_plasma2350.jpg" +date_added: 2024-08-22 +family: rp2350 +features: + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly +--- + +An all-in-one, USB-C powered controller for WS2812/Neopixel and APA102/Dotstar addressable LED strips. + +Plasma 2350 is **powered and programmable by USB-C** and, because USB-C is capable of drawing up to 3A of power, that's enough to power a healthy chunk of LEDs. There's a **useful button** that you could use to switch between effects, plus a reset button and an **onboard RGB LED**. We've also popped a **QW/ST connector** on there, to make it super easy to plug in [Qwiic](https://shop.pimoroni.com/collections/qwiic) or [STEMMA QT](https://shop.pimoroni.com/collections/stemma-qt) breakouts. + +You can buy a Plasma 2350 on its own, or in a kit with a USB-C cable and some super-cool LED stars, so you can get started lighting stuff up right away. + +## Features + +- Powered by RP2350A (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 4MB of QSPI flash supporting XiP +- Compatible with 5V WS2812/Neopixel/SK6812 and APA102/Dotstar/SK9822 LEDs +- Screw terminals for attaching your LED strip. +- USB-C connector for power and programming (3A max) +- Qw/ST (Qwiic/STEMMA QT) connector +- Intriguing new SP/CE connector +- Reset, BOOT and a user button (the BOOT button can also be used as a user button) +- RGB LED +- Fully-assembled (no soldering required) +- Measurements: approx 61 x 22 x 12mm (L x W x H, including connectors) +- Programmable with C/C++ or MicroPython + +## About RP2350 + +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + +## Purchase + +* [Pimoroni](https://shop.pimoroni.com/products/plasma-2350) \ No newline at end of file diff --git a/_board/pimoroni_plasma2350w.md b/_board/pimoroni_plasma2350w.md new file mode 100644 index 000000000..b3cccddca --- /dev/null +++ b/_board/pimoroni_plasma2350w.md @@ -0,0 +1,54 @@ +--- +layout: download +board_id: "pimoroni_plasma2350w" +title: "Plasma 2350 Download" +name: "Plasma 2350" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/plasma-2350-w" +board_image: "pimoroni_plasma2350w.jpg" +date_added: 2024-08-22 +family: rp2350 +features: + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly + - Wi-Fi +--- + +An all-in-one, USB-C powered controller for WS2812/Neopixel and APA102/Dotstar addressable LED strips. Now with added wireless connectivity! + +Plasma 2350 W is **powered and programmable by USB-C** and, because USB-C is capable of drawing up to 3A of power, that's enough to power a healthy chunk of LEDs. There's a **useful button** that you could use to switch between effects, plus a reset button and an **onboard RGB LED**. We've also popped a **QW/ST connector** on there, to make it super easy to plug in [Qwiic](https://shop.pimoroni.com/collections/qwiic) or [STEMMA QT](https://shop.pimoroni.com/collections/stemma-qt) breakouts. + +The 'W' version comes equipped with a Raspberry Pi RM2 module, which gives it **2.4 GHz** **wireless and Bluetooth connectivity**. Use it to control Plasma 2350 W remotely, hook it up to online APIs or integrate it with your home automation. + +You can buy a Plasma 2350 W on its own, or in a kit with a USB-C cable and some super-cool LED stars, so you can get started lighting stuff up right away. + +## Features + +- Powered by RP2350A (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 4MB of QSPI flash supporting XiP +- Compatible with 5V WS2812/Neopixel/SK6812 and APA102/Dotstar/SK9822 LEDs +- Screw terminals for attaching your LED strip. +- USB-C connector for power and programming (3A max) +- Raspberry Pi RM2 module ([CYW43439](https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/wi-fi-4-802.11n/cyw43439/)), supporting IEEE 802.11 b/g/n wireless LAN, and Bluetooth +- Qw/ST (Qwiic/STEMMA QT) connector +- Reset, BOOT and a user button (the BOOT button can also be used as a user button) +- RGB LED +- Fully-assembled (no soldering required) +- Measurements: approx 61 x 22 x 12mm (L x W x H, including connectors) +- Programmable with C/C++ or MicroPython + +## About RP2350 + +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + +## Purchase + +* [Pimoroni](https://shop.pimoroni.com/products/plasma-2350-w) \ No newline at end of file diff --git a/_board/pimoroni_servo2040.md b/_board/pimoroni_servo2040.md index 8fbca3eec..7c107f26a 100644 --- a/_board/pimoroni_servo2040.md +++ b/_board/pimoroni_servo2040.md @@ -9,7 +9,7 @@ board_url: - "https://www.adafruit.com/product/5437" board_image: "pimoroni_servo2040.jpg" date_added: 2022-04-01 -family: raspberrypi +family: rp2040 features: - Robotics - STEMMA QT/QWIIC diff --git a/_board/pimoroni_tiny2040.md b/_board/pimoroni_tiny2040.md index 23955febe..3e7c60ec7 100644 --- a/_board/pimoroni_tiny2040.md +++ b/_board/pimoroni_tiny2040.md @@ -8,11 +8,12 @@ board_url: - "https://shop.pimoroni.com/products/tiny-2040" board_image: "pimoroni_tiny2040.jpg" date_added: 2021-02-24 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads --- A postage stamp sized RP2040 development board with a USB-C connection, perfect for portable projects, wearables, and embedding into devices. Tiny 2040 comes with 8MB of QSPI (XiP) flash on board so it can handle projects small and large with ease. diff --git a/_board/pimoroni_tiny2040_2mb.md b/_board/pimoroni_tiny2040_2mb.md index e780b70fc..034056ddd 100644 --- a/_board/pimoroni_tiny2040_2mb.md +++ b/_board/pimoroni_tiny2040_2mb.md @@ -5,14 +5,15 @@ title: "Tiny 2040 (2MB) Download" name: "Tiny 2040 (2MB)" manufacturer: "Pimoroni" board_url: - - "https://shop.pimoroni.com/products/tiny-2040" + - "https://shop.pimoroni.com/products/tiny-2040?variant=39560012300371" board_image: "pimoroni_tiny2040_2mb.jpg" date_added: 2021-12-02 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads --- A postage stamp sized RP2040 development board with a USB-C connection, perfect for portable projects, wearables, and embedding into devices. Tiny 2040 comes with 2MB of QSPI (XiP) flash on board so it can handle projects small and large with ease. @@ -35,4 +36,4 @@ The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz One very exciting feature of the RP2040 microcontroller are the programmable IOs which allow you to execute custom programs that can manipulate GPIO pins and transfer data between peripherals - they can offload tasks that require high data transfer rates or precise timing that traditionally would have required a lot of heavy lifting from the CPU. ## Purchase -* [Pimoroni](https://shop.pimoroni.com/products/tiny-2040) +* [Pimoroni](https://shop.pimoroni.com/products/tiny-2040?variant=39560012300371) PIM593 diff --git a/_board/pimoroni_tiny2350.md b/_board/pimoroni_tiny2350.md new file mode 100644 index 000000000..3a71d8d00 --- /dev/null +++ b/_board/pimoroni_tiny2350.md @@ -0,0 +1,52 @@ +--- +layout: download +board_id: "pimoroni_tiny2350" +title: "Tiny 2350 Download" +name: "Tiny 2350" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/tiny-2350" +board_image: "pimoroni_tiny2350.jpg" +date_added: 2024-08-22 +family: rp2350 + +features: + - USB-C + - Breadboard-Friendly + - Castellated Pads +--- + +A postage stamp sized RP2350 development board with a USB-C connection, perfect for portable projects, wearables, and embedding into stuff. + +While we love the Raspberry Pi Pico we also wanted something smaller and with a bunch more flash on board. Introducing the Tiny 2350 - a teeny tiny powerhouse with the chops to realise truly ambitious projects. + +Programmable via USB-C, Tiny 2350 comes with **4MB of flash storage** on board. The board is designed with castellated pads to allow it to be directly soldered onto a PCB (or you can attach [pin headers](https://shop.pimoroni.com/products/pico-header-pack) to hook it up on a breadboard or connect things to it directly with wires). We've also managed to fit in a **programmable RGB LED**, a **reset button**, a **Qw/ST connector** for connecting up I2C devices and some clever circuitry that lets you use the boot button as a user controllable switch. + +It's compatible with firmware built for the Raspberry Pi Pico 2 but offers a reduced number of pins due to its size. You can even run MicroPython on it! + +## Features + +- Powered by RP2350A (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM) +- 4MB of QSPI flash supporting XiP +- USB-C connector for power, programming, and data transfer +- User controllable RGB LED +- Qw/ST (Qwiic/STEMMA QT) connector for attaching breakouts +- Twelve IO pins (including four 12-bit ADC channels) +- Reset and BOOT buttons (the BOOT button can also be used as a user button) +- On-board 3V3 regulator (max regulator current output 300mA) +- Input voltage range 3V - 5.5V +- Programmable with C/C++ or MicroPython +- Dimensions: approx 22.9 x 18 x 5.8mm (L x W x H, including the USB-C port) + +## About RP2350 + +The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor. + +In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output. + +You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support. + +RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products. + +## Purchase +* [Pimoroni](https://shop.pimoroni.com/products/tiny-2350) diff --git a/_board/pimoroni_tinyfx.md b/_board/pimoroni_tinyfx.md new file mode 100644 index 000000000..b775a0bed --- /dev/null +++ b/_board/pimoroni_tinyfx.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "pimoroni_tinyfx" +title: "Tiny FX Download" +name: "Tiny FX" +manufacturer: "Pimoroni" +board_url: + - "https://shop.pimoroni.com/products/tinyfx" +board_image: "pimoroni_tinyfx.jpg" +date_added: 2024-09-02 +family: rp2040 + +features: + - USB-C + - STEMMA QT/QWIIC +--- + +## Features +* Powered by RP2040 +* ARM Cortex M0+ running at up to 133Mhz +* 264kB of SRAM +* 4MB of QSPI flash supporting XiP +* 6x 2 pin JST-SUR connectors for attaching mono LEDs, with white LED indicators +* 1x 4 pin JST-SUR connector for attaching RGB LEDs, with RGB LED indicator +* USB-C connector for power and programming (1A max) +* Reset and BOOT buttons (the BOOT button can also be used as a user button) +* 2 pin JST-SUR power input connector (1A max) +* 3.2W I2S mono amplifier with 2 pin (Picoblade-compatible) connector for attaching speaker +* Qw/ST (Qwiic/STEMMA QT) connector for attaching breakouts +* 3 pin JST-SH connector for attaching digital or analog sensors +* Fully-assembled (no soldering required) + +## About the RP2040 +The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support. + +One very exciting feature of the RP2040 microcontroller are the programmable IOs which allow you to execute custom programs that can manipulate GPIO pins and transfer data between peripherals - they can offload tasks that require high data transfer rates or precise timing that traditionally would have required a lot of heavy lifting from the CPU. + +## Purchase +* [Pimoroni](https://shop.pimoroni.com/products/tinyfx) diff --git a/_board/proveskit_rp2040_v4.md b/_board/proveskit_rp2040_v4.md new file mode 100644 index 000000000..14e2b5381 --- /dev/null +++ b/_board/proveskit_rp2040_v4.md @@ -0,0 +1,22 @@ +--- +layout: download +board_id: "proveskit_rp2040_v4" +title: "PROVES Kit RP2040 V4 Download" +name: "PROVES Kit RP2040 V4" +manufacturer: "PROVES Kit" +board_url: + - "https://docs.proveskit.space/en/latest/core_documentation/hardware/FC_board/" +board_image: "proveskit_rp2040_v4.jpg" +date_added: 2025-03-20 +family: rp2040 +features: + - Robotics + - USB-C + - STEMMA QT/QWIIC +--- + +The PROVES Kit blends Open-Source Hardware and Software. The Hardware developed includes the entire educational satellite structure, brackets, and printed circuit boards. One of the major issues that we sought to solve with the kit was to develop a single solution for an end to end space mission engineering education. Many other open source projects avalible to the community only feature a single element, like just a radio or just a flight computer. + +## Learn more + +* [PROVES Kit](https://docs.proveskit.space/en/latest/core_documentation/hardware/FC_board/) diff --git a/_board/pybadge.md b/_board/pybadge.md index 21d691fed..08b9f3f28 100644 --- a/_board/pybadge.md +++ b/_board/pybadge.md @@ -14,6 +14,7 @@ board_image: "pybadge.jpg" date_added: 2019-03-19 family: atmel-samd bootloader_id: arcade_pybadge +download_instructions: https://learn.adafruit.com/adafruit-pybadge/installing-circuitpython features: - Display - Speaker diff --git a/_board/pygamer.md b/_board/pygamer.md index 1c1fca8d6..8945232f4 100644 --- a/_board/pygamer.md +++ b/_board/pygamer.md @@ -12,6 +12,7 @@ board_image: "pygamer.jpg" date_added: 2019-05-25 family: atmel-samd bootloader_id: arcade_pygamer +download_instructions: https://learn.adafruit.com/adafruit-pygamer/circuitpython features: - Display - Speaker diff --git a/_board/pyportal.md b/_board/pyportal.md index 0dd245bdf..8d35d7e4f 100644 --- a/_board/pyportal.md +++ b/_board/pyportal.md @@ -11,6 +11,7 @@ board_image: "pyportal.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: pyportal_m4 +download_instructions: https://learn.adafruit.com/adafruit-pyportal/install-circuitpython features: - Display - Speaker diff --git a/_board/pyportal_pynt.md b/_board/pyportal_pynt.md index 5a5ff38e7..acd63b084 100644 --- a/_board/pyportal_pynt.md +++ b/_board/pyportal_pynt.md @@ -10,6 +10,7 @@ board_image: "pyportal_pynt.jpg" date_added: 2019-12-11 family: atmel-samd bootloader_id: pyportal_m4 +download_instructions: https://learn.adafruit.com/adafruit-pyportal/install-circuitpython features: - Display - Speaker diff --git a/_board/pyportal_titano.md b/_board/pyportal_titano.md index fed2ef54f..704bcfb24 100644 --- a/_board/pyportal_titano.md +++ b/_board/pyportal_titano.md @@ -10,6 +10,7 @@ board_image: "pyportal_titano.jpg" date_added: 2019-08-30 family: atmel-samd bootloader_id: pyportal_m4 +download_instructions: https://learn.adafruit.com/adafruit-pyportal-titano/circuitpython features: - Display - Speaker diff --git a/_board/pyruler.md b/_board/pyruler.md index ff0807a36..28ae0b925 100644 --- a/_board/pyruler.md +++ b/_board/pyruler.md @@ -10,6 +10,7 @@ board_image: "pyruler.jpg" date_added: 2019-07-15 family: atmel-samd bootloader_id: trinket_m0 +download_instructions: https://learn.adafruit.com/adafruit-pyruler/circuitpython --- CircuitPython rules! The PyRuler is the first ruler to be able to run CircuitPython. It features an embedded Adafruit Trinket M0, which is a tiny microcontroller board, built around the Atmel ATSAMD21E18 powerhouse. diff --git a/_board/qtpy_m0.md b/_board/qtpy_m0.md index c02d23edc..79234a691 100644 --- a/_board/qtpy_m0.md +++ b/_board/qtpy_m0.md @@ -10,11 +10,13 @@ board_image: "qtpy_m0.jpg" date_added: 2020-09-28 family: atmel-samd bootloader_id: QTPy_m0 +download_instructions: https://learn.adafruit.com/adafruit-qt-py/circuitpython features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly - Xiao / QTPy Form Factor + - Castellated Pads --- > **Note:** If you soldered the [optional SOIC-8 SPI Flash chip](https://www.adafruit.com/product/4763) on to your QT Py, see the ["QT Py Haxpress"](../qtpy_m0_haxpress/) page to make use of the extra space! diff --git a/_board/qtpy_m0_haxpress.md b/_board/qtpy_m0_haxpress.md index b0453589e..a7f95a81c 100644 --- a/_board/qtpy_m0_haxpress.md +++ b/_board/qtpy_m0_haxpress.md @@ -15,6 +15,7 @@ features: - USB-C - Breadboard-Friendly - Xiao / QTPy Form Factor + - Castellated Pads --- This is the [QT Py board](https://www.adafruit.com/product/4600) with [the SOIC-8 2MB Flash chip](https://www.adafruit.com/product/4763) soldered on. Both are in the [Adafruit shop](https://adafruit.com). diff --git a/_board/raspberry_pi_pico.md b/_board/raspberry_pi_pico.md index 5acc4e372..3ecefde0b 100644 --- a/_board/raspberry_pi_pico.md +++ b/_board/raspberry_pi_pico.md @@ -10,9 +10,12 @@ board_url: - "https://www.adafruit.com/product/5525" board_image: "raspberry_pi_pico.jpg" date_added: 2021-01-21 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython features: - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor --- The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they're ready to do the same for microcontrollers with the release of the brand new **Raspberry Pi Pico**. This low-cost microcontroller board features a powerful new chip, the **RP2040**, and all the fixin's to get started with embedded electronics projects at a stress-free price. diff --git a/_board/raspberry_pi_pico2.md b/_board/raspberry_pi_pico2.md new file mode 100644 index 000000000..ded0a0920 --- /dev/null +++ b/_board/raspberry_pi_pico2.md @@ -0,0 +1,31 @@ +--- +layout: download +board_id: "raspberry_pi_pico2" +title: "Pico 2 Download" +name: "Pico 2" +manufacturer: "Raspberry Pi" +board_url: + - "https://www.raspberrypi.com/products/raspberry-pi-pico-2/" + +board_image: "raspberry_pi_pico2.jpg" +date_added: 2024-08-08 +family: rp2350 +tags: + - pico 2 +features: + - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor + +--- + +Raspberry Pi Pico 2 is Raspberry Pi Foundation's update to their popular RP2040-based Pico board, now built on RP2350: their new high-performance, secure microcontroller. With a higher core clock speed, double the on-chip SRAM (512KB), double the on-board flash memory (4MB!), more powerful Arm M33 cores, new security and low-power features, and upgraded interfacing capabilities, the Raspberry Pi Pico 2 delivers a significant performance and feature boost while retaining hardware and software compatibility with earlier members of the Raspberry Pi Pico series. + +The unique dual-core, dual-architecture capability of RP2350 allows users to choose between a pair of industry-standard Arm Cortex-M33 cores and a pair of open-hardware Hazard3 RISC-V cores. You can use either Arm or RISC-V cores, so this is a great way to dabble in RISC-V development with an affordable board that has lots of peripherals. The M33 has an FPU, and is 'basically' 2x as fast as the M0+ of the RP2040 when we speed-tested it. + +Not only is the Pico 2 twice as fast, it has twice as much RAM, 520KB compared to 264KB. The Pico also has twice as much FLASH memory, 4MB instead of 2MB, which will make it a much better board for CircuitPython usage where the internal memory is used to store files. There's also one more PIO blocks (3 blocks with 4 state machines apiece, rather than 2) so you can do even more pin twiddling at once. For folks who want to use the RP2350 to generate high frequency output signals like DVI display output, you can use the HSTX (high speed transmission) peripheral rather than PIO. + +For customers who wanted a more secure microcontroller for product design, the RP2350 provides a comprehensive security architecture, built around Arm TrustZone for Cortex-M, and incorporating signed boot, 8KB of antifuse OTP for key storage, SHA-256 acceleration, a hardware TRNG, and fast glitch detectors. These features, including the secure boot ROM, are extensively documented and available to all users without restriction: this transparent approach, which contrasts with the “security through +obscurity” offered by legacy vendors, allows professional users to integrate RP2350, and Raspberry Pi Pico 2, into products with confidence. + +Programmable in C / C++ and CircuitPython/MicroPython, and with detailed documentation, Raspberry Pi Pico 2 is the ideal microcontroller board for enthusiasts and professional developers alike. It makes an excellent upgrade to the RP2040, with lots of back-compatibility and some excellent upgrades. diff --git a/_board/raspberry_pi_pico2_w.md b/_board/raspberry_pi_pico2_w.md new file mode 100644 index 000000000..d0c7383fc --- /dev/null +++ b/_board/raspberry_pi_pico2_w.md @@ -0,0 +1,36 @@ +--- +layout: download +board_id: "raspberry_pi_pico2_w" +title: "Pico 2 W Download" +name: "Pico 2 W" +manufacturer: "Raspberry Pi" +board_url: + - "https://www.adafruit.com/product/6087" +board_image: "raspberry_pi_pico2_w.jpg" +date_added: 2024-11-25 +family: rp2350 +tags: + - pico 2 + - picow + - 🥧🐮 +features: + - Breadboard-Friendly + - Wi-Fi + - Castellated Pads + - Raspberry Pi Pico Form Factor +--- + + +Raspberry Pi Pico 2W is Raspberry Pi Foundation's update to their popular RP2040-based wireless ico board, now built on RP2350: their new high-performance, secure microcontroller. With a higher core clock speed, double the on-chip SRAM (512KB), double the on-board flash memory (4MB!), more powerful Arm M33 cores, new security and low-power features, and upgraded interfacing capabilities, the Raspberry Pi Pico 2 delivers a significant performance and feature boost while retaining hardware and software compatibility with earlier members of the Raspberry Pi Pico series. + +The unique dual-core, dual-architecture capability of RP2350 allows users to choose between a pair of industry-standard Arm Cortex-M33 cores and a pair of open-hardware Hazard3 RISC-V cores. You can use either Arm or RISC-V cores, so this is a great way to dabble in RISC-V development with an affordable board that has lots of peripherals. The M33 has an FPU, and is 'basically' 2x as fast as the M0+ of the RP2040 when we speed-tested it. + +Not only is the Pico 2 twice as fast, it has twice as much RAM, 520KB compared to 264KB. The Pico also has twice as much FLASH memory, 4MB instead of 2MB, which will make it a much better board for CircuitPython usage where the internal memory is used to store files. There's also one more PIO blocks (3 blocks with 4 state machines apiece, rather than 2) so you can do even more pin twiddling at once. For folks who want to use the RP2350 to generate high frequency output signals like DVI display output, you can use the HSTX (high speed transmission) peripheral rather than PIO. + +For customers who wanted a more secure microcontroller for product design, the RP2350 provides a comprehensive security architecture, built around Arm TrustZone for Cortex-M, and incorporating signed boot, 8KB of antifuse OTP for key storage, SHA-256 acceleration, a hardware TRNG, and fast glitch detectors. These features, including the secure boot ROM, are extensively documented and available to all users without restriction: this transparent approach, which contrasts with the “security through +obscurity” offered by legacy vendors, allows professional users to integrate RP2350, and Raspberry Pi Pico 2, into products with confidence. + +Programmable in C / C++ and CircuitPython/MicroPython, and with detailed documentation, Raspberry Pi Pico 2 is the ideal microcontroller board for enthusiasts and professional developers alike. It makes an excellent upgrade to the RP2040, with lots of back-compatibility and some excellent upgrades. + +Please note: The Pico 2Wcomes with the A2 version of the RP2350, [which is affected by the E9 erratum](https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf#page=1342). This erratum affects some uses of GPIO and PIO such as high-impedance inputs and the internal pulldowns. You may need to use 8.2K or smaller resistors if pull-downs are required. At this time, Sept 9 2024, there is no other version of the RP2350 available - only the A2 version. + diff --git a/_board/raspberry_pi_pico_w.md b/_board/raspberry_pi_pico_w.md index 795c463f8..073e953da 100644 --- a/_board/raspberry_pi_pico_w.md +++ b/_board/raspberry_pi_pico_w.md @@ -9,13 +9,16 @@ board_url: - "https://www.adafruit.com/product/5544" board_image: "raspberry_pi_pico_w.jpg" date_added: 2022-10-02 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.adafruit.com/pico-w-wifi-with-circuitpython/installing-circuitpython tags: - picow - 🥧🐮 features: - Breadboard-Friendly - Wi-Fi + - Castellated Pads + - Raspberry Pi Pico Form Factor --- The Raspberry Pi foundation changed single-board computing [when they released the Raspberry Pi computer](https://www.raspberrypi.org/archives/723), now they're ready to do the same for microcontrollers with the release of the brand new **Raspberry Pi Pico W**. This low-cost microcontroller board features their powerful new chip, the **RP2040**, and all the fixin's to get started with IoT embedded electronics projects at a stress-free price. diff --git a/_board/red-s2-wroom.md b/_board/red-s2-wroom.md new file mode 100644 index 000000000..0dc4f297e --- /dev/null +++ b/_board/red-s2-wroom.md @@ -0,0 +1,25 @@ +--- +layout: download +board_id: "red-s2-wroom" +title: "Red S2 WROOM Board Download" +name: "Red S2 WROOM Board" +manufacturer: "Generic" +board_url: + - "https://www.aliexpress.us/item/3256806120950874.html" +board_image: "red-s2-wroom.jpg" +date_added: 2025-03-20 +family: esp32s2 +bootloader_id: red-s2-wroom +features: + - Wi-Fi + - USB-C + - Breadboard-Friendly +--- + +ESP 32 Mini minimum system development board, can use Arduino compiler for development, rich function library, and free open source environment, also support other compiler environment, ESP32 module built-in Hall sensor, WIFI is suitable for project or development use. + +ESP32-S2 chip: The ESP32-S2 chip is equipped with the Xtensa R 32-bit LX7 single-core processor and operates at uo to 240 MHz. You can turn off the power to the CPU and use the low-power coprocessor to monitor for state changes in peripherals or whether certain analog amounts exceed thresholds. The ESP32-S2 integrates a wealth of peripherals including SPI, I2S, UART, I2C, LEDPWM, TWAI R controller, ADC, DAC, touch sensor, temperature sensor and up to 43 GPIOs. In addition, the ESP32-S2 has a full-speed USB On-The-Go(OTG) port for USB communication. + +## Purchase + +* [AliExpress](https://www.aliexpress.us/item/3256806120950874.html) diff --git a/_board/renesas_ek_ra6m5.md b/_board/renesas_ek_ra6m5.md new file mode 100644 index 000000000..5d7b4bdea --- /dev/null +++ b/_board/renesas_ek_ra6m5.md @@ -0,0 +1,60 @@ +--- +layout: download +board_id: "renesas_ek_ra6m5" +title: "EK-RA6M5 Evaluation Kit Download" +name: "EK-RA6M5 Evaluation Kit" +manufacturer: "Renesas" +board_url: + - "https://www.renesas.com/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra6m5-evaluation-kit-ra6m5-mcu-group" +board_image: "renesas_ek_ra6m5.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - STEMMA QT/QWIIC + - Arduino Shield Compatible +--- + +The EK-RA6M5 evaluation kit enables users to effortlessly evaluate the features of the [RA6M5 MCU Group](https://www.renesas.com/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra6m5-200mhz-arm-cortex-m33-trustzone-highest-integration-ethernet-and-can-fd) and develop embedded systems applications using the [Flexible Software Package (FSP)](https://www.renesas.com/en/software-tool/flexible-software-package-fsp) and [e2 studio IDE](https://www.renesas.com/en/software-tool/e-studio). Utilize rich on-board features along with your choice of popular ecosystem add-ons to bring your big ideas to life. + +## Features + +- Ecosystem & System Control Access + - USB Full Speed host and device + - Multiple 5V input sources + - USB (Debug, High Speed, Full Speed) + - External power supply + - [SEGGER J-LinkTM](https://www.segger.com/products/debug-probes/j-link/) on-board programmer and debugger + - Debug modes + - Debug On-board (SWD) – via J-Link + - Debug Out (SWD) – via J-Link + - Debug In (ETM, SWD & JTAG) – via J-Link, [Arm® Keil® ULINKTM](https://www2.keil.com/mdk5/ulink), [IAR I-jetTM](https://www.iar.com/ijet), [Renesas E2](https://www.renesas.com/en/software-tool/e2-emulator-rte0t00020kce00000r)/[E2 Lite](https://www.renesas.com/en/software-tool/e2-emulator-lite-rte0t0002lkce00000r), etc. + - User LEDs and buttons + - Three user LEDs (red, blue, green) + - Power LED (white) indicating availability of regulated power + - Debug LED (yellow) indicating the debug connection + - Two user buttons + - One reset button + - Five most popular ecosystem expansions + - [MikroElektronikaTM mikroBUS](https://www.mikroe.com/click) connector + - [SparkFun® Qwiic®](https://www.sparkfun.com/qwiic) connector + - Two [SeeedGrove®](https://www.seeedstudio.com/category/Grove-c-1003.html) system (I2C and Analog) connectors + - Two [Digilent PmodTM](https://store.digilentinc.com/pmod-expansion-modules/pmod-boards/) (SPI and UART) connectors + - ArduinoTM (Uno R3) connector + - MCU boot configuration jumper +- Special Feature Access + - Ethernet (RMII and PHY) + - 64MB External Octo-SPI Flash + - 32MB External Quad-SPI Flash + - CAN FD + - USB High Speed host and device +- MCU Native Pin Access + - R7FA6M5BH3CFC MCU + - 200MHz, Arm Cortex®-M33 core + - 2MB Code Flash, 512kB SRAM + - 176 pins, LQFP package + - Native pin access through 4x 40-pin male headers + - MCU and USB current measurement points + +## Purchase + +* [Digi-Key](https://www.digikey.com/en/products/detail/renesas-electronics-america/RTK7EKA6M5S00001BE/13918501) diff --git a/_board/renesas_ek_ra8d1.md b/_board/renesas_ek_ra8d1.md new file mode 100644 index 000000000..f4f6222c0 --- /dev/null +++ b/_board/renesas_ek_ra8d1.md @@ -0,0 +1,75 @@ +--- +layout: download +board_id: "renesas_ek_ra8d1" +title: "EK-RA8D1 Evaluation Kit Download" +name: "EK-RA8D1 Evaluation Kit" +manufacturer: "Renesas" +board_url: + - "https://www.renesas.com/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra8d1-evaluation-kit-ra8d1-mcu-group" +board_image: "renesas_ek_ra8d1.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - STEMMA QT/QWIIC + - Arduino Shield Compatible + - Display + - Camera +--- + +The EK-RA8D1 evaluation kit enables users to effortlessly evaluate the features of the [RA8D1 MCU Group](https://www.renesas.com/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra8d1-480mhz-arm-cortex-m85-based-graphics-microcontroller-helium-and-trustzone) and develop embedded systems applications using Renesas' [Flexible Software Package (FSP)](https://www.renesas.com/en/software-tool/flexible-software-package-fsp) and [e2 studio](https://www.renesas.com/en/software-tool/e-studio) IDE. Utilize rich onboard features along with your choice of popular ecosystem add-ons to bring your big ideas to life. + +The EK-RA8D1 kit consists of three boards: the EK-RA8D1 board featuring the RA8D1 MCU with on-chip graphics LCD controller, a MIPI graphics expansion board featuring a 4.3-inch TFT color LCD with capacitive touch overlay, and a camera expansion board featuring a 3M pixels CMOS image sensor. + +## Features + +- Special Feature Access + - MIPI DSI and Parallel Graphics Expansion Ports + - Camera Expansion Port + - Ethernet + - USB High-Speed Host and Device + - 64MB SDRAM + - 64MB External Octo-SPI Flash +- MCU Native Pin Access + - R7FA8D1BHECBD MCU + - 480MHz, Arm® Cortex®-M85 core + - 2MB Code Flash, 1MB SRAM + - 224 pins, BGA package + - Native pin access + - MCU and USB current measurement + - DC/DC mode configuration +- Ecosystem and System Control Access + - USB Full Speed Host and Device + - Multiple 5V input sources + - USB (debug, Full-Speed, High-Speed) + - External power supply + - [SEGGER J-Link™](https://www.segger.com/products/debug-probes/j-link/) onboard programmer and debugger + - Debug modes + - Debug Onboard (SWD) – via J-Link + - Debug Out (SWD) – via J-Link + - Debug In (ETM, SWD and JTAG) – via J-Link, [Arm® Keil® ULINK™](https://www2.keil.com/mdk5/ulink), [IAR I-jet™](https://www.iar.com/ijet), [Renesas E2](https://www.renesas.com/en/software-tool/e2-emulator-rte0t00020kce00000r)/[E2 Lite](https://www.renesas.com/en/software-tool/e2-emulator-lite-rte0t0002lkce00000r), etc. + - User LEDs and buttons + - Three user LEDs (red, blue, green) + - Power LED (white) indicating the availability of regulated power + - Debug LED (yellow) indicating the debug connection + - Two user buttons + - One reset button + - Five most popular ecosystem expansions + - MikroElektronika™ mikroBUS connector + - SparkFun® Qwiic® connectors (may not be populated) + - Two SeeedGrove® system (I2C and analog) connectors (may not be populated) + - Two Digilent Pmod™ (SPI and UART) connectors + - Arduino™ (Uno R3) connector + - MCU boot configuration +- MIPI Graphics Expansion Board + - 4.5 Inch backlit TFT display, 16.7M display colors + - 480x854 pixels resolution + - 2-lane MIPI interface + - Capacitive touch overlay (I2C) +- Camera Expansion Board + - Off-the-shelf Arducam CMOS OV3640 Camera Module + - ¼ Inch 3.1 Megapixel image sensor + - Up to 15 fps in QXGA (2048x1536 pixels) resolution + +## Purchase + +* [Digi-Key](https://www.digikey.com/en/products/detail/renesas-electronics-america/RTK7EKA8D1S01001BE/21723717) diff --git a/_board/renode_cortex_m0plus.md b/_board/renode_cortex_m0plus.md new file mode 100644 index 000000000..2208b98e7 --- /dev/null +++ b/_board/renode_cortex_m0plus.md @@ -0,0 +1,18 @@ +--- +layout: download +board_id: "renode_cortex_m0plus" +title: "Renode Cortex M0+ Download" +name: "Renode Cortex M0+" +manufacturer: "Renode" +board_url: + - "https://renode.readthedocs.io/en/latest/index.html" +board_image: "unknown.jpg" +date_added: 2024-05-23 +family: renode +downloads_display: false +features: +--- + +This board hasn't been fully documented yet. Please make a pull request adding more info to this file. + +The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it. diff --git a/_board/rfguru_rp2040.md b/_board/rfguru_rp2040.md new file mode 100644 index 000000000..3c95cbbb7 --- /dev/null +++ b/_board/rfguru_rp2040.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "rfguru_rp2040" +title: "RF.Guru µPico Download" +name: "µPico" +manufacturer: "RF.Guru" +board_url: + - "https://github.com/Guru-RF/MicroPico" +board_image: "rfguru_rp2040.jpg" +date_added: 2024-03-29 +family: rp2040 +features: + +--- + +The **µPico Stick** is an affordable and high-performing development board, utilizing the **RP2040 PICO chip** developed by Raspberry Pi. You can also opt for a stylish case for added protection. + +The **RP2040 microcontroller chip**, often referred to as "Raspberry Silicon," features a dual-core ARM Cortex-M0+ processor clocked at 133 MHz, 256 KB of RAM, 30 GPIO pins, and various interface options. Additionally, it boasts 2 MB of onboard QSPI flash memory for storing both code and data. + +At [RF.Guru](https://rf.guru/), we employ this board for internal development and exploration of new product ideas. Given our focus on radio applications, we required a board with outputs that produce minimal noise. + +**Enhancements Include:** + +- Improved 3.3V LDO for reduced ripple (less noise). +- Incorporation of ESD protection and noise filtering on both the USB Data bus and the 5V DC input. + +**On Board IO** + +- 2 push buttons +- 2 RGB Leds +- A Piezo buzzer for audio output +- Pins It exposes RP2040 pins 16 till 24. 2 ADC ports, I2C bus, SPI bus and UART0 + +## Purchase + +* [RF.Guru](https://shop.rf.guru/products/2022-pa-104) + +## Learn More + +* [GitHub](https://github.com/Guru-RF/MicroPico) diff --git a/_board/robohatmm1_m4.md b/_board/robohatmm1_m4.md index 6c314e7cb..8cd494033 100644 --- a/_board/robohatmm1_m4.md +++ b/_board/robohatmm1_m4.md @@ -10,6 +10,7 @@ board_image: "robohatmm1.jpg" date_added: 2019-07-27 family: atmel-samd bootloader_id: robohatmm1_m4 +download_instructions: https://www.hackster.io/wallarug/getting-started-with-robohat-mm1-circuitpython-d3ee77 features: - Robotics --- diff --git a/_board/seeed_xiao_esp32c3.md b/_board/seeed_xiao_esp32c3.md index 77d8a3b59..90f1430c4 100644 --- a/_board/seeed_xiao_esp32c3.md +++ b/_board/seeed_xiao_esp32c3.md @@ -15,6 +15,7 @@ features: - USB-C - Wi-Fi - Battery Charging + - Castellated Pads --- Seeed Studio XIAO ESP32C3 featuring **ESP32C3** carries a complete Wi-Fi system along with Bluetooth Low Energy function. With its exquisite design and **WiFi+BT** ability, it's perfect for various **IoT controlling scenarios** and **complex carriable applications**. diff --git a/_board/seeed_xiao_esp32c6.md b/_board/seeed_xiao_esp32c6.md new file mode 100644 index 000000000..efa2dab7b --- /dev/null +++ b/_board/seeed_xiao_esp32c6.md @@ -0,0 +1,50 @@ +--- +layout: download +board_id: "seeed_xiao_esp32c6" +title: "Seeed Studio XIAO ESP32C6 Download" +name: "Seeed Studio XIAO ESP32C6" +manufacturer: "Seeed Studio" +board_url: + - "https://www.seeedstudio.com/Seeed-Studio-XIAO-ESP32C6-p-5884.html" +board_image: "seeed_xiao_esp32c6.jpg" +date_added: 2024-07-18 +family: esp32c6 +features: + - Breadboard-Friendly + - Xiao / QTPy Form Factor + - USB-C + - Wi-Fi + - Battery Charging + - Castellated Pads +--- + +XIAO ESP32C6 is a cost-effective MCU based on Espressif’s ESP32-C6. This compact MCU excels in Matter-compliant smart home applications with its support for various wireless connectivity (2.4GHz Wi-Fi 6, BLE 5.0, Zigbee, and Thread). Designed with the thumb-size footprint and a single-sided mount of the XIAO Series, it's perfect for space-limited projects. Encrypted on the chip, the XIAO ESP32C6 ensures a desired level of security streamlined development experience, and swift market entry by integrating easily with major IoT Cloud platforms. + +### Features + +- ***Enhanced Connectivity:*** Combines 2.4GHz Wi-Fi 6 (802.11ax), Bluetooth 5(LE), and IEEE 802.15.4 radio connectivity, allowing you to apply the Thread and Zigbee protocols. +- ***Matter Native***: Supports building Matter-compliant smart home projects thanks to its enhanced connectivity, achieving interoperability +- ***Security Encrypted on Chip***: Powered by ESP32-C6, it brings enhanced encrypted-on-chip security to your smart home projects via secure boot, encryption, and Trusted Execution Environment (TEE) +- ***Outstanding RF performance:*** Has an on-board antenna with up to 80m BLE/Wi-Fi range, while reserving an interface for external UFL antenna +- ***Leveraging Power Consumption:*** Comes with 4 working modes, with the lowest being 15 μA in deep sleep mode, while also supporting lithium battery charge management. +- ***Dual RISC-V Processors***: Incorporates two 32-bit RISC-V processors, with the high-performance processor running up to 160 MHz, and the low-power processor clocking up to 20 +- ***Classic*** ***XIAODesigns:*** Remains the classic XIAO designs of the thumb-size form factor of 21 x 17.5mm, and single-sided mount, making it perfect for space-limited projects such as wearables + +### Description + +Seeed Studio XIAO ESP32C6 is powered by the highly-integrated [ESP32-C6 SoC](https://www.espressif.com/en/products/socs/esp32-c6), built on ***two 32-bit RISC-V processors***, with a high-performance (HP) processor with ***running up to 160 MHz***, and a low-power (LP) 32-bit RISC-V processor, which can be clocked up to 20 MHz. There are **512KB SRAM and 4 MB Flash on the chip**, allowing for more programming space, and bringing more possibilities to the IoT control scenarios. + +XIAO ESP32C6 is ***Matter native thanks to its enhanced wireless connectivity***. The wireless stack supports ***2.4 GHz WiFi 6, Bluetooth® 5.3, Zigbee, and Thread (802.15.4)***. As the first XIAO member compatible with Thread, it's a perfect fit for building Matter-compliant projects, thus achieving interoperability in smart-home. + +To better support your IoT projects, XIAO ESP32C6 not only provides ***seamless integration with mainstream cloud platforms*** like ***ESP Rain Maker, AWS IoT, Microsoft Azure, and Google Cloud***, but also leverages security for your IoT applications. With its on-chip secure boot, flash encryption, identity protection, and Trusted Execution Environment (TEE), this tiny board ensures ***the desired level of security*** for developers looking to build smart, secure, and connected solutions. + +This new XIAO is equipped with a high-performance ***onboard ceramic antenna with up to 80m BLE/Wi-Fi range***, while it also reserves ***an interface for an external UFL antenna***. At the same time, it also comes with an optimized power consumption management. Featuring four power modes and an ***onboard lithium battery charging management*** circuit, it works in the ***Deep Sleep mode with a current as low as 15 µA***, making it an excellent fit for remote, battery-powered applications. + +Being the 8th member of the [Seeed Studio XIAO family](https://www.seeedstudio.com/xiao-series-page), XIAO ESP32C6 remains the classic XIAO design. It is designed to ***fit the 21 x 17.5mm, XIAO Standard Size***, while remains its ***classic single-sided components mounting***. Even being thumb-sized, it amazingly breaks out **15 total** ***GPIO pins, including 11 digital I/Os for PWM pins and 4 analog I/Os for ADC pins***. It supports UART, IIC, and SPI serial communication ports. All these features make it a perfect fit for either space-limited projects such as wearables, or a production-ready unit for your PCBA designs. + +## Purchase +* [Seeed Studio](https://www.seeedstudio.com/Seeed-Studio-XIAO-ESP32C6-p-5884.html) + +## Getting Started +Since the ESP32C6 chip does not have support for native USB, you won't see a CIRCUITPY drive appear when you plug it into your computer. [Here is a complete guide](https://learn.adafruit.com/circuitpython-with-esp32-quick-start/overview) for getting Circuitpython installed onto an ESP32C6 device, and for enabling [Web Workflow](https://docs.circuitpython.org/en/latest/docs/workflows.html#web) so you can load your Python code onto it. + diff --git a/_board/seeed_xiao_esp32s3.md b/_board/seeed_xiao_esp32s3.md new file mode 100644 index 000000000..82f13a036 --- /dev/null +++ b/_board/seeed_xiao_esp32s3.md @@ -0,0 +1,51 @@ +--- +layout: download +board_id: "seeed_xiao_esp32s3" +board_alias: "seeed_xiao_esp32_s3_sense" +title: "Seeed Studio XIAO ESP32S3 Download" +name: "Seeed Studio XIAO ESP32S3" +manufacturer: "Seeed Studio" +board_url: + - "https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html" +board_image: "seeed_xiao_esp32s3.jpg" +date_added: 2024-10-15 +family: esp32s3 +features: + - Breadboard-Friendly + - Xiao / QTPy Form Factor + - USB-C + - Wi-Fi + - Battery Charging +--- + +XIAO ESP32S3 is an integrated ESP32S3 32-bit, dual core, Xtensa processor chip with a high-performance operating frequency of up to 240 MHz, supporting dual wireless communication transmission(Supports 2.4GHz Wi Fi and BLE), Designed with the thumb-size footprint and a single-sided mount of the XIAO Series,Suitable for high-performance projects in limited spaces,Lithium battery charging management capability, providing 4 power consumption modes, allowing deep sleep mode, with power consumption as low as 14 μ A. + +### Features + +- ***Powerful MCU Board:*** Incorporate the ESP32S3 32-bit, dual-core, Xtensa processor chip operating up to 240 MHz, mounted multiple development ports, Arduino / MicroPython supported +_ ***Elaborate Power Design***: Lithium battery charge management capability, offer 4 power consumption model which allows for deep sleep mode with power consumption as low as 14μA +_ ***Great Memory for more Possibilities***: Offer 8MB PSRAM and 8MB FLASH, supporting SD card slot for external 32GB FAT memory +_ ***Outstanding RF performance***: Support 2.4GHz Wi-Fi and BLE dual wireless communication, support 100m+ remote communication when connected with U.FL antenna +_ ***Thumb-sized Compact Design***: 21 x 17.8mm, adopting the classic form factor of XIAO, suitable for space limited projects like wearable devices + + +### Description + +Seeed Studi0 XIAO ESP32S3 adopts a highly integrated ESP32-S3 SoC with built-in ***Xtensa LX7 dual core, 32-bit processor*** that operates at ***up to 240 MHz***. The chip has ***8MB PSRAM and 8MB Flash***, which can provide greater programming space and better performance, and bring more possibilities for I0T control scenarios + +Wireless stack supports Complete ***2.4GHz Wi Fi subsystem BLE Bluetooth 5.0, Bluetooth mesh***. + +This new XIAO is equipped with a ***high-performance car mounted ceramic antenna***, which can reach a maximum range of 80m BLE/Wi Fi, and it also +Reserved ***an interface for the external UFL antenna***. At the same time, it is also equipped with optimized power management functions. It has four types The power mode and onboard lithium battery charging management circuit can operate in deep sleep mode with a current as ***low as 14ux***, Make it very suitable for current battery powered applications. + + +XIAO ESP32S3 is still a classic XIAO Design. Its design is suitable for ***21x17.8mm***, XIAO standard size, while maintaining its classic single-sided component safety Install. Even though it is only the size of a thumb, it astonishingly taps a total of ***15 GPIO pins***, including ***11 digital I/O for PWM pins and analog I/O for 9 ADC pins***. It supports UART, IIC, and SPI serial communication ports, all of which make it ideal for space constrained projects such as wearable devices, or for use with Production ready units designed for PCBA. + + +## Purchase +* [Seeed Studio](https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html) + + +## Getting Started + [Here is a complete guide](https://learn.adafruit.com/circuitpython-with-esp32-quick-start/overview) for getting Circuitpython installed onto an ESP32S3 device, and for enabling [Web Workflow](https://docs.circuitpython.org/en/latest/docs/workflows.html#web) so you can load your Python code onto it. + diff --git a/_board/seeed_xiao_esp32s3_sense.md b/_board/seeed_xiao_esp32s3_sense.md new file mode 100644 index 000000000..bb05d3d52 --- /dev/null +++ b/_board/seeed_xiao_esp32s3_sense.md @@ -0,0 +1,48 @@ +--- +layout: download +board_id: "seeed_xiao_esp32_s3_sense" +title: "Seeed Studio XIAO ESP32S3 Sense Download" +name: "Seeed Studio XIAO ESP32S3 Sense" +manufacturer: "Seeed Studio" +board_url: + - "https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html" +board_image: "seeed_xiao_esp32s3_sense.jpg" +date_added: 2024-09-03 +family: esp32s3 +bootloader_id: seeed_xiao_esp32s3 +features: + - Breadboard-Friendly + - Xiao / QTPy Form Factor + - USB-C + - Wi-Fi + - Battery Charging + - Camera +--- + +Seeed Studio XIAO ESP32S3 Sense featuring **ESP32S3** leverages dual-core ESP32S3 chip, supporting both Wi-Fi and BLE wireless connectivities, which allows battery charge. It integrates built-in camera sensor, digital microphone. It offers 8MB PSRAM, 8MB FLASH, and external SD card slot. All of these make it suitable for embedded ML, like intelligent voice and vision AI. + +### Features + + - **Powerful MCU Board:** Incorporate the ESP32S3 32-bit, dual-core, Xtensa processor chip operating up to 240 MHz, mounted multiple development ports, Arduino / MicroPython supported + + - **Camera Functionality:** Detachable OV2640 camera sensor for 1600*1200 resolution, compatible with OV5640 camera sensor, integrating additional digital microphone + + - **Great Memory for more Possibilities:** Offer 8MB PSRAM and 8MB FLASH, supporting SD card slot for external 32GB FAT memory + + - **Outstanding RF performance:** Support 2.4GHz Wi-Fi and BLE dual wireless communication, support 100m+ remote communication when connected with U.FL antenna + + - **Thumb-sized Compact Design:** 21 x 17.8mm, adopting the classic form factor of XIAO, suitable for space-limited projects like wearable devices + +### Description + +**Seeed Studio XIAO ESP32S3 Sense** has equipped a highly-integrated **ESP32-S3 chip**, it supports both Wi-Fi and BLE connectivity, and battery charging. It integrates a built-in camera sensor, and digital microphone. It offers 8MB PSRAM, 8MB FLASH, and external SD card slot. All of these make it suitable for embedded ML, like intelligent voice and vision AI. + +Being a number to the Seeed Studio XIAO family, the board deservedly maintains the classic **thumb-sized form-factor design** and elegant **productization of single-sided components mounting**. Meanwhile, it has equipped with a **battery charge chip** and integrated circuit for enhancing its ability to carry. This board comes included with an external antenna to increase the signal strength for wireless applications. There are also 11 digital I/O that can be used as PWM pins and 9 of them are also analog i/o that can be used as ADC pins. It supports UART, IIC, and SPI serial communication ports, also including IIS (Internet Information Services). Utilizing its small and exquisite hardware design and the powerful onboard chip, programming by Arduino, it will offer more ability to wearable and portable devices or other applications. + +## Purchase +* [Seeed Studio](https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html) + +## Getting Started +Seeed Studio getting started guide for the hardware [can be found here](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/). For loading CircuitPython follow the same process as other +ESP32-S3 based devices. + diff --git a/_board/seeeduino_xiao.md b/_board/seeeduino_xiao.md index 15fc0b4f7..2951f6f0a 100644 --- a/_board/seeeduino_xiao.md +++ b/_board/seeeduino_xiao.md @@ -10,11 +10,12 @@ board_image: "seeeduino_xiao.jpg" date_added: 2020-01-17 family: atmel-samd bootloader_id: XIAO_m0 - +download_instructions: https://wiki.seeedstudio.com/Seeeduino-XIAO-CircuitPython/ features: - USB-C - Breadboard-Friendly - Xiao / QTPy Form Factor + - Castellated Pads --- Seeed Studio XIAO SAMD21 is a minimal, low-cost board that uses the Atmel ATSAMD21G18, a powerful 32-bit ARM Cortex®-M0+ processor running at 48MHz with 256 KB Flash and 32 KB SRAM. The board is 20 mm x 17.5 mm in size which is perfect for wearable devices and small projects. It has multiple interfaces including DAC output, SWD Bonding pad interface, I2C, UART and SPI interfaces. It's compatible with both Arduino IDE and CircuitPython and uses a USB-C connector. diff --git a/_board/seeeduino_xiao_kb.md b/_board/seeeduino_xiao_kb.md index dfb214f38..d3481d87d 100644 --- a/_board/seeeduino_xiao_kb.md +++ b/_board/seeeduino_xiao_kb.md @@ -9,12 +9,14 @@ board_url: board_image: "seeeduino_xiao.jpg" date_added: 2021-10-08 family: atmel-samd +download_instructions: https://wiki.seeedstudio.com/Seeeduino-XIAO-CircuitPython/ bootloader_id: XIAO_m0 features: - USB-C - Breadboard-Friendly - Xiao / QTPy Form Factor + - Castellated Pads --- # Keyboard Optimized diff --git a/_board/seeeduino_xiao_rp2040.md b/_board/seeeduino_xiao_rp2040.md index bcee6f05f..1438ba99e 100644 --- a/_board/seeeduino_xiao_rp2040.md +++ b/_board/seeeduino_xiao_rp2040.md @@ -8,11 +8,13 @@ board_url: - "https://www.seeedstudio.com/XIAO-RP2040-v1-0-p-5026.html" board_image: "seeeduino_xiao_rp2040.jpg" date_added: 2022-01-04 -family: raspberrypi +family: rp2040 +download_instructions: https://wiki.seeedstudio.com/XIAO-RP2040-with-CircuitPython/ features: - Breadboard-Friendly - Xiao / QTPy Form Factor - USB-C + - Castellated Pads --- Seeed Studio XIAO RP2040 is a microcontroller using the Raspberry RP2040 chip. It runs at up to 133 MHz, is built with rich interfaces in a tiny thumb size, and fully supports Arduino, MicroPython, and CircuitPython. diff --git a/_board/seeeduino_xiao_rp2350.md b/_board/seeeduino_xiao_rp2350.md new file mode 100644 index 000000000..0dad1c081 --- /dev/null +++ b/_board/seeeduino_xiao_rp2350.md @@ -0,0 +1,37 @@ +--- +layout: download + +board_id: "seeeduino_xiao_rp2350" +title: "Seeed Studio XIAO RP22350 Download" +name: "Seeed Studio XIAO RP2350" +manufacturer: "Seeed Studio" +board_url: + - "https://www.seeedstudio.com/Seeed-XIAO-RP2350-p-5944.html" +board_image: "seeeduino_xiao_rp2350.jpg" +date_added: 2024-08-29 +family: rp2350 +features: + - Breadboard-Friendly + - Xiao / QTPy Form Factor + - USB-C + - Castellated Pads +--- + +The XIAO RP2350 packs the power of the Raspberry Pi RP2350 (switchable architecture of dual Arm Cortex-M33 cores running at 150MHz with FPU, and dual open-hardware Hazard3 RISC‑V cores, enhanced security and encryption) into the classic XIAO form factor. Measuring just 21x17.8102010550mm, it features 19 multifunction GPIOs, an RGB LED, and a Battery Management System with ultra-low power consumption of 27μA, battery power supply, and direct battery voltage measurement. Thanks to the XIAO ecosystem, the XIAO RP2350 is compatible with a wide range of add-ons, including displays, LED matrix, Grove modules, CAN Bus, Vision AI sensors, and mmWave sensors. With native support for MicroPython, C, and C++, the XIAO RP2350 is perfect for developers of all levels looking to create compact, battery-powered applications for smart control, wearables, DIY keyboards, and more. + +Interfaces: + +* 19 Pins +* 3 Analog +* 19 Digital +* 2 I²C +* 2 UART +* 2 SPI +* All PWM + + +## Tutorial +* [Seeed Wiki Getting Started](https://wiki.seeedstudio.com/getting-started-xiao-rp2350/#seeed-studio-xiao-rp2350) + +## Purchase +* [Seeed Studio](https://www.seeedstudio.com/Seeed-XIAO-RP2350-p-5944.html) diff --git a/_board/sensebox_eye_esp32s3.md b/_board/sensebox_eye_esp32s3.md new file mode 100644 index 000000000..6d3033474 --- /dev/null +++ b/_board/sensebox_eye_esp32s3.md @@ -0,0 +1,19 @@ +--- +layout: download +board_id: "sensebox_eye_esp32s3" +title: "senseBox-eye with ESP32S3 Download" +name: "senseBox-eye with ESP32S3" +manufacturer: "senseBox" +board_url: + - "https://sensebox.de/" +board_image: "unknown.jpg" +date_added: 2025-08-18 +downloads_display: false +blinka: false +download_instructions: "" +family: esp32s3 +bootloader_id: ESP32S3-senseBox-eye +features: +--- + +Oops! Looks like we don't know anything about this board. This means it's likely very new. diff --git a/_board/serpente.md b/_board/serpente.md index 78ddc010e..1aa3abeac 100644 --- a/_board/serpente.md +++ b/_board/serpente.md @@ -18,6 +18,7 @@ download_instructions: "" features: - USB-C + - Castellated Pads --- There are two Serpente boards, they are both virtually the same, except for the USB connector. The standard Serpente board contains a USB-C connector, and the Serpente Plug uses the board itself as a Type-A USB plug. diff --git a/_board/silicognition_rp2040_shim.md b/_board/silicognition_rp2040_shim.md index 636c2da72..606e57ce4 100644 --- a/_board/silicognition_rp2040_shim.md +++ b/_board/silicognition_rp2040_shim.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/xorbit/RP2040-Shim" board_image: "silicognition-rp2040-shim.jpg" date_added: 2022-07-01 -family: raspberrypi +family: rp2040 features: - Feather-Compatible - Breadboard-Friendly diff --git a/_board/smartbeedesigns_bee_motion_s3.md b/_board/smartbeedesigns_bee_motion_s3.md index ece8f6885..96425cbc8 100644 --- a/_board/smartbeedesigns_bee_motion_s3.md +++ b/_board/smartbeedesigns_bee_motion_s3.md @@ -9,6 +9,7 @@ board_url: board_image: "smartbeedesigns_bee_motion_s3.jpg" date_added: 2022-08-22 family: esp32s3 +bootloader_id: smartbeedesigns_bee_motion_s3 features: - Wi-Fi - Battery Charging diff --git a/_board/smartbeedesigns_bee_s3.md b/_board/smartbeedesigns_bee_s3.md index 484361f9f..b7aa11bad 100644 --- a/_board/smartbeedesigns_bee_s3.md +++ b/_board/smartbeedesigns_bee_s3.md @@ -9,6 +9,7 @@ board_url: board_image: "smartbeedesigns_bee_s3.jpg" date_added: 2022-08-22 family: esp32s3 +bootloader_id: smartbeedesigns_bee_s3 features: - Wi-Fi - USB-C diff --git a/_board/solderparty_bbq20kbd.md b/_board/solderparty_bbq20kbd.md index 38fcdcdf3..524f55f75 100644 --- a/_board/solderparty_bbq20kbd.md +++ b/_board/solderparty_bbq20kbd.md @@ -8,7 +8,7 @@ board_url: - "https://www.solder.party/docs/bbq20kbd/" board_image: "solderparty_bbq20kbd.jpg" date_added: 2022-08-20 -family: raspberrypi +family: rp2040 bootloader_id: solderparty__bbq20kbd downloads_display: true blinka: false diff --git a/_board/solderparty_esp32p4_stamp_xl.md b/_board/solderparty_esp32p4_stamp_xl.md new file mode 100644 index 000000000..2ef711f09 --- /dev/null +++ b/_board/solderparty_esp32p4_stamp_xl.md @@ -0,0 +1,21 @@ +--- +layout: download +board_id: "solderparty_esp32p4_stamp_xl" +title: "ESP32-P4 Stamp XL Download" +name: "ESP32-P4 Stamp XL" +manufacturer: "Solder Party" +board_url: + - "https://www.solder.party/docs/rp2350-stamp-xl/" +board_image: "solderparty_esp32p4_stamp_xl.jpg" +date_added: 2025-01-27 +family: esp32p4 +features: + - Castellated Pads +--- + +This board hasn't been fully documented yet. Please make a pull request adding more info to this file. + +The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it. + +## Purchase +Add any links to purchase the board diff --git a/_board/solderparty_rp2040_stamp.md b/_board/solderparty_rp2040_stamp.md index fcfbbee8f..db7417e22 100644 --- a/_board/solderparty_rp2040_stamp.md +++ b/_board/solderparty_rp2040_stamp.md @@ -8,7 +8,7 @@ board_url: - "https://www.solder.party/docs/rp2040-stamp/" board_image: "solderparty_rp2040_stamp.jpg" date_added: 2021-11-15 -family: raspberrypi +family: rp2040 bootloader_id: solderparty_rp2040_stamp downloads_display: true blinka: false @@ -16,6 +16,7 @@ download_instructions: "" features: - Battery Charging + - Castellated Pads --- The Stamp was created to allow you to use the **Raspberry Pi RP2040** in your designs without having to solder small-pitch QFN chips or worry about lots of external circuitry. diff --git a/_board/solderparty_rp2350_stamp.md b/_board/solderparty_rp2350_stamp.md new file mode 100644 index 000000000..c17321a30 --- /dev/null +++ b/_board/solderparty_rp2350_stamp.md @@ -0,0 +1,49 @@ +--- +layout: download +board_id: "solderparty_rp2350_stamp" +title: "RP2350 Stamp Download" +name: "RP2350 Stamp" +manufacturer: "Solder Party" +board_url: + - "https://www.solder.party/docs/rp2350-stamp/" +board_image: "solderparty_rp2350_stamp.jpg" +date_added: 2024-08-08 +family: rp2350 +features: + - Castellated Pads +--- +The Stamp was created to allow you to use the Raspberry Pi RP2350A in your designs without having to solder small-pitch QFN chips or worry about lots of external circuitry. + +The RP2350 Stamp is pad-compatible with our previous RP2040 Stamp. + +All you need to get you started is a 5V supply or a LiPo battery. The Stamp will take care of the charging and switching the power sources. + +The castellated edges with 2mm pitch can be hand-soldered directly to a Carrier board, used with pin headers for more flexibility, or connected without soldering using FlexyPins, which are spring connectors designed for modules with castellated edges. You can find footprints for many PCB programs here. + +At only 1 by 1 inch, the Stamp packs a lot of features: + +* 16MB of FLASH +* 500mA 3.3V LDO +* All 30 GPIOs broken out +* LiPo supply and charging circuit (with charging LED) +* USB broken out +* SWD broken out +* Reset Button +* Bootsel Button +* 12MHz crystal + +and of course, everything that comes with the Raspberry Pi RP2350 itself: + +* Dual core ARM Cortex-M33 or Hazard3 @ 150MHz +* 520kB SRAM +* 2 UARTs +* 2 SPIs +* 2 I2Cs +* 24 PWM channels +* 12 PIO state machines +* 1 HSTX peripheral +* USB with Host and Device support + +The RP2350 comes with a pre-programmed ROM UF2 Bootloader, by pulling the BOOTSEL pin low and resetting, or by double-pressing the RESET button (if the FW supports it), you can upload new firmware using the USB disk drive. + +The CircuitPython firmware for the Stamp comes with a built-in board files for the Carriers, for example you can access the RP2040 Stamp Carrier pins and interfaces by using import stamp_carrier_board as board. See here for all the available Carrier board files. diff --git a/_board/solderparty_rp2350_stamp_xl.md b/_board/solderparty_rp2350_stamp_xl.md new file mode 100644 index 000000000..04507e660 --- /dev/null +++ b/_board/solderparty_rp2350_stamp_xl.md @@ -0,0 +1,55 @@ +--- +layout: download +board_id: "solderparty_rp2350_stamp_xl" +title: "RP2350 Stamp XL Download" +name: "RP2350 Stamp XL" +manufacturer: "Solder Party" +board_url: + - "https://www.solder.party/docs/rp2350-stamp-xl/" +board_image: "solderparty_rp2350_stamp_xl.jpg" +date_added: 2024-08-08 +family: rp2350 +features: + - Castellated Pads +--- + + +The Stamp was created to allow you to use the Raspberry Pi RP2350B in your designs without having to solder small-pitch QFN chips or worry about lots of external circuitry. + +The RP2350 Stamp XL is partially pad-compatible with the smaller Stamps. The left-side pads as well as half of the top and bottom ones are exactly the same. + +All you need to get you started is a 5V supply or a LiPo battery. The Stamp will take care of the charging and switching the power sources. + +The castellated edges with 2mm pitch can be hand-soldered directly to a Carrier board, used with pin headers for more flexibility, or connected without soldering using [FlexyPins](https://www.solder.party/docs/flexypin), which are spring connectors designed for modules with castellated edges. You can find footprints for many PCB programs [here](https://github.com/solderparty/rp2xxx_stamp_footprints). + +We were also able to squeeze in two new functional pads: an LDO EN pad, connected to the LDOs EN signal, and a BAT STAT, connected to the LiPo charger’s STAT pin. + +At only 1 by 1¾ inch, the Stamp XL packs a lot of features: + +* 16MB of FLASH +* 500mA 3.3V LDO +* All 48 GPIOs broken out +* A footprint for a second QSPI FLASH/PSRAM +* Footprints for SWD and UART JST connectors, pin-compatible with the Raspberry Pi Debug Probe +* LiPo supply and charging circuit (with charging LED) +* USB broken out +* SWD broken out +* Reset Button +* Bootsel Button +* 12MHz crystal + +and of course, everything that comes with the Raspberry Pi RP2350 itself: + +* Dual core ARM Cortex-M33 or Hazard3 @ 150MHz +* 520kB SRAM +* 2 UARTs +* 2 SPIs +* 2 I2Cs +* 24 PWM channels +* 12 PIO state machines +* 1 HSTX peripheral +* USB with Host and Device support + +The RP2350 comes with a pre-programmed ROM UF2 Bootloader, by pulling the BOOTSEL pin low and resetting, or by double-pressing the RESET button (if the FW supports it), you can upload new firmware using the USB disk drive. + +The CircuitPython firmware for the Stamp comes with a built-in board files for the Carriers, for example you can access the RP2040 Stamp Carrier pins and interfaces by using import stamp_carrier_board as board. See here for all the available Carrier board files. diff --git a/_board/sparkfun_lumidrive.md b/_board/sparkfun_lumidrive.md index 4c334aaea..b6e4484ab 100644 --- a/_board/sparkfun_lumidrive.md +++ b/_board/sparkfun_lumidrive.md @@ -9,6 +9,7 @@ board_url: board_image: "sparkfun_lumidrive_01.jpg" date_added: 2019-03-09 family: atmel-samd +download_instructions: https://learn.sparkfun.com/tutorials/lumidrive-hookup-guide features: - Battery Charging - USB-C diff --git a/_board/sparkfun_micromod_rp2040.md b/_board/sparkfun_micromod_rp2040.md index 4d1d77509..15098410f 100644 --- a/_board/sparkfun_micromod_rp2040.md +++ b/_board/sparkfun_micromod_rp2040.md @@ -8,7 +8,8 @@ board_url: - "https://www.sparkfun.com/products/17720" board_image: "sparkfun_micromod_rp2040.jpg" date_added: 2021-05-26 -family: raspberrypi +family: rp2040 +download_instructions: https://learn.sparkfun.com/tutorials/micromod-rp2040-processor-board-hookup-guide features: --- diff --git a/_board/sparkfun_nrf52840_micromod.md b/_board/sparkfun_nrf52840_micromod.md index 647b815a5..5145688bf 100644 --- a/_board/sparkfun_nrf52840_micromod.md +++ b/_board/sparkfun_nrf52840_micromod.md @@ -10,6 +10,7 @@ board_image: "sparkfun_nrf52840_micromod.jpg" date_added: 2021-04-06 family: nrf52840 bootloader_id: sparkfun_nrf52840_micromod +download_instructions: https://learn.sparkfun.com/tutorials/nrf52840-development-with-arduino-and-circuitpython#circuitpython-installation features: - Bluetooth/BTLE --- diff --git a/_board/sparkfun_nrf52840_mini.md b/_board/sparkfun_nrf52840_mini.md index 2de8b0ef3..a7f38b223 100644 --- a/_board/sparkfun_nrf52840_mini.md +++ b/_board/sparkfun_nrf52840_mini.md @@ -9,6 +9,7 @@ board_url: board_image: "sparkfun_nrf52840_mini-01.jpg" date_added: 2019-03-09 family: nrf52840 +download_instructions: https://learn.sparkfun.com/tutorials/nrf52840-development-with-arduino-and-circuitpython#circuitpython-installation features: - Battery Charging - Bluetooth/BTLE diff --git a/_board/sparkfun_pro_micro_rp2040.md b/_board/sparkfun_pro_micro_rp2040.md index bb6cc879f..06770d210 100644 --- a/_board/sparkfun_pro_micro_rp2040.md +++ b/_board/sparkfun_pro_micro_rp2040.md @@ -8,11 +8,12 @@ board_url: - "https://www.sparkfun.com/products/17717" board_image: "sparkfun_pro_micro_rp2040.jpg" date_added: 2021-04-06 -family: raspberrypi +family: rp2040 features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly + - Castellated Pads --- The SparkFun Pro Micro RP2040 is a low-cost, high performance board with flexible digital interfaces featuring the Raspberry Pi Foundation's RP2040 microcontroller. Besides the good 'ol Pro Micro footprint, the board also includes a WS2812B addressable LED, boot button, reset button, Qwiic connector, USB-C, resettable PTC fuse, and castellated pads. diff --git a/_board/sparkfun_pro_micro_rp2350.md b/_board/sparkfun_pro_micro_rp2350.md new file mode 100644 index 000000000..6333b945b --- /dev/null +++ b/_board/sparkfun_pro_micro_rp2350.md @@ -0,0 +1,25 @@ +--- +layout: download +board_id: "sparkfun_pro_micro_rp2350" +title: "Pro Micro - RP2350 Download" +name: "Pro Micro - RP2350" +manufacturer: "SparkFun" +board_url: + - "https://www.sparkfun.com/products/24870" +board_image: "sparkfun_pro_micro_rp2350.jpg" +date_added: 2024-08-22 +family: rp2350 +features: + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly + - Castellated Pads +--- +The SparkFun RP2350 Pro Micro provides a powerful development platform in SparkFun's compact Pro Micro form factor, built around the RP2350 from the Raspberry Pi Foundation. This board uses the updated Pro Micro form factor. It includes a USB-C connector, Qwiic connector, WS2812B addressable RGB LED, Boot and Reset buttons, resettable PTC fuse, and PTH and castellated solder pads. + +The RP2350 is a unique dual-core microcontroller with two ARM® Cortex® M33 processors and two Hazard3 RISC-V processors, all running at up to 150 MHz! Now, this doesn't mean the RP2350 is a quad-core microcontroller. Instead, users can select which two processors to run on boot instead. You can run two processors of the same type or one of each. The RP2350 also features 520kB SRAM in ten banks, a host of peripherals including two UARTs, two SPI and two I2C controllers, and a USB 1.1 controller for host and device support. + +The Pro Micro also includes two expanded memory options: 16MB of external Flash and 8MB PSRAM connected to the RP2350's QSPI controller. The RP2350 Pro Micro works with C/C++ using the Pico SDK and MicroPython development environments. + +## Purchase +* [SparkFun](https://www.sparkfun.com/products/24870) diff --git a/_board/sparkfun_qwiic_micro_no_flash.md b/_board/sparkfun_qwiic_micro_no_flash.md index f421b2595..5631db3ff 100644 --- a/_board/sparkfun_qwiic_micro_no_flash.md +++ b/_board/sparkfun_qwiic_micro_no_flash.md @@ -9,6 +9,7 @@ board_url: board_image: "sparkfun_qwiic_micro.jpg" date_added: 2019-11-04 family: atmel-samd +download_instructions: https://learn.sparkfun.com/tutorials/sparkfun-qwiic-micro-samd21e-hookup-guide#circuitpython features: - STEMMA QT/QWIIC - Breadboard-Friendly diff --git a/_board/sparkfun_qwiic_micro_with_flash.md b/_board/sparkfun_qwiic_micro_with_flash.md index 13a2e17f8..9ddd8a4f3 100644 --- a/_board/sparkfun_qwiic_micro_with_flash.md +++ b/_board/sparkfun_qwiic_micro_with_flash.md @@ -9,6 +9,7 @@ board_url: board_image: "sparkfun_qwiic_micro.jpg" date_added: 2019-11-04 family: atmel-samd +download_instructions: https://learn.sparkfun.com/tutorials/sparkfun-qwiic-micro-samd21e-hookup-guide#circuitpython features: - STEMMA QT/QWIIC - Breadboard-Friendly diff --git a/_board/sparkfun_redboard_turbo.md b/_board/sparkfun_redboard_turbo.md index ebc1b2acc..c50c631fb 100644 --- a/_board/sparkfun_redboard_turbo.md +++ b/_board/sparkfun_redboard_turbo.md @@ -9,6 +9,7 @@ board_url: board_image: "sparkfun_redboard_turbo.jpg" date_added: 2019-03-09 family: atmel-samd +download_instructions: https://learn.sparkfun.com/tutorials/redboard-turbo-hookup-guide#reinstalling-circuit-python- features: - Battery Charging - STEMMA QT/QWIIC diff --git a/_board/sparkfun_thing_plus_rp2040.md b/_board/sparkfun_thing_plus_rp2040.md index ced57ae9d..00d9e64a8 100644 --- a/_board/sparkfun_thing_plus_rp2040.md +++ b/_board/sparkfun_thing_plus_rp2040.md @@ -8,7 +8,7 @@ board_url: - "https://www.sparkfun.com/products/17745" board_image: "sparkfun_thing_plus_rp2040.jpg" date_added: 2021-04-06 -family: raspberrypi +family: rp2040 features: - Feather-Compatible - Battery Charging diff --git a/_board/sparkfun_thing_plus_rp2350.md b/_board/sparkfun_thing_plus_rp2350.md new file mode 100644 index 000000000..d40d8fa49 --- /dev/null +++ b/_board/sparkfun_thing_plus_rp2350.md @@ -0,0 +1,43 @@ +--- +layout: download +board_id: "sparkfun_thing_plus_rp2350" +title: "Thing Plus - RP2350 Download" +name: "Thing Plus - RP2350" +manufacturer: "SparkFun" +board_url: + - "https://www.sparkfun.com/products/25134" +board_image: "sparkfun_thing_plus_rp2350.jpg" +date_added: 2024-11-15 +family: rp2350 +features: + - Feather-Compatible + - Battery Charging + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly +--- + +The SparkFun Thing Plus - RP2350 is a dynamic and powerful wireless development platform in the Thing Plus form factor. Built around the RP2350 microcontroller from the Raspberry Pi Foundation, this board includes their radio module for single-band 2.4 GHz WiFi 4 (802.11n) and Bluetooth® 5.2 along with standard hardware components found on all Thing Plus Boards. This includes on-board Lithium Ion (LiPo) battery charging and fuel gauge circuits, µSD card socket, Qwiic connector, and the Thing Plus pinout, allowing use of the RP2350 Thing Plus in a wide variety of both local and remote applications. + +The RP3250 is a unique dual-core microcontroller with two ARM® Cortex® M33 processors and two Hazard3 RISC-V processors, all running at up to 150 MHz! Now, this doesn't mean the RP2350 is a quad-core microcontroller. Instead, users can select which two processors to run on boot. You can run two processors of the same type or one of each. The RP2350 also features 520kB SRAM in ten banks, a host of peripherals including two UARTs, two SPI and two I2C controllers, and a USB 1.1 controller for host and device support. + +The RP2350 contains two ARM Cortex-M3 and Hazard3 RISC-V processors and features: + + +* Dual ARM CortexM3 and Hazard3 RISC-V Processors + * User-selectable for dual-cores +* 520kB integrated SRAM in 10 banks +* 5V-tolerant GPIO (powered) with 3.3V failsafe (unpowered) +* Peripherals + * 2x UART + * 2x SPI + * 2x I2C + * 4 HSTX Pins (Rasbperry Pi's High-speed transmit interface) + * 24x PWM Channels + * 12x PIO State Machines + +## Purchase +* [SparkFun](https://www.sparkfun.com/products/25134) + +## Documentation +* [Hardware Overview](https://docs.sparkfun.com/SparkFun_Thing_Plus_RP2350/hardware_overview/) \ No newline at end of file diff --git a/_board/splitkb_liatris.md b/_board/splitkb_liatris.md index bc0c3c3f5..1ef742dd7 100644 --- a/_board/splitkb_liatris.md +++ b/_board/splitkb_liatris.md @@ -8,11 +8,12 @@ board_url: - "https://splitkb.com/products/liatris" board_image: "splitkb_liatris.jpg" date_added: 2023-07-28 -family: raspberrypi +family: rp2040 features: - STEMMA QT/QWIIC - USB-C - Breadboard-Friendly + - Castellated Pads --- The Liatris is a new controller designed by splitkb.com that's a designed specifically for (split) keyboards. It's a drop-in replacement for the Pro Micro, and a perfect alternative for other RP2040-based controllers. diff --git a/_board/spotpear_esp32c3_lcd_1_44.md b/_board/spotpear_esp32c3_lcd_1_44.md new file mode 100644 index 000000000..5f6ddab01 --- /dev/null +++ b/_board/spotpear_esp32c3_lcd_1_44.md @@ -0,0 +1,23 @@ +--- +layout: download +board_id: "spotpear_esp32c3_lcd_1_44" +title: "Spotpear ESP32C3 LCD 1.44 Download" +name: "Spotpear ESP32C3 LCD 1.44" +manufacturer: "Spotpear" +board_image: "spotpear_esp32c3_lcd_1_44.jpg" +date_added: 2024-04-24 +family: esp32c3 +--- + +This desktop gadget, based on ESP32 C3, is not only a practical mini-TV but also a unique design artwork. Its 1.44-inch LCD screen, driven by ST7735S, can run small and short videos with LVGL drive. Additionally, it can connect to WiFi to display the current weather and time. + +## Technical details + + - Onboard 1.44inch 128x128 pixels 65K color LCD display. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - 5 user programmable GPIO on an external pin header + - 3 user programmable buttons + - Lithium charge circuit with 1.27mm plug for cell + +## Purchase +* [Spotpear](https://spotpear.com/index/product/detail/id/1354.html) diff --git a/_board/spotpear_esp32c3_lcd_1_69.md b/_board/spotpear_esp32c3_lcd_1_69.md new file mode 100644 index 000000000..d22b1883f --- /dev/null +++ b/_board/spotpear_esp32c3_lcd_1_69.md @@ -0,0 +1,30 @@ +--- +layout: download +board_id: "spotpear_esp32c3_lcd_1_69" +title: "Spotpear ESP32C3 LCD 1.69 Touchscreen Download" +name: "Spotpear ESP32C3 LCD 1.69 Touchscreen" +manufacturer: "Spotpear" +board_image: "spotpear_esp32c3_lcd_1_69.jpg" +date_added: 2025-02-24 +family: esp32c3 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - Display + - Battery Charging +--- + +This desktop gadget, based on ESP32 C3, is not only a practical mini-TV but also a unique design artwork. Its 1.69inch LCD screen, driven by ST7789, can run small and short videos with LVGL drive. Additionally, it can connect to WiFi to display the current weather and time, providing convenience in your daily life. Its distinctive design allows it to be not just a desktop decoration but also a portable pendant, allowing you to showcase your personality and taste whether you are on the subway or on the street. + +## Technical details + + - Onboard 1.69inch 280x240 pixels 65K color LCD display. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - 1 user programmable buttons + - Screen driver IC: ST7789 + - Touch driver IC: CST816 + - Lithium charge circuit with 1.27mm plug for cell + +## Purchase +* [Spotpear](https://spotpear.com/shop/ESP32-C3-Ornament-Trinket-LVGL-Astronaut-Clock-Watch-MINI-TV-1.69inch-Round-LCD-TouchScreen-ST7789-240x280.html) diff --git a/_board/spresense.md b/_board/spresense.md index 21232e672..ce395aa42 100644 --- a/_board/spresense.md +++ b/_board/spresense.md @@ -11,6 +11,7 @@ board_url: board_image: "spresense.jpg" date_added: 2019-10-23 family: cxd56 +download_instructions: https://developer.sony.com/spresense/development-guides/circuitpython_set_up_en.html features: - GPS - Arduino Shield Compatible diff --git a/_board/sqfmi_watchy.md b/_board/sqfmi_watchy.md new file mode 100644 index 000000000..b0cf0b975 --- /dev/null +++ b/_board/sqfmi_watchy.md @@ -0,0 +1,43 @@ +--- +layout: download +board_id: "sqfmi_watchy" +title: "Watchy Download" +name: "Watchy" +manufacturer: "Squarofumi" +board_url: + - "https://watchy.sqfmi.com/" +board_image: "sqfmi_watchy.jpg" +date_added: 2024-04-19 +family: esp32 +features: + - Display + - Bluetooth/BTLE + - Wi-Fi + - Battery Charging +--- + +Watchy is an E-Ink watch with open source hardware and software. It has a barebones design utilizing the PCB as the watch body, allowing it to be worn as-is, or further customized with different 3D printed cases and watch straps. It is a unique timepiece that is also a wearable development platform, allowing users to create their own experience. + +Watchy’s E-Ink display delivers an always-on, beautiful, crisp image clearly visible under bright sunlight, and requires no power between updates. At 200 x 200 pixels and monochrome, the display offers a distinctive aesthetic. + +Watchy has both Wi-Fi and Bluetooth LE connectivity, allowing it to connect with internet APIs (e.g., weather, news, traffic, maps, Spotify, etc.), as well as Bluetooth LE enabled devices. + +With makers/hackers/tinkerers in mind, we chose the ESP32 for its large community and support for a wide variety of development options, such as Arduino, Micropython, ESP-IDF, and Zephyr-RTOS. + +### Features & Specifications + +- Ultra-low-power e-paper 1.54" display with 200 x 200 resolution and wide viewing angle +- Wi-Fi & Bluetooth LE connectivity +- 3-axis accelerometer with gesture detection +- Real-time clock for accurate time keeping with calendar and alarm functions +- Built-in USB-to-serial adapter for programming on the go +- Vibration motor for alerts +- Four tactile buttons +- Open source hardware & software +- Tons of examples & cool watch faces +- 3D case designs (stls) to customize your watchy (and watch straps) +- Injection-molded plastic case + +## Purchase + +* [Crowd Supply](https://www.crowdsupply.com/sqfmi/watchy#products) diff --git a/_board/st_nucleo_u575zi_q.md b/_board/st_nucleo_u575zi_q.md new file mode 100644 index 000000000..e4d7295d1 --- /dev/null +++ b/_board/st_nucleo_u575zi_q.md @@ -0,0 +1,50 @@ +--- +layout: download +board_id: "st_nucleo_u575zi_q" +title: "Nucleo 575ZI-Q Download" +name: "STM32U575ZIT6Q Nucleo" +manufacturer: "STMicroelectronics" +board_url: + - "https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html" +board_image: "st_nucleo_u575zi_q.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - Arduino Shield Compatible +--- + +The STM32 Nucleo-144 board provides an affordable and flexible way for users to try out new concepts and build prototypes by choosing from the various combinations of performance and power consumption features, provided by the STM32 microcontroller. For the compatible boards, the internal or external SMPS significantly reduces power consumption in Run mode. + +The ST Zio connector, which extends the ARDUINO® Uno V3 connectivity, and the ST morpho headers provide an easy means of expanding the functionality of the Nucleo open development platform with a wide choice of specialized shields. + +The STM32 Nucleo-144 board does not require any separate probe as it integrates the ST-LINK debugger/programmer. + +The STM32 Nucleo-144 board comes with the STM32 comprehensive free software libraries and examples available with the STM32Cube MCU Package. + +## Features + +- Common features + - STM32 microcontroller in an LQFP144, TFBGA225, or VFBGA264 package + - 3 user LEDs + - 1 user push-button and 1 reset push-button + - 32.768 kHz crystal oscillator + - Board connectors: + - SWD + - ST morpho expansion connector + - Flexible power-supply options: ST-LINK USB VBUS, USB connector, or external sources + - Comprehensive free software libraries and examples available with the STM32Cube MCU Package + - Support of a wide choice of Integrated Development Environments (IDEs) including IAR Embedded Workbench®, MDK-ARM, and STM32CubeIDE +- Features specific to some of the boards (refer to the ordering information section of the data brief for details) + - External or internal SMPS to generate Vcore logic supply + - Ethernet compliant with IEEE-802.3-2002 + - USB Device only, USB OTG full speed, or SNK/UFP (full-speed or high-speed mode) + - Board connectors: + - ARDUINO® Uno V3 connector or ST Zio expansion connector including ARDUINO® Uno V3 + - Camera module FPC + - MIPI20 compatible connector with trace signals + - USB with Micro-AB or USB Type-C® + - Ethernet RJ45 + - On-board ST-LINK (STLINK/V2-1, STLINK-V3E, or STLINK-V3EC) debugger/programmer with USB re-enumeration capability: mass storage, Virtual COM port, and debug port + +## Purchase +* [ST](https://estore.st.com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-u575zi-q.html) diff --git a/_board/st_stm32h7b3i_dk.md b/_board/st_stm32h7b3i_dk.md new file mode 100644 index 000000000..bbc0cda9e --- /dev/null +++ b/_board/st_stm32h7b3i_dk.md @@ -0,0 +1,60 @@ +--- +layout: download +board_id: "st_stm32h7b3i_dk" +title: "STM32U575ZIT6Q Discovery Kit Download" +name: "STM32U575ZIT6Q Discovery Kit" +manufacturer: "STMicroelectronics" +board_url: + - "https://www.st.com/en/evaluation-tools/stm32h7b3i-dk.html" +board_image: "st_stm32h7b3i_dk.jpg" +date_added: 2025-03-20 +family: zephyr +features: + - Display + - Wi-Fi + - STEMMA QT/QWIIC +--- + +The STM32H7B3I-DK Discovery kit is a complete demonstration and development platform for the STMicroelectronics Arm® Cortex®-M7 core-based STM32H7B3LIH6Q microcontroller. + +The STM32H7B3I-DK Discovery kit is used as a reference design for user application development before porting to the final product, thus simplifying the application development. + +The full range of hardware features available on the board helps users enhance their application development by an evaluation of almost all peripherals (such as USB OTG_HS, microSD™, USART, CAN FD, audio DAC stereo with audio jack input and output, camera, SDRAM, Octo‑SPI flash memory, and RGB interfaced LCD with capacitive touch panel). ARDUINO® Uno V3 connectors provide easy connection to extension shields or daughterboards for specific applications. + +STLINK-V3E is integrated into the board, as an embedded in-circuit debugger and programmer for the STM32 MCU and the USB Virtual COM port bridge. + +The STM32H7B3I-DK board comes with the STM32CubeH7 MCU Package, which provides an STM32 comprehensive software HAL library as well as various software examples. + +## Features + +- STM32H7B3LIH6Q Arm®-based microcontroller featuring 2 Mbytes of flash memory and 1.4 Mbytes of RAM in a BGA225 package +- 4.3" (480x272 pixels) TFT color LCD module including a capacitive touch panel with RGB interface +- Wi‑Fi® module compliant with 802.11 b/g/n +- USB OTG HS +- Audio codec +- 512‑Mbit Octo‑SPI NOR flash memory +- 128-Mbit SDRAM +- Two user LEDs +- User and reset push-buttons +- Fanout daughterboard +- CAN FD +- Board connectors: + - 8‑bit camera + - USB with Micro-AB + - Stereo headset jack including analog microphone input + - Audio jack for external speakers + - microSD™ card + - Tag‑Connect™ 10-pin footprint + - Arm® Cortex® 10-pin 1.27mm-pitch debug connector over STDC14 footprint + - ARDUINO® Uno V3 expansion connector + - STMod+ expansion connector + - Audio daughterboard expansion connector + - External I2C expansion connector +- Flexible power-supply options: ST-LINK USB VBUS, USB connector, or external sources +- On-board STLINK-V3E debugger/programmer with USB re-enumeration capability: mass storage, Virtual COM port, and debug port +- Comprehensive free software libraries and examples available with the STM32Cube MCU Package +- Support of a wide choice of Integrated Development Environments (IDEs) including IAR Embedded Workbench®, MDK-ARM, and STM32CubeIDE + +## Purchase +* [ST](https://estore.st.com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/stm32h7b3i-dk.html) +* [Newark](https://www.newark.com/stmicroelectronics/stm32h7b3i-eval/evaluation-board-32bit-arm-cortex/dp/78AK8714) \ No newline at end of file diff --git a/_board/stm32f411ve_discovery.md b/_board/stm32f411ve_discovery.md index ae3cd22cf..e4471839c 100644 --- a/_board/stm32f411ve_discovery.md +++ b/_board/stm32f411ve_discovery.md @@ -3,7 +3,7 @@ layout: download board_id: "stm32f411ve_discovery" title: "Discovery kit for STM32F411 Download" name: "Discovery kit for STM32F411" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/en/evaluation-tools/32f411ediscovery.html" board_image: "stm32f411.jpg" diff --git a/_board/stm32f412zg_discovery.md b/_board/stm32f412zg_discovery.md index b76364038..788bd7e08 100644 --- a/_board/stm32f412zg_discovery.md +++ b/_board/stm32f412zg_discovery.md @@ -3,7 +3,7 @@ layout: download board_id: "stm32f412zg_discovery" title: "STM32F412 Discovery kit Download" name: "STM32F412 Discovery kit" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/en/evaluation-tools/32f412gdiscovery.html" board_image: "stm32f412.jpg" diff --git a/_board/stm32f4_discovery.md b/_board/stm32f4_discovery.md index 2cc6b543e..9e363f331 100644 --- a/_board/stm32f4_discovery.md +++ b/_board/stm32f4_discovery.md @@ -3,7 +3,7 @@ layout: download board_id: "stm32f4_discovery" title: "STM32F407 Discovery kit Download" name: "STM32F407 Discovery kit" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/en/evaluation-tools/stm32f4discovery.html" board_image: "stm32f407.jpg" diff --git a/_board/stm32f746g_discovery.md b/_board/stm32f746g_discovery.md index e0f0047de..7afd98bd5 100644 --- a/_board/stm32f746g_discovery.md +++ b/_board/stm32f746g_discovery.md @@ -3,7 +3,7 @@ layout: download board_id: "stm32f746g_discovery" title: "STM32F746 Discovery kit Download" name: "STM32F746 Discovery kit" -manufacturer: "ST" +manufacturer: "STMicroelectronics" board_url: - "https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/32f746gdiscovery.html" board_image: "stm32f746g_discovery.jpg" diff --git a/_board/sunton_esp32_2424S012.md b/_board/sunton_esp32_2424S012.md new file mode 100644 index 000000000..6385d756d --- /dev/null +++ b/_board/sunton_esp32_2424S012.md @@ -0,0 +1,23 @@ +--- +layout: download +board_id: "sunton_esp32_2424S012" +title: "Sunton ESP32-2424S012 Download" +name: "Sunton ESP32-2424S012" +manufacturer: "Sunton" +board_image: "sunton_esp32_2424S012.jpg" +date_added: 2024-03-29 +family: esp32c3 +--- + +Sunton ESP32-2424S012 Development Board, Based on ESP32-C3 MCU. With 1.28" 65K Color Touch LCD. Supports Wifi & Bluetooth. + +## Technical details + + - Onboard round 1.28inch 240×240 pixels 65K color Touch LCD display. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - SPI Display + - I2C Touch + - Battery terminal for wireless use + +## Purchase +* [Aliexpress](https://www.aliexpress.com/item/1005006300643795.html) diff --git a/_board/sunton_esp32_2432S024C.md b/_board/sunton_esp32_2432S024C.md new file mode 100644 index 000000000..fefba1127 --- /dev/null +++ b/_board/sunton_esp32_2432S024C.md @@ -0,0 +1,36 @@ +--- +layout: download +board_id: "sunton_esp32_2432S024C" +title: "Sunton ESP32-2432S024C Download" +name: "Sunton ESP32-2432S024C" +manufacturer: "Sunton" +board_image: "sunton_esp32_2432S024C.jpg" +date_added: 2024-12-28 +family: esp32 +features: + - Battery Charging + - Bluetooth/BTLE + - Display + - Speaker + - USB-C + - Wi-Fi +--- + +Sunton ESP32-2432S024C Development Board, based on a ESP32-D0WDQ6 MCU. With 2.4" 65K Color Touch LCD. Supports Wifi & Bluetooth, has user-accessible GPIO ports, and an SD card slot. + +Depending on your board variant you may need to + - hold down the **BOOT** button while programming + - adjust the screen rotation using CIRCUITPY_DISPLAY_ROTATION in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). + +## Technical details + + - Onboard 2.4inch 240×320 pixels 65K color Touch LCD display + - Integrated 2.4GHz WiFi and Bluetooth wireless communication + - SPI Touch, Display and SD card slot + - Amplified GPIO26 for PWM audio output + - Uses the ILI9341 display driver via SPI + - Uses the CPT820 touchscreen driver via SPI + +## Purchase +* [Aliexpress](https://www.aliexpress.com/item/1005005865107357.html) + diff --git a/_board/sunton_esp32_2432S028.md b/_board/sunton_esp32_2432S028.md new file mode 100644 index 000000000..d9975e841 --- /dev/null +++ b/_board/sunton_esp32_2432S028.md @@ -0,0 +1,29 @@ +--- +layout: download +board_id: "sunton_esp32_2432S028" +title: "Sunton ESP32-2432S028 Download" +name: "Sunton ESP32-2432S028" +manufacturer: "Sunton" +board_image: "sunton_esp32_2432S028.jpg" +date_added: 2024-03-26 +family: esp32 +--- + +Sunton ESP32-2432S028 Development Board, Based on ESP32-D0WDQ6 MCU. With 2.8" 65K Color Touch LCD. Supports Wifi & Bluetooth. User accessable GPIO ports. SD card slot. + +Depending on your board variant you may need to + - hold down the **BOOT** button while programming + - adjust the screen rotation using CIRCUITPY_DISPLAY_ROTATION in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). + +## Technical details + + - Onboard 2.8inch 240×320 pixels 65K color Touch LCD display. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - SPI Touch, Display and SD card slot. + - Amplified GPIO26 for PWM audio output. + - Uses the ILI9341 display driver via SPI. + - Uses the XPT2046 touchscreen driver via SPI. + +## Purchase +* [Aliexpress](https://www.aliexpress.com/item/1005006556177475.html) + diff --git a/_board/sunton_esp32_2432S032C.md b/_board/sunton_esp32_2432S032C.md new file mode 100644 index 000000000..57787d108 --- /dev/null +++ b/_board/sunton_esp32_2432S032C.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "sunton_esp32_2432S032C" +title: "Sunton ESP32-2432S032C Download" +name: "Sunton ESP32-2432S032C" +manufacturer: "Sunton" +board_image: "sunton_esp32_2432S032C.jpg" +date_added: 2024-06-07 +family: esp32 +--- + +Sunton ESP32-2432S032C Development Board, Based on ESP32-D0WDQ6 MCU. +With 3.2" 65K Color Touch LCD. Supports Wifi & Bluetooth. +Three user accessable GPIO ports (two shared with I2C, one is input-only). +SD card slot. + +This board does not support deep-sleep, since the integrated LiPo-charger +will go into standby if load is below 45mA for more than 32s. + +## Technical details + + - Dual-Core, 240MHz MCU, 520KB SRAM, 448KB ROM, 4MB flash. + - Onboard 3.2inch 320x240 pixels 65K color Touch LCD display using ST7789. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - GT911-I2C capacitive touch. + - Light-Sensor (non-functional, like on most CYD). + - RGB LED on the front. + - SD card slot. + - Amplified GPIO26 for PWM audio output (xxx, pico-blade connector). + - Integrated LiPo charger IP5306 with 1.8A (sic!) charge-current (pico-blade connector) + +## Purchase +* [Aliexpress](https://www.aliexpress.com/item/1005005138982767.html) diff --git a/_board/sunton_esp32_8048S050.md b/_board/sunton_esp32_8048S050.md new file mode 100644 index 000000000..ebc25c87c --- /dev/null +++ b/_board/sunton_esp32_8048S050.md @@ -0,0 +1,34 @@ +--- +layout: download +board_id: "sunton_esp32_8048S050" +title: "Sunton ESP32-8048S050 Download" +name: "Sunton ESP32-8048S050" +manufacturer: "Sunton" +board_image: "sunton_esp32_8048S050.jpg" +date_added: 2024-09-25 +family: esp32s3 +features: + - Wi-Fi + - Bluetooth/BTLE + - Display +--- + +These are great "all-in-one" device that have integrated ESP32-S3 chips with 16 MB of flash and 8MB PSram. The display resolution is 800x480. This one has a display size of 5" and built in capacitive touch panel. + +Depending on your board variant you may need to: + - adjust the screen display frequency using CIRCUITPY_DISPLAY_FREQUENCY (available on CircuitPython 9.2.2 or later) in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html). + +## Technical details + + - Onboard 5" 800x480 pixels 65K color Touch LCD display. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - SPI or I2C Touch + - SPI SD slot + - RGB565 Display + +## Learn More + +* [openHASP](https://www.openhasp.com/0.7.0/hardware/sunton/esp32-8048s0xx/) + +Purchase: +# [AliExpress](https://www.aliexpress.us/item/3256804766379290.html) diff --git a/_board/sunton_esp32_8048S070.md b/_board/sunton_esp32_8048S070.md new file mode 100644 index 000000000..ad63b17e1 --- /dev/null +++ b/_board/sunton_esp32_8048S070.md @@ -0,0 +1,23 @@ +--- +layout: download +board_id: "sunton_esp32_8048S070" +title: "Sunton ESP32-8048S070 Download" +name: "Sunton ESP32-8048S070" +manufacturer: "Sunton" +board_image: "sunton_esp32_8048S070.jpg" +date_added: 2024-04-05 +family: esp32s3 +--- + +Sunton ESP32-8048S070 Development Board, Based on ESP32-S3 MCU with 16MB flash and 8MB PSRAM. Built in 7" 65K Color Touch LCD. Has a capacitive i2c or resistive spi touch device, depending on version. Supports Wifi & Bluetooth. User accessable GPIO ports. SD card slot. + +## Technical details + + - Onboard 7" 800x480 pixels 65K color Touch LCD display. + - Integrated 2.4GHz WiFi and Bluetooth wireless communication. + - SPI or I2C Touch + - SPI SD slot + - RGB565 Display + +## Purchase +* [Aliexpress](https://www.aliexpress.com/item/1005005099968475.html) diff --git a/_board/swan_r5.md b/_board/swan_r5.md index 9b31bc013..49cfdb82b 100644 --- a/_board/swan_r5.md +++ b/_board/swan_r5.md @@ -9,6 +9,7 @@ board_url: board_image: "swan_r5.jpg" date_added: 2021-09-29 family: stm +download_instructions: https://dev.blues.io/swan/using-circuitpython-with-swan/ features: - Feather-Compatible - Battery Charging diff --git a/_board/takayoshiotake_octave_rp2040.md b/_board/takayoshiotake_octave_rp2040.md index bd18c03bd..d988faf35 100644 --- a/_board/takayoshiotake_octave_rp2040.md +++ b/_board/takayoshiotake_octave_rp2040.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/takayoshiotake/octave-12-key-macropad" board_image: "takayoshiotake_octave_rp2040.jpg" date_added: 2022-08-22 -family: raspberrypi +family: rp2040 features: - USB-C --- diff --git a/_board/targett_module_clip_wroom.md b/_board/targett_module_clip_wroom.md index c9ee5de48..3e6ab6180 100644 --- a/_board/targett_module_clip_wroom.md +++ b/_board/targett_module_clip_wroom.md @@ -26,6 +26,6 @@ Where Espressif have enabled programming via the S2 USB and the module can be pu All GPIO pins are broken out to 2.54mm header pins. Caution should be taken as some pins are used by the WROVER module for PSRAM. -##Purchace +## Purchase -You can purchace the S2-MCB from [Tindie](https://www.tindie.com/products/targett/esp32-s2-module-protoprogrammer/) +You can purchase the S2-MCB from [Tindie](https://www.tindie.com/products/targett/esp32-s2-module-protoprogrammer/) diff --git a/_board/targett_module_clip_wrover.md b/_board/targett_module_clip_wrover.md index ab28e744c..2d1faf8cf 100644 --- a/_board/targett_module_clip_wrover.md +++ b/_board/targett_module_clip_wrover.md @@ -26,6 +26,6 @@ Where Espressif have enabled programming via the S2 USB and the module can be pu All GPIO pins are broken out to 2.54mm header pins. Caution should be taken as some pins are used by the WROVER module for PSRAM. -##Purchace +## Purchase -You can purchace the S2-MCB from [Tindie](https://www.tindie.com/products/targett/esp32-s2-module-protoprogrammer/) +You can purchase the S2-MCB from [Tindie](https://www.tindie.com/products/targett/esp32-s2-module-protoprogrammer/) diff --git a/_board/tinkeringtech_scoutmakes_azul.md b/_board/tinkeringtech_scoutmakes_azul.md index 528553ada..d7bc2ee08 100644 --- a/_board/tinkeringtech_scoutmakes_azul.md +++ b/_board/tinkeringtech_scoutmakes_azul.md @@ -5,7 +5,7 @@ title: "ScoutMakes Azul Download" name: "ScoutMakes Azul" manufacturer: "TinkeringTech" board_url: - - "https://tinkeringtech.com/blog/scoutmakes-azul/" + - "https://scoutmakes.com/blogs/news/scoutmakes-azul" - "https://www.adafruit.com/product/4968" board_image: "scoutmakes_azul.jpg" date_added: 2020-07-27 @@ -43,9 +43,9 @@ The platform come pre-programmed with a UF2 bootloader and CircuitPython ready t * Works out of the box with Adafruit's feather wings ## Tutorial -- [ScoutMakes Azul Overview](https://tinkeringtech.com/blog/scoutmakes-azul/) +- [ScoutMakes Azul Overview](https://scoutmakes.com/blogs/news/scoutmakes-azul) - [ScoutMakes Youtube Channel](https://www.youtube.com/channel/UCYcssarGk-M_4w-jmb3To0Q/featured/) ## Purchase -* [TinkeringTech](https://tinkeringtech.com/blog/scoutmakes-azul/) +* [TinkeringTech](https://scoutmakes.com/blogs/news/scoutmakes-azul) diff --git a/_board/trellis_m4_express.md b/_board/trellis_m4_express.md index 3a178e0a3..72b140da2 100644 --- a/_board/trellis_m4_express.md +++ b/_board/trellis_m4_express.md @@ -12,6 +12,7 @@ board_image: "trellis_m4_express.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: trellis_m4 +download_instructions: https://learn.adafruit.com/adafruit-neotrellis-m4/circuitpython features: --- diff --git a/_board/trinket_m0.md b/_board/trinket_m0.md index d1014a18f..7dd124047 100644 --- a/_board/trinket_m0.md +++ b/_board/trinket_m0.md @@ -10,6 +10,7 @@ board_image: "trinket_m0.jpg" date_added: 2019-03-09 family: atmel-samd bootloader_id: trinket_m0 +download_instructions: https://learn.adafruit.com/adafruit-trinket-m0-circuitpython-arduino/circuitpython features: - Breadboard-Friendly --- diff --git a/_board/trinket_m0_haxpress.md b/_board/trinket_m0_haxpress.md index 7bf02d24b..112bc4672 100644 --- a/_board/trinket_m0_haxpress.md +++ b/_board/trinket_m0_haxpress.md @@ -4,8 +4,8 @@ board_id: "trinket_m0_haxpress" title: "Trinket M0 Haxpress Download" name: "Trinket M0 Haxpress" manufacturer: "Dave Astels" -board_url: - - "http://daveastels.com/trinket-m0-express-hack.html" +board_url: +- "https://web.archive.org/web/20210727135908/http://daveastels.com/trinket-m0-express-hack.html" board_image: "trinket_m0_haxpress.jpg" date_added: 2019-03-19 family: atmel-samd @@ -17,4 +17,4 @@ features: This is a [Trinket M0]({{ "/board/trinket_m0/" | relative_url }}) that has been had a SPI flash chip bodged on by Dave Astels. It is not available for purchase. -It was documented as a DIY project [here](http://daveastels.com/trinket-m0-express-hack.html). +It was documented as a DIY project [Archived Version; original page is no longer online](https://web.archive.org/web/20210727135908/http://daveastels.com/trinket-m0-express-hack.html). diff --git a/_board/ttgo_t8_v1_7.md b/_board/ttgo_t8_v1_7.md new file mode 100644 index 000000000..395620166 --- /dev/null +++ b/_board/ttgo_t8_v1_7.md @@ -0,0 +1,32 @@ +--- +layout: download +board_id: "ttgo_t8_v1_7" +title: "TTGO T8 V1.7 ESP32 Download" +name: "TTGO T8 V1.7 ESP32" +manufacturer: "LILYGO" +board_url: + - "https://www.tindie.com/products/lilygo/lilygo-ttgo-t8-v17-esp32-module/" +board_image: "ttgo_t8_v1_7.jpg" +date_added: 2024-07-18 +family: esp32 +features: + - Bluetooth/BTLE + - Wi-Fi + - Battery Charging + - Breadboard-Friendly +--- + +## Technical details + +- Wi-Fi & Bluetooth +- 4MB Flash & 4MB PSRAM +- TF CARD, 3D ANTENNA +- USB to TTL: CP2104 +- Sleep current: 3mA +- Working current: About 37mA +- Size: 63.34mmX25.96mmx4.95mm (6g) + + +## Purchase + +* [Tindie](https://www.tindie.com/products/lilygo/lilygo-ttgo-t8-v17-esp32-module/) diff --git a/_board/ugame22.md b/_board/ugame22.md index f77a2fb1a..8fc82260a 100644 --- a/_board/ugame22.md +++ b/_board/ugame22.md @@ -8,7 +8,7 @@ board_url: - "https://hackaday.io/project/186921-game-22" board_image: "ugame22.jpg" date_added: 2023-10-27 -family: raspberrypi +family: rp2040 features: - Display - Speaker diff --git a/_board/unexpectedmaker_bling.md b/_board/unexpectedmaker_bling.md index bb26ff109..fe55c2abf 100644 --- a/_board/unexpectedmaker_bling.md +++ b/_board/unexpectedmaker_bling.md @@ -5,10 +5,11 @@ title: "Unexpected Maker Bling Download" name: "Unexpected Maker Bling" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop.html#!/BLING/p/596946493/category=0" + - "https://unexpectedmaker.com/shop/bling" board_image: "unexpectedmaker_bling.jpg" date_added: 2023-11-15 family: esp32s3 +bootloader_id: unexpectedmaker_bling features: --- @@ -59,4 +60,4 @@ You also get a STEMMA/QT connector and a bunch of IO and power broken out on an SoloBLING is just the 40x8 RGB LED matrix on its own. It provides the BLING, you provide everything else. ## Purchase - * [Unexpected Maker](https://unexpectedmaker.com/shop.html#!/BLING/p/596946493/category=0) \ No newline at end of file + * [Unexpected Maker](https://unexpectedmaker.com/shop/bling) \ No newline at end of file diff --git a/_board/unexpectedmaker_blizzard_s3.md b/_board/unexpectedmaker_blizzard_s3.md index ec27d8cb0..6c1f4ff84 100644 --- a/_board/unexpectedmaker_blizzard_s3.md +++ b/_board/unexpectedmaker_blizzard_s3.md @@ -11,6 +11,11 @@ date_added: 2023-11-15 family: esp32s3 bootloader_id: unexpectedmaker_blizzard_s3 features: + - Battery Charging + - Bluetooth/BTLE + - Breadboard-Friendly + - USB-C + - Wi-Fi --- -Oops! Looks like we don't know anything about this board. This means it's likely very new. \ No newline at end of file +Coming Soon! \ No newline at end of file diff --git a/_board/unexpectedmaker_edges3d.md b/_board/unexpectedmaker_edges3d.md new file mode 100644 index 000000000..d9713b24f --- /dev/null +++ b/_board/unexpectedmaker_edges3d.md @@ -0,0 +1,42 @@ +--- +layout: download +board_id: "unexpectedmaker_edges3d" +title: "Unexpected Maker EdgeS3[D] Download" +name: "Unexpected Maker EdgeS3[D]" +manufacturer: "Unexpected Maker" +board_url: + - "https://unexpectedmaker.com/shop.html#!/EdgeS3-D" +board_image: "unexpectedmaker_edges3d.jpg" +date_added: 2025-08-18 +family: esp32s3 +bootloader_id: unexpectedmaker_edges3d +features: + - Bluetooth/BTLE + - Wi-Fi +--- + +Introducing the EdgeS3[D] - The ultimate REUSABLE ESP32-S3 Development Board + +EdgeS3[D] includes an onboard antenna and a u.FL connector for an external antenna on the same board, and you can switch which antenna to use via the RF switch on the fly from inside your code! + +The onboard antenna is selected by default, so you never need to worry about the RF switch being in a bad state, or the ESP32-S3 getting damaged if you forget to plug in an external antenna. + +### Features & Specifications** + +- Dual 32bit Xtensa LX7 cores @ up to 240Mhz +- RISC-V Ultra Low Power Co-processor +- 2.4GHz Wifi - 802.11b/g/n +- Bluetooth 5, BLE + Mesh +- 8MB QSPI Flash +- **2MB of extra QSPI PSRAM** +- 700mA 3.3V LDO Regulator +- **ULTRA LOW Deep Sleep Current** +- Native USB + USB Serial JTAG +- LiPo Battery Charging +- **NEW** I2C Battery Fuel Gauge +- **NEW** 3D High Gain Antenna AND u.FL connector< +- 29 + 8 GPIO via IO Expander +- M.2 B-Key Edge Connector + +## Purchase + * [Unexpected Maker](https://unexpectedmaker.com/shop.html#!/EdgeS3-D) diff --git a/_board/unexpectedmaker_feathers2.md b/_board/unexpectedmaker_feathers2.md index 6094fecc1..0917bed10 100644 --- a/_board/unexpectedmaker_feathers2.md +++ b/_board/unexpectedmaker_feathers2.md @@ -5,7 +5,7 @@ title: "Unexpected Maker FeatherS2 Download" name: "Unexpected Maker FeatherS2" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop/feathers2-esp32-s2" + - "https://unexpectedmaker.com/shop/feathers2" - "https://www.adafruit.com/product/4769" board_image: "unexpectedmaker_feathers2.jpg" date_added: 2020-10-01 @@ -49,5 +49,5 @@ You can find out more about the FeatherS2 at [feathers2.io](https://feathers2.io ## Purchase * [Adafruit](https://www.adafruit.com/product/4769) - * [Unexpected Maker](https://unexpectedmaker.com/shop/feathers2-esp32-s2) * [Pimoroni](https://shop.pimoroni.com/products/feathers2-esp32-s2) + * [Unexpected Maker](https://unexpectedmaker.com/shop/feathers2) diff --git a/_board/unexpectedmaker_feathers2_neo.md b/_board/unexpectedmaker_feathers2_neo.md index a739565dc..c6fe8eab0 100644 --- a/_board/unexpectedmaker_feathers2_neo.md +++ b/_board/unexpectedmaker_feathers2_neo.md @@ -5,7 +5,7 @@ title: "Unexpected Maker FeatherS2 Neo Download" name: "Unexpected Maker FeatherS2 Neo" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop/feathers2neo-esp32s2" + - "https://unexpectedmaker.com/shop/feathers2neo" - "https://www.adafruit.com/product/5629" board_image: "unexpectedmaker_feathers2_neo.jpg" date_added: 2021-08-31 @@ -51,4 +51,4 @@ You can find out more about the FeatherS2 Neo at [unexpected maker](https://unex ## Purchase * [Adafruit](https://www.adafruit.com/product/5629) - * [unexpectedmaker shop](https://unexpectedmaker.com/shop/feathers2neo-esp32s2) + * [unexpected Maker](https://unexpectedmaker.com/shop/feathers2neo) diff --git a/_board/unexpectedmaker_feathers2_prerelease.md b/_board/unexpectedmaker_feathers2_prerelease.md index 1caac111b..e50fffd91 100644 --- a/_board/unexpectedmaker_feathers2_prerelease.md +++ b/_board/unexpectedmaker_feathers2_prerelease.md @@ -51,5 +51,5 @@ You can find out more about the FeatherS2 at [feathers2.io](https://feathers2.io ## Purchase The FeatherS2 pre-release boards are no longer available for purchase now that the final release version is out, which you can grab from these locations: -* [Unexpected Maker](https://unexpectedmaker.com/shop/feathers2-esp32-s2) +* [Unexpected Maker](https://unexpectedmaker.com/shop/feathers2) * [Adafruit](https://www.adafruit.com/product/4769) diff --git a/_board/unexpectedmaker_feathers3.md b/_board/unexpectedmaker_feathers3.md index 25bce5616..8f5571052 100644 --- a/_board/unexpectedmaker_feathers3.md +++ b/_board/unexpectedmaker_feathers3.md @@ -13,6 +13,7 @@ date_added: 2022-01-29 family: esp32s3 bootloader_id: unexpectedmaker_feathers3 features: + - Feather-Compatible - Battery Charging - Bluetooth/BTLE - Breadboard-Friendly @@ -38,10 +39,10 @@ Introducing the FeatherS3 - The Pro ESP32-S3 Development Board in the Feather Fo - Native USB + USB Serial JTAG - LiPo Battery Charging - VBAT and 5V Sense Pins -- 3D High Gain Antenna - 21x GPIO - 2x STEMMA connectors, 1 on LDO1 and 1 on LDO2 ! - Feather Format compatibility +- Available with 3D High Gain Antenna or u.FL for external Antenna You can find out more about the FeatherS3 at [feathers3.io](https://feathers3.io) diff --git a/_board/unexpectedmaker_feathers3_neo.md b/_board/unexpectedmaker_feathers3_neo.md new file mode 100644 index 000000000..6cb9fac1d --- /dev/null +++ b/_board/unexpectedmaker_feathers3_neo.md @@ -0,0 +1,52 @@ +--- +layout: download +board_id: "unexpectedmaker_feathers3_neo" +title: "Unexpected Maker FeatherS3 Neo Download" +name: "Unexpected Maker FeatherS3 Neo" +manufacturer: "Unexpected Maker" +board_url: + - "https://unexpectedmaker.com/shop/feathers3neo" +board_image: "unexpectedmaker_feathers3_neo.jpg" +date_added: 2024-07-18 +family: esp32s3 +bootloader_id: unexpectedmaker_feathers3_neo +features: + - Feather-Compatible + - Battery Charging + - Wi-Fi + - STEMMA QT/QWIIC + - USB-C + - Breadboard-Friendly +--- + +Introducing the FeatherS3 Neo - The Blingy RGB ESP32-S3 Development Board in the Feather format! + +**Features & Specifications** +- 32-bit 240 MHz dual-core processor +- 8 MB SPI Flash +- 2 MB extra PSRAM +- 2.4 GHz Wi-Fi - 802.11b/g/n +- 3D antenna +- 2x 700 mA 3.3 V LDO regulators +- Optimised power path for low-power battery usage +- LiPo battery management +- Power (red), Charge (orange) & IO13 (blue) LEDs +- 7x7 RGB LED matrix + User controllable power +- 22x GPIO +- VBAT voltage sense on IO2 +- VBUS detection on IO15 +- USB-C with back feed protection +- RGB LED (PWR IO39, DATA IO16) +- QWIIC/STEMMA connector +- Feather format + +**Onboard 7x7 RGB Matrix? Really?** + +Yeah, why not! Getting compelling information out of a single RGB LED can be a real challenge, so with a 7x7 matrix, you can scroll text, show icons or even display cool animating patterns! + +The RGB Matrix is powered from its own 3.3V LDO, which automatically shuts down if you put the FeatherS3 Neo into deep sleep. You can also turn off the RGB LED power via code by setting IO39 HIGH for on and LOW for off. + +You can find out more about the FeatherS3 Neo at [unexpected maker](https://unexpectedmaker.com/shop/feathers3neo). + +## Purchase + * [unexpected Maker](https://unexpectedmaker.com/shop/feathers3neo) diff --git a/_board/unexpectedmaker_nanos3.md b/_board/unexpectedmaker_nanos3.md index 1afcd8627..60b0de0f3 100644 --- a/_board/unexpectedmaker_nanos3.md +++ b/_board/unexpectedmaker_nanos3.md @@ -14,6 +14,7 @@ features: - Battery Charging - Bluetooth/BTLE - Wi-Fi + - Castellated Pads --- Introducing the NanoS3 - The world’s smallest, fully-featured ESP32-S3 board in module form! @@ -31,13 +32,13 @@ Introducing the NanoS3 - The world’s smallest, fully-featured ESP32-S3 board i - 5V back-feed protection - Native USB + USB Serial JTAG - LiPo Battery Charging -- 3D High Gain Antenna - 27 GPIO - Only 28 x 11mm in size - Drop in compatible with TinyPICO Nano +- Available with 3D High Gain Antenna or u.FL for external Antenna You can find out more about the NanoS3 at [nanos3.io](https://nanos3.io) ## Purchase You can purchase your very own NanoS3 from: -Unexpected Maker - https://unexpectedmaker.com/shop/nanos3 +* [Unexpected Maker](https://unexpectedmaker.com/shop/nanos3) diff --git a/_board/unexpectedmaker_omgs3.md b/_board/unexpectedmaker_omgs3.md new file mode 100644 index 000000000..60103e635 --- /dev/null +++ b/_board/unexpectedmaker_omgs3.md @@ -0,0 +1,46 @@ +--- +layout: download +board_id: "unexpectedmaker_omgs3" +title: "Unexpected Maker OMGS3 Download" +name: "Unexpected Maker OMGS3" +manufacturer: "Unexpected Maker" +board_url: + - "https://unexpectedmaker.com/shop.html#!/OMGS3/p/687192227" +board_image: "unexpectedmaker_omgs3.jpg" +date_added: 2024-08-22 +family: esp32s3 +bootloader_id: unexpectedmaker_omgs3 +features: + - Battery Charging + - Bluetooth/BTLE + - Breadboard-Friendly + - USB-C + - Wi-Fi +--- + +OMGS3 is the world’s smallest, fully-featured ESP32-S3 microcontroller module - just drop it on your PCB and focus on your features! + +It can also be used without a carrier PCB if you want to solder wires directly to it, for those tiny little projects that need the smallest of boards! + +### Features & Specifications + +- 32Bit Dual Core 240MHz +- 2.4GHz Wifi - 802.11b/g/n +- Bluetooth LE 5.0 + Mesh +- 8MB QSPI Flash +- 2MB Extra QSPI PSRAM +- D+/D- pins for external USB connector +- 700mA 3.3V LDO Regulator +- Low Power RGB LED +- LiPo Battery Charging +- I2C Battery Fuel Gauge (MAX98357A) +- 17x GPIO broken out +- USB Serial JTAG support +- Optimised power path for low power battery usage +- 3D High Gain Antenna +- 1.27mm pitch pads +- **Only 25 x 10mm in size** + +## Purchase + +* [Unexpected Maker](https://unexpectedmaker.com/shop.html#!/OMGS3/p/687192227) diff --git a/_board/unexpectedmaker_pros3.md b/_board/unexpectedmaker_pros3.md index 02b2b224b..28bf00355 100644 --- a/_board/unexpectedmaker_pros3.md +++ b/_board/unexpectedmaker_pros3.md @@ -19,6 +19,7 @@ features: - STEMMA QT/QWIIC - USB-C - Wi-Fi + - Castellated Pads --- Introducing the ProS3 - The Ultimate Pro ESP32-S3 Development Board! @@ -39,11 +40,11 @@ Introducing the ProS3 - The Ultimate Pro ESP32-S3 Development Board! - Native USB + USB Serial JTAG - LiPo Battery Charging + PicoBlade connector - VBAT and 5V Sense Pins -- 3D High Gain Antenna - 27x GPIO including castellated headers - STEMMA connector powered by LDO1 - **JTAG pins on the header** - Compatible with TinyPICO & TinyS3 +- Available with 3D High Gain Antenna or u.FL for external Antenna You can find out more about the ProS3 at [pros3.io](https://pros3.io) diff --git a/_board/unexpectedmaker_rgbtouch_mini.md b/_board/unexpectedmaker_rgbtouch_mini.md new file mode 100644 index 000000000..8bd865b9a --- /dev/null +++ b/_board/unexpectedmaker_rgbtouch_mini.md @@ -0,0 +1,52 @@ +--- +layout: download +board_id: "unexpectedmaker_rgbtouch_mini" +title: "Unexpected Maker RGBTouch Mini Download" +name: "Unexpected Maker RGBTouch Mini" +manufacturer: "Unexpected Maker" +board_url: + - "https://unexpectedmaker.com/shop.html#!/RGB-Touch-Mini/p/686203649" +board_image: "unexpectedmaker_rgbtouch_mini.jpg" +date_added: 2024-08-22 +family: esp32s3 +bootloader_id: unexpectedmaker_rgbtouch_mini +features: + - Battery Charging + - Bluetooth/BTLE + - USB-C + - Wi-Fi +--- + +RGB Touch is an ESP32-S3 based interactive LED display, feature a 12x12 touched based RGB LED matrix and a host of other features. + +### Core Specifications + +- 32Bit Dual Core 240MHz +- 2.4GHz WiFi - 802.11b/g/n +- Bluetooth 5, BLE + Mesh +- 8MB QSPI Flash +- 2MB Extra QSPI PSRAM +- USB-C Connector +- ESD protection on USB and buttons +- 5V presence detection +- LiPo Battery Charging +- Charge Battery when power is off +- Battery voltage detection +- 3D High Gain Antenna + +### Included Peripherals + +- 12x12 RGB LED Matrix +- Capacitive Touch (MPR121) +- Power On/Off Button +- IO0/Boot Button +- I2S Audio Amplifier (MAX98357A) +- 3-Axis IMU (LIS3DH) +- 8 Ohm, 2W Speaker +- Reset Button + +**NOTE:** Battery not included. Supports a 1S LiPo battery up to 062530 in size. That's 25mm wide, 30mm long and 6mm thick. + +## Purchase + +* [Unexpected Maker](https://unexpectedmaker.com/shop.html#!/RGB-Touch-Mini/p/686203649) diff --git a/_board/unexpectedmaker_tinyc6.md b/_board/unexpectedmaker_tinyc6.md index ec10a1b6c..448cf1493 100644 --- a/_board/unexpectedmaker_tinyc6.md +++ b/_board/unexpectedmaker_tinyc6.md @@ -5,7 +5,7 @@ title: "Unexpected Maker TinyC6 Download" name: "Unexpected Maker TinyC6" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop.html#!/TinyC6/p/602208790/category=0" + - "https://unexpectedmaker.com/shop/tinyc6" board_image: "unexpectedmaker_tinyc6.jpg" date_added: 2023-11-22 family: esp32c6 @@ -36,13 +36,14 @@ Introducing the TinyC6 - The Mighty Tiny ESP32-C6 based development board! - LiPo Battery Charging - JST pads on the back supports PH connector - VBAT and 5V Sense Pins -- 3D High Gain Antenna or uFL - 17 GPIO - Only 35 x 18mm in size - Compatible with TinyPICO, TinyS2 & TinyS3 +- Available with 3D High Gain Antenna or u.FL for external Antenna You can find out more about the TinyC6 at [tinyc6.io](https://tinyc6.io) ## Purchase You can purchase your very own TinyC6 from: -Unexpected Maker - https://unexpectedmaker.com/shop.html#!/TinyC6/p/602208790/category=0 + +* [Unexpected Maker](https://unexpectedmaker.com/shop/tinyc6) diff --git a/_board/unexpectedmaker_tinypico.md b/_board/unexpectedmaker_tinypico.md index 2e2642351..d811dc0e1 100644 --- a/_board/unexpectedmaker_tinypico.md +++ b/_board/unexpectedmaker_tinypico.md @@ -18,6 +18,7 @@ features: - Breadboard-Friendly - USB-C - Wi-Fi + - Castellated Pads --- Introducing the TinyPICO - The Mighty Tiny ESP32 based development board! @@ -38,9 +39,9 @@ It can work on he original V1 board, but some features like VBUS sense won't be - USB-C Connector with back-feed protection - LiPo Battery Charging - JST pads on the back supports PH connector -- 3D High Gain Antenna - 14 GPIO - Only 35 x 18mm in size +- Available with 3D High Gain Antenna or u.FL for external Antenna You can find out more about the TinyPICO at [tinypico.com](https://tinypico.com) @@ -51,5 +52,4 @@ You can find out more about how at [Circuitpython with ESP32 quick start](https: * [Adafruit](https://www.adafruit.com/product/5028) * [Adafruit with u.FL](https://www.adafruit.com/product/5750) * [Pimoroni](https://shop.pimoroni.com/products/tinypico-v2?variant=3928508953403) - * [Unexpected Maker](https://unexpectedmaker.com/shop/tinypico-usbc) - + * [Unexpected Maker](https://unexpectedmaker.com/shop/tinypico) diff --git a/_board/unexpectedmaker_tinypico_nano.md b/_board/unexpectedmaker_tinypico_nano.md index 423412ea4..6aa7d50c6 100644 --- a/_board/unexpectedmaker_tinypico_nano.md +++ b/_board/unexpectedmaker_tinypico_nano.md @@ -5,7 +5,7 @@ title: "Unexpected Maker TinyPICO NANO Download" name: "Unexpected Maker TinyPICO NANO" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop/tinypico-nano" + - "https://unexpectedmaker.com/shop/tinypiconano" board_image: "unexpectedmaker_tinypico_nano.jpg" date_added: 2022-09-18 family: esp32 @@ -37,4 +37,4 @@ You can find out more about the TinyPICO NANO at [tinypico.com](https://www.tiny ## Purchase - [Pimoroni](https://shop.pimoroni.com/products/tinypico-nano?variant=39285102674003) -- [Unexpected Maker](https://unexpectedmaker.com/shop/tinypico-nano) +- [Unexpected Maker](https://unexpectedmaker.com/shop/tinypiconano) diff --git a/_board/unexpectedmaker_tinys2.md b/_board/unexpectedmaker_tinys2.md index e83f894da..b7721a466 100644 --- a/_board/unexpectedmaker_tinys2.md +++ b/_board/unexpectedmaker_tinys2.md @@ -5,7 +5,7 @@ title: "Unexpected Maker TinyS2 Download" name: "Unexpected Maker TinyS2" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop/tinys2-esp32-s2" + - "https://unexpectedmaker.com/shop/tinys2" - "https://www.adafruit.com/product/5029" board_image: "unexpectedmaker_tinys2.jpg" date_added: 2021-03-20 @@ -43,5 +43,6 @@ You can find out more about the TinyS2 at [tinys2.io](https://tinys2.io) ## Purchase * [Adafruit](https://www.adafruit.com/product/5029) - * [Unexpected Maker](https://unexpectedmaker.com/shop/tinys2-esp32-s2) * [Pimoroni](https://shop.pimoroni.com/products/tinys2) + * [Unexpected Maker](https://unexpectedmaker.com/shop/tinys2) + \ No newline at end of file diff --git a/_board/unexpectedmaker_tinys3.md b/_board/unexpectedmaker_tinys3.md index 0a497cbe3..c17589afe 100644 --- a/_board/unexpectedmaker_tinys3.md +++ b/_board/unexpectedmaker_tinys3.md @@ -5,7 +5,7 @@ title: "Unexpected Maker TinyS3 Download" name: "Unexpected Maker TinyS3" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop/ttinys3-esp32s3" + - "https://unexpectedmaker.com/shop/tinys3" - "https://www.adafruit.com/product/5398" - "https://www.adafruit.com/product/5747" board_image: "unexpectedmaker_tinys3.jpg" @@ -37,10 +37,10 @@ Introducing the TinyS3 - The Mighty Tiny ESP32-S3 based development board! - LiPo Battery Charging - JST pads on the back supports PH connector - VBAT and 5V Sense Pins -- 3D High Gain Antenna - 17 GPIO - Only 35 x 18mm in size -- Compatible with TinyPICO & TinyS2 +- Compatible with TinyPICO, TinyS2 & TinyC6 +- Available with 3D High Gain Antenna or u.FL for external Antenna You can find out more about the TinyS3 at [tinys3.io](https://tinys3.io) @@ -48,4 +48,4 @@ You can find out more about the TinyS3 at [tinys3.io](https://tinys3.io) * [Adafruit](https://www.adafruit.com/product/5398) * [Adafruit with u.FL](https://www.adafruit.com/product/5747) * [Pimoroni](https://shop.pimoroni.com/products/tinys3-esp32-s3) -* [Unexpected Maker](https://unexpectedmaker.com/shop/ttinys3-esp32s3) +* [Unexpected Maker](https://unexpectedmaker.com/shop/tinys3) diff --git a/_board/unexpectedmaker_tinywatch_s3.md b/_board/unexpectedmaker_tinywatch_s3.md index 269967d91..3828187ff 100644 --- a/_board/unexpectedmaker_tinywatch_s3.md +++ b/_board/unexpectedmaker_tinywatch_s3.md @@ -5,11 +5,51 @@ title: "Unexpected Maker TinyWATCH S3 Download" name: "Unexpected Maker TinyWATCH S3" manufacturer: "Unexpected Maker" board_url: - - "https://unexpectedmaker.com/shop.html" + - "https://unexpectedmaker.com/shop/tinywatchs3" board_image: "unexpectedmaker_tinywatch_s3.jpg" date_added: 2023-11-15 family: esp32s3 +bootloader_id: unexpectedmaker_tinywatchs3 features: + - Battery Charging + - Bluetooth/BTLE + - USB-C + - Wi-Fi --- -Oops! Looks like we don't know anything about this board. This means it's likely very new. \ No newline at end of file +### Core HW Specifications +- 32Bit Dual Core 240MHz +- RISC-V ultra low power core +- 2.4GHz WiFi - 802.11b/g/n +- Bluetooth 5, BLE + Mesh +- 8MB QSPI Flash +- 2MB Extra QSPI PSRAM +- 700mA 3.3V LDO Regulator +- Power On/Off Button +- USB-C Connector +- Reverse USB back-feed protection +- ESD protection on USB and buttons +- 5V presence detection +- LiPo Battery Charging +- Charge Battery when watch power is off +- 5V Power (red), Charge (orange) LEDs +- 3D High Gain Antenna + +### Included Peripherals +- 240x280 ST7789 Display +- Capacitive Touch (CST816T) +- I2C Battery Fuel Gauge (MAX1704X) +- I2C Low Power RTC (RV-3028-C7) +- I2C 6 Axis IMU (BMI270) +- I2C Magnetometer (MMC5603) +- I2S MEMS Microphone (ICS-43434) +- Magnetic Buzzer +- Power On/Off Button +- Reset Button +- IO0/Boot Button + +## Open Source +* [TinyWATCH S3 GitHub](https://github.com/tinywatch-s3) + +## Purchase +* [Unexpected Maker](https://unexpectedmaker.com/shop/tinywatchs3) \ No newline at end of file diff --git a/_board/upico.md b/_board/upico.md index 77a367c21..a51d284e9 100644 --- a/_board/upico.md +++ b/_board/upico.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/dotcypress/upico" board_image: "upico.jpg" date_added: 2023-11-29 -family: raspberrypi +family: rp2040 features: --- diff --git a/_board/vcc_gnd_yd_rp2040.md b/_board/vcc_gnd_yd_rp2040.md index a86dd78ba..ea89ecd9b 100644 --- a/_board/vcc_gnd_yd_rp2040.md +++ b/_board/vcc_gnd_yd_rp2040.md @@ -8,10 +8,11 @@ board_url: - "https://www.aliexpress.us/item/3256803817805852.html" board_image: "vcc_gnd_yd_rp2040.jpg" date_added: 2022-10-14 -family: raspberrypi +family: rp2040 features: - Breadboard-Friendly - USB-C + - Raspberry Pi Pico Form Factor --- Flexible I/O connects RP2040 to the physical world by allowing it to speak to almost anyexternal device. High performance breezes through integer workloads. Low cost helps ease the barrier to entry. diff --git a/_board/vidi_x.md b/_board/vidi_x.md new file mode 100644 index 000000000..a32b44212 --- /dev/null +++ b/_board/vidi_x.md @@ -0,0 +1,65 @@ +--- +layout: download +board_id: "vidi_x" +title: "VIDI X V1.1 Download" +name: "VIDI X V1.1" +manufacturer: "VIDI" +board_url: + - "https://vidi-x.org/" +board_image: "vidi_x.jpg" +date_added: 2024-08-22 +family: esp32 +downloads_display: true +features: + - Battery Charging + - Bluetooth/BTLE + - Display + - Speaker + - STEMMA QT/QWIIC + - Wi-Fi +--- + +# VIDI X Microcomputer + +VIDI X microcomputer was developed by VIDI - a company devoted to the idea of making exceptional tools for STEAM education. VIDI X microcomputer is part of the [education solution for engaging computer science](https://vidi-x.org/discover-vidi-x/). + +## VIDI X V1.1 + +Microcomputer designed for use in education, based on ESP32 Wrover IB, with modular circuit featuring removable touch screen and buttons. + +Built-in expansion possibility with additional sensors or microcomputers via 28 pin expansion with male and female headers (I2C, I2S, SPI, UART, GPIO, IRQ - 3.3 V). All connectors are installed in male and female versions. There is also an I2C (VIDIIC) connector for easier connection to I2C sensors and actuators. + +### Technical Specifications + +- **Built-in memory:** 8 MB of SPI flash memory. +- **Microprocessor:** Low power microprocessor with two cores ESP32 Wrover IB. +- **Operating frequency:** 240 MHz. +- **LCD touch screen:** 2.8“ TFT ILI9341 +- **Resolution:** 320x240 pixels. +- **Touch screen:** Controllable with the included stylus or finger. +- **Wi-Fi:** 802.11 b/g/n. +- **Bluetooth:** v4.2 BR/EDR, BLE; (2.402 GHz - 2.480 GHz). +- **Infrared:** Receiver and transmitter. +- **Power supply and programming:** Micro USB. +- **Audio connection:** 4-pole 0.14” (3.5 mm) combo audio jack. +- **Microphone:** With microphone preamplifier, located on the top of the device. +- **SD card slot:** Built-in, in the back of the ILI9341 screen. +- **Sound adjustment:** Software and hardware sound level adjustment. +- **Hardware switch:** Wheel for changing the sound level on the speaker. +- **LEDs:** 9 LE Diodes. 5 of those are addressable WS2812B RGB LEDs. + - **Indications:** ON/OFF indication, RX, TX indication and programmable. +- **Buttons:** 10 buttons for control and management: Up, Down, Left, Right, Menu, Volume, Select, Start, A and B buttons. +- **VIDIIC connector:** For I2C compatible sensors and actuators +- **Power supply options:** + - 3 x 1.2V or 3 x 1.5V (rechargeable or replaceable AA batteries) + - USB cable power supply (Minimum with 3.3 V to maximum 5.1 V, USB cable 5 V according to USB specification) +- **Compatibility:** Possible connection with micro:bit, Arduino and other microcontrollers. + +### Lesson Plans + +VIDI X education method features [C++ and Python lesson plans](https://vidi-x.org/discover-vidi-x/#middle) for Middle and High School. + +### Purchase + +[VIDI X](https://vidi-x.org/contact/) +Contact: [info@vidi-x.org](mailto:info@vidi-x.org) diff --git a/_board/waveshare_esp32_c6_lcd_1_47.md b/_board/waveshare_esp32_c6_lcd_1_47.md new file mode 100644 index 000000000..a5a01ff86 --- /dev/null +++ b/_board/waveshare_esp32_c6_lcd_1_47.md @@ -0,0 +1,38 @@ +--- +layout: download +board_id: "waveshare_esp32_c6_lcd_1_47" +title: "ESP32-C6 1.47inch Display Development Board Download" +name: "ESP32-C6 1.47inch Display Development Board" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/product/arduino/boards-kits/esp32/esp32-c6-lcd-1.47.htm" +board_image: "waveshare_esp32_c6_lcd_1_47.jpg" +date_added: 2025-01-29 +family: esp32c6 +features: + - Breadboard-Friendly + - Wi-Fi + - Bluetooth/BTLE + - Display +--- + +ESP32-C6 1.47inch Display Development Board, 172×320, 262K Color, 160MHz Running Frequency Single-core Processor, Supports WiFi 6 & Bluetooth, With Colorful RGB LED, ESP32 With Display + +ESP32-C6-LCD-1.47 is a microcontroller development board with 2.4GHz Wi-Fi 6 and Bluetooth BLE 5 support, integrates 4MB Flash. Onboard 1.47inch LCD screen can smoothly run GUI programs such as LVGL. Combined with various peripheral interfaces, suitable for the quick development of the HMI and other ESP32-C6 applications. + +## Technical details + +- Equipped with a high-performance 32-bit RISC-V processor with clock speed up to 160 MHz, and a low-power 32-bit RISC-V processor with clock speed up to 20MHz +- Supports 2.4GHz Wi-Fi 6 (802.11 b/g/n) and Bluetooth 5 (LE), with onboard antenna +- Built in 320KB ROM, 512KB of HP SRAM, 16KB LP SRAM and 4MB Flash memory +- Onboard 1.47inch LCD display, 172×320 resolution, 262K color +- Adapting multiple IO interfaces, integrates full-speed USB port +- Onboard TF card slot for external TF card storage of pictures or files +- Supports accurate control such as flexible clock and multiple power modes to realize low power consumption in different scenarios +- Built-in RGB LED with clear acrylic sandwich panel for cool lighting effect + +Waveshare Wiki [link](http://www.waveshare.com/wiki/ESP32-C6-LCD-1.47). + +## Purchase +* [Waveshare](https://www.waveshare.com/product/arduino/boards-kits/esp32/esp32-c6-lcd-1.47.htm) + diff --git a/_board/waveshare_esp32_s2_pico_lcd.md b/_board/waveshare_esp32_s2_pico_lcd.md index 83f7c69e2..770280a10 100644 --- a/_board/waveshare_esp32_s2_pico_lcd.md +++ b/_board/waveshare_esp32_s2_pico_lcd.md @@ -10,11 +10,13 @@ board_image: "waveshare_esp32_s2_pico_lcd.jpg" bootloader_id: waveshare_esp32_s2_pico_lcd date_added: 2022-08-22 family: esp32s2 +download_instructions: https://www.waveshare.com/wiki/ESP32-S2-Pico#CircuitPython features: - Wi-Fi - USB-C - Display - Breadboard-Friendly + - Castellated Pads --- This is a WiFi development board with compact size, plenty peripheral interfaces, integrated low-power Wi-Fi System-on-Chip (SoC) and mass memory, supporting Raspberry Pi Pico expansion board ecosystem. diff --git a/_board/waveshare_esp32_s3_eth.md b/_board/waveshare_esp32_s3_eth.md new file mode 100644 index 000000000..068ed7282 --- /dev/null +++ b/_board/waveshare_esp32_s3_eth.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_eth" +title: "ESP32-S3 ETH Development Board Download" +name: "ESP32-S3 ETH Development Board" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/product/arduino/boards-kits/esp32/esp32-s3-eth.htm" +board_image: "waveshare_esp32_s3_eth.jpg" +date_added: 2025-01-27 +family: esp32s3 +features: + - Breadboard-Friendly + - Wi-Fi + - Bluetooth/BTLE + - USB-C +--- + +ESP32-S3 ETH Development Board, 10/100Mbps RJ45 Ethernet port, Wi-Fi & Bluetooth Support, 240MHz Dual Core Processor, Onboard Type-C Port And TF Card Slot, Optional For PoE Module And Camera Module + +This is an ETH development board based on ESP32-S3R8, supports Wi-Fi and Bluetooth wireless communication, with reliable and efficient wired Ethernet connectivity, optional for PoE function. Onboard camera interface, compatible with OV2640, OV5640 and other mainstream cameras for image and video capture. Compatible with Pico header, it can be used with some Raspberry Pi Pico HATs. Relying on the rich ecology and open source resources of ESP32, users can get started quickly for secondary development. It is suitable for Internet of Things, image acquisition, smart home and other AI projects. + +## Technical details + +- Adopts ESP32-S3R8 high-performance chip with Xtensa 32-bit LX7 dual-core processor, capable of running at 240 MHz +- Integrated 512KB SRAM, 384KB ROM, 8MB PSRAM and 16MB Flash memory +- Integrated 2.4GHz Wi-Fi and Bluetooth 5 (LE) wireless communication, with an onboard antenna. Supports switching to use external antenna +- Onboard W5500 Ethernet chip for extending 10/100Mbps network port through SPI interface +- Optional for PoE module to realize Power over Ethernet function (IEEE 802.3af-compliant) +- Onboard camera interface, compatible with OV2640, OV5640 and other mainstream cameras for image and video capture +- Onboard USB Type-C port for power supply, program downloading, and debugging, more convenient for development use +- Onboard TF card slot for external TF card storage of pictures or files +- Compatible with Pico header, onboard multiple peripheral interfaces, offering strong compatibility and expandability + +Waveshare Wiki [link](https://www.waveshare.com/wiki/ESP32-S3-ETH). + +## Purchase +* [Waveshare](https://www.waveshare.com/product/arduino/boards-kits/esp32/esp32-s3-eth.htm) + diff --git a/_board/waveshare_esp32_s3_geek.md b/_board/waveshare_esp32_s3_geek.md new file mode 100644 index 000000000..d8fb44202 --- /dev/null +++ b/_board/waveshare_esp32_s3_geek.md @@ -0,0 +1,41 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_geek" +title: "ESP32-S3-GEEK Download" +name: "ESP32-S3-GEEK" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/esp32-s3-geek.htm" +board_image: "waveshare_esp32_s3_geek.jpg" +date_added: 2024-03-25 +family: esp32s3 +features: + - STEMMA QT/QWIIC + - Wi-Fi + - Bluetooth/BTLE + - Display +--- + +Waveshare ESP32-GEEK Development Board, Based On ESP32-S3R2 Controller Chip, With 1.14inch 65K Color LCD, Supports WiFi & Bluetooth LE, USB-A Male Port, With White Plastic Case + +## Technical details + + - Adopts ESP32-S3R2 chip with Xtensa® 32-bit LX7 dual-core processor, capable of running at 240 MHz. + - Built-in 512KB SRAM, 384KB ROM, 2MB of on-chip PSRAM, and onboard 16MB Flash memory. + - Onboard 1.14inch 240×135 pixels 65K color IPS LCD display. + - Integrated 2.4GHz WiFi and Bluetooth LE wireless communication. + - WiFi supports Infrastructure BSS in Station, SoftAP, and Station + SoftAP modes. + - WiFi supports 1T1R mode with a data rate of up to 150 Mbps. + - Bluetooth supports high power mode (20dBm). + - Internal co-existence mechanism between Wi-Fi and Bluetooth to share the same antenna. + - The onboard 3-pin UART interface can function as a USB-to-serial adapter. + - The onboard 3-pin GPIO interface can be used for debugging other modules or for ADC data collection. + - The onboard 4-pin I2C interface is available for testing the target board. + - Equipped with plastic case and cables. + - Provides online open-source demos and resources, more convenient for learning and development. + +Waveshare Wiki [link](https://www.waveshare.com/wiki/ESP32-S3-GEEK). + +## Purchase +* [Waveshare](https://www.waveshare.com/esp32-s3-geek.htm) + diff --git a/_board/waveshare_esp32_s3_lcd_1_28.md b/_board/waveshare_esp32_s3_lcd_1_28.md new file mode 100644 index 000000000..f2193a68b --- /dev/null +++ b/_board/waveshare_esp32_s3_lcd_1_28.md @@ -0,0 +1,33 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_lcd_1_28" +title: "ESP32S3-LCD-1.28 Download" +name: "ESP32S3-LCD-1.28" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/esp32-s3-lcd-1.28.htm" +board_image: "waveshare_esp32s3_lcd_1_28.jpg" +date_added: 2024-04-17 +family: esp32 +features: + - USB-C + - Battery Charging + - Display +--- + +ESP32-S3-LCD-1.28 is a low-cost, high-performance MCU board designed by Waveshare, tiny size, with onboard 1.28inch LCD display, Li-ion battery recharge manager, 6-axis sensor (3-axis accelerometer and 3-axis gyroscope), and so on, which makes it easy for you to develop and integrate it into products quickly. + +**Board specifications** + + - Equipped with Xtensa® 32-bit LX7 dual-core processor, up to 240MHz main frequency + - Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth® 5 (BLE), with onboard antenna + - Built in 512KB of SRAM and 384KB ROM, with onboard 2MB PSRAM and an external 16MB Flash memory + - Type-C connector, keeps it up to date, easier to use + - Onboard 1.28inch LCD display, round IPS panel, 240×240 resolution, 65K color + - Onboard QMI8658 6-axis IMU (3-axis accelerometer and 3-axis gyroscope) for detecting motion gesture + - Onboard 3.7V lithium battery recharge/discharge header and GPIO headers + - Supports flexible clock, module power supply independent setting, and other controls to realize low power consumption in different scenarios + - Integrated with USB serial port full-speed controller, GPIO pins allow flexibly configuring pin functions + +## Purchase +* [Waveshare](https://www.waveshare.com/esp32-s3-lcd-1.28.htm) diff --git a/_board/waveshare_esp32_s3_lcd_1_47.md b/_board/waveshare_esp32_s3_lcd_1_47.md new file mode 100644 index 000000000..7e0521560 --- /dev/null +++ b/_board/waveshare_esp32_s3_lcd_1_47.md @@ -0,0 +1,38 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_lcd_1_47" +title: "ESP32-S3 1.47inch Display Development Board Download" +name: "ESP32-S3 1.47inch Display Development Board" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/esp32-s3-lcd-1.47.htm" +board_image: "waveshare_esp32_s3_lcd_1_47.jpg" +date_added: 2025-07-28 +family: esp32s3 +features: + - Breadboard-Friendly + - Wi-Fi + - Bluetooth/BTLE + - Display +--- + +ESP32-S3 1.47inch Display Development Board, 172×320, 262K Color, Up to 240MHz Frequency, Supports WiFi & Bluetooth, With Colorful RGB LED, ESP32 With Display + +ESP32-S3-LCD-1.47 is a microcontroller development board with 2.4GHz WiFi and Bluetooth BLE 5 support, integrates high-capacity Flash and PSRAM. Onboard 1.47inch LCD screen. + +## Technical details + +- Equipped with high-performance Xtensa 32-bit LX7 dual-core processor, up to 240MHz main frequency +- Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth 5 (LE), with onboard antenna +- Built-in 512KB SRAM and 384KB ROM, with onboard 16MB Flash and 8MB PSRAM +- Onboard 1.47inch LCD display, 172×320 resolution, 262K color +- Adapting multiple IO interfaces, integrates full-speed USB port +- Onboard TF card slot for external TF card storage of pictures or files +- Supports accurate control such as flexible clock and multiple power modes to realize low power consumption in different scenarios +- Built-in RGB LED with clear acrylic sandwich panel for cool lighting effects + +Waveshare Wiki [link](http://www.waveshare.com/wiki/ESP32-S3-LCD-1.47). + +## Purchase +* [Waveshare](https://www.waveshare.com/esp32-s3-lcd-1.47.htm) + diff --git a/_board/waveshare_esp32_s3_matrix.md b/_board/waveshare_esp32_s3_matrix.md new file mode 100644 index 000000000..a11797eda --- /dev/null +++ b/_board/waveshare_esp32_s3_matrix.md @@ -0,0 +1,38 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_matrix" +title: "ESP32-S3-Matrix Development Board Download" +name: "ESP32-S3-Matrix Development Board" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/product/arduino/boards-kits/esp32/esp32-s3-matrix.htm" +board_image: "waveshare_esp32_s3_matrix.jpg" +bootloader_id: waveshare_esp32_s3_matrix +date_added: 2025-01-27 +family: esp32s3 +features: + - Breadboard-Friendly + - Wi-Fi + - Bluetooth/BTLE + - Display +--- + +ESP32-S3-Matrix Development Board, Onboard 8×8 RGB LED Matrix and QMI8658 Attitude Sensor, supports Wi-Fi and Bluetooth LE, ESP32 Development Board + +## Technical details + +- Adopts ESP32-S3FH4R2 chip with Xtensa 32-bit LX7 dual-core processor, capable of running at 240 MHz +- Integrated 512KB SRAM, 384KB ROM, 2MB PSRAM, 4MB Flash memory +- Integrated 2.4GHz Wi-Fi and Bluetooth LE dual-mode wireless communication, with superior RF performance. +- Type-C connector, easier to use +- Onboard QMI8658 6-axis IMU (3-axis accelerometer and 3-axis gyroscope) +- Onboard 8 × 8 RGB LED matrix for colorful lighting display +- Adapting Dout pin for extending RGB matrix +- 17 × multi-function GPIO pins +- Rich peripheral interfaces for achieving various functions flexibly +- Supports multiple low-power operating states, adjustable balance between communication distance, data rate and power consumption to meet the power requirements of various application scenarios + +Waveshare Wiki [link](https://www.waveshare.com/wiki/ESP32-S3-Matrix). + +## Purchase +* [Waveshare](https://www.waveshare.com/product/arduino/boards-kits/esp32/esp32-s3-matrix.htm) diff --git a/_board/waveshare_esp32_s3_pico.md b/_board/waveshare_esp32_s3_pico.md index a154f00ea..7dbc1bcc9 100644 --- a/_board/waveshare_esp32_s3_pico.md +++ b/_board/waveshare_esp32_s3_pico.md @@ -15,6 +15,7 @@ features: - USB-C - Wi-Fi - Bluetooth/BTLE + - Castellated Pads --- This is a WiFi development board with compact size, plenty peripheral interfaces, integrated low-power Wi-Fi System-on-Chip (SoC) and mass memory, supporting Raspberry Pi Pico expansion board ecosystem. @@ -36,5 +37,5 @@ Equipped with hardware crypto accelerator, RNG, HMAC and Digital Signature modul Waveshare wiki [link](https://www.waveshare.com/wiki/ESP32-S3-Pico). ## Purchase -* [Waveshare]([https://www.waveshare.com/esp32-s3-pico.htm) +* [Waveshare](https://www.waveshare.com/esp32-s3-pico.htm) diff --git a/_board/waveshare_esp32_s3_tiny.md b/_board/waveshare_esp32_s3_tiny.md new file mode 100644 index 000000000..71123043c --- /dev/null +++ b/_board/waveshare_esp32_s3_tiny.md @@ -0,0 +1,37 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_tiny" +title: "ESP32-S3-Tiny Download" +name: "ESP32-S3-Tiny" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/esp32-s3-tiny.htm" +board_image: "waveshare_esp32_s3_tiny.jpg" +bootloader_id: waveshare_esp32_s3_tiny +date_added: 2024-07-18 +family: esp32s3 +features: + - Breadboard-Friendly + - USB-C + - Wi-Fi + - Bluetooth/BTLE +--- + +This is a ESP32-S3 Mini Development Board, based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, USB Port Adapter Board Optional. + +## Technical details + +- Adopts ESP32-S3FH4R2 chip with Xtensa 32-bit LX7 dual-core processor, up to 240MHz main frequency +- Built in 512KB of SRAM and 384KB ROM, onboard 2MB PSRAM and 4MB Flash memory +- Integrated 2.4GHz Wi-Fi and Bluetooth LE dual-mode wireless communication, with superior RF performance +- Onboard FPC 8PIN connector, supports adapting USB Type-C port via adapter board +- 34 × multi-function GPIO pins +- Rich peripheral interfaces, including SPI, I2C, UART, ADC, and PWM, etc. to achieve various functions flexibly +- Supports multiple low-power operating states, adjustable balance between communication distance, data rate and power consumption to meet the power requirements of various application scenarios + +Waveshare wiki [link](https://www.waveshare.com/wiki/ESP32-S3-Tiny). + +## Purchase +* [Waveshare without USB Adapter](https://www.waveshare.com/esp32-s3-tiny.htm) +* [Waveshare with USB Adapter](https://www.waveshare.com/esp32-s3-tiny.htm?sku=27070) + diff --git a/_board/waveshare_esp32_s3_touch_lcd_2.md b/_board/waveshare_esp32_s3_touch_lcd_2.md new file mode 100644 index 000000000..1c0a371cc --- /dev/null +++ b/_board/waveshare_esp32_s3_touch_lcd_2.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "waveshare_esp32_s3_touch_lcd_2" +title: "ESP32S3-TOUCH-LCD-2 Download" +name: "ESP32S3-TOUCH-LCD-2" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/esp32-s3-touch-lcd-2.htm" +board_image: "waveshare_esp32_s3_touch_lcd_2.jpg" +date_added: 2024-04-17 +bootloader_id: waveshare_esp32_s3_touch_lcd_2 +downloads_display: true +family: esp32s3 +features: + - USB-C + - Battery Charging + - Display + - Wi-Fi + - Bluetooth/BTLE +--- + +ESP32-S3-Touch-LCD-2 is a low-cost, high-performance MCU board designed by Waveshare, tiny size, with onboard 2inch capacitive touch LCD, Lithium battery recharge manager, 6-axis sensor (3-axis accelerometer and 3-axis gyroscope), and so on, which makes it easy for you to develop and integrate it into the products quickly. + +**Board specifications** + + - Equipped with Xtensa® 32-bit LX7 dual-core processor, up to 240MHz main frequency + - Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth® 5 (BLE), with onboard antenna + - Built in 512KB of SRAM and 384KB ROM, with onboard 8MB PSRAM and an external 16MB Flash memory + - Type-C connector, keeps it up to date, easier to use + - Onboard 2inch capacitive touch display, 240 × 320 resolution, 262K color + - Built-in ST7789T3 display driver and CST816D capacitive touch chip, using SPI and I2C communication respectively + - Onboard QMI8658 6-axis IMU (3-axis accelerometer and 3-axis gyroscope) for detecting motion gesture + - Onboard 3.7V MX1.25 Lithium battery recharge/discharge header + - Onboard USB Type-C port for power supply, program downloading, and debugging, more convenient for development use + - Onboard TF card slot for external TF card storage of pictures or files + - 22 × GPIO pin headers for flexible configuration of pin function + - Onboard camera interface, compatible with mainstream cameras such as OV2640 and OV5640 for image and video acquisition + +## Purchase +* [Waveshare](https://www.waveshare.com/esp32-s3-touch-lcd-2.htm) diff --git a/_board/waveshare_esp32_s3_zero.md b/_board/waveshare_esp32_s3_zero.md index 73e13a293..7c97a8aa8 100644 --- a/_board/waveshare_esp32_s3_zero.md +++ b/_board/waveshare_esp32_s3_zero.md @@ -9,12 +9,13 @@ board_url: board_image: "waveshare_esp32_s3_zero.png" date_added: 2023-10-21 family: esp32s3 -bootloader_id: adafruit_feather_esp32s3 +bootloader_id: waveshare_esp32_s3_zero downloads_display: true features: - Wi-Fi - USB-C - Breadboard-Friendly + - Castellated Pads --- Tiny, but mighty! This board with a powerful ESP32-S3 MCU measures in at 24.8mmx18mm (23.5mm for just the PCB, the USB-C connector sticks out a little bit). Despite it's small size it still exposes a wealth of GPIO connections - a whopping 34 in total. It does however have 'only' 4MB of Flash storage rather than the more typical 8MB found on most ESP32-S3 boards (and even 16MB on some). @@ -22,7 +23,7 @@ Tiny, but mighty! This board with a powerful ESP32-S3 MCU measures in at 24.8mmx * ESP32-S3FH4R2 dual-core Xtensa® 32-bit LX7 processor - up to 240MHz * USB Type-C Port * ME6217C33M5G low dropout LDO, 800mA (Max) - * WS2812 GRB LED (R and G are swapped from their usual order) + * WS2812 RGB LED * BOOT button Press it and then press the RESET button to enter download mode * RESET button @@ -41,15 +42,10 @@ Tiny, but mighty! This board with a powerful ESP32-S3 MCU measures in at 24.8mmx ## Learn more For more information please see the [Waveshare product page](https://www.waveshare.com/esp32-s3-zero.htm) -*Warning: At the time of writing their product page does contain 2 small mistakes* -It states it has a WS2812 RGB LED on pin 10. It does not. - 1. It's a GRB LED, not RGB. Keep this in mind when trying to use it. - 2. It's on IO21, not 10. - - There's a link reserved for a wiki although currently there's nothing there yet: +ESP32-S3 Zero wiki: https://www.waveshare.com/wiki/ESP32-S3-Zero -The Chinese version of this page does however contain some content: +also https://www.waveshare.net/wiki/ESP32-S3-Zero ## Purchase diff --git a/_board/waveshare_esp32s2_pico.md b/_board/waveshare_esp32s2_pico.md index 535aee377..496435143 100644 --- a/_board/waveshare_esp32s2_pico.md +++ b/_board/waveshare_esp32s2_pico.md @@ -10,10 +10,12 @@ board_image: "waveshare_esp32s2_pico.jpg" bootloader_id: waveshare_esp32s2_pico date_added: 2022-08-21 family: esp32s2 +download_instructions: https://www.waveshare.com/wiki/ESP32-S2-Pico#CircuitPython features: - Breadboard-Friendly - USB-C - Wi-Fi + - Castellated Pads --- This is a WiFi development board with compact size, plenty peripheral interfaces, integrated low-power Wi-Fi System-on-Chip (SoC) and mass memory, supporting Raspberry Pi Pico expansion board ecosystem. diff --git a/_board/waveshare_rp2040_geek.md b/_board/waveshare_rp2040_geek.md new file mode 100644 index 000000000..7c6bdbe52 --- /dev/null +++ b/_board/waveshare_rp2040_geek.md @@ -0,0 +1,37 @@ +--- +layout: download +board_id: "waveshare_rp2040_geek" +title: "RP2040-GEEK Download" +name: "RP2040-GEEK" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2040-geek.htm" +board_image: "waveshare_rp2040_geek.jpg" +date_added: 2024-03-29 +family: rp2040 +features: + - STEMMA QT/QWIIC + - Display +--- + +Waveshare RP2040-GEEK Development Board, Based On RP2040 Microcontroller, With 1.14inch 65K Color LCD, USB Debugging Downloader, With White Plastic Case + +## Technical details + + - RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom + - Onboard 3PIN SWD port for connecting the debugged target board + - Standard CMSIS-DAP interface can be used to debug most ARM-based microcontrollers + - Works with OpenOCD and other tools supporting CMSIS-DAP + - Adopts the Raspberry Pi 3PIN Debug Connector Specification + - Onboard 3PIN USB to UART bridge + - Onboard 4PIN I2C port for the testing target board + - Onboard 1.14inch 240×135 pixels 65K color IPS LCD display + - Equipped with plastic case and cables + - Open-source firmware, more convenient to upgrade + +Waveshare Wiki [link](https://www.waveshare.com/wiki/RP2040-GEEK). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2040-geek.htm) + + diff --git a/_board/waveshare_rp2040_lcd_0_96.md b/_board/waveshare_rp2040_lcd_0_96.md index 506cdb839..479728815 100644 --- a/_board/waveshare_rp2040_lcd_0_96.md +++ b/_board/waveshare_rp2040_lcd_0_96.md @@ -9,12 +9,14 @@ board_url: board_image: "waveshare_rp2040_lcd_0_96.jpg" date_added: 2023-04-07 downloads_display: true -family: raspberrypi +family: rp2040 features: - Battery Charging - Breadboard-Friendly - Display - USB-C + - Castellated Pads + - Raspberry Pi Pico Form Factor --- RP2040-LCD-0.96 is a low-cost, high-performance Pico-like MCU board with flexible digital interfaces. It incorporates Raspberry Pi's RP2040 microcontroller chip, as same as the one on Raspberry Pi Pico. For software development, either Raspberry Pi's C/C++ SDK, or the MicroPython is available, which makes it easy for you to get started, and integrate it into end products quickly. diff --git a/_board/waveshare_rp2040_lcd_1_28.md b/_board/waveshare_rp2040_lcd_1_28.md index 7e63e685f..4c64b03e7 100644 --- a/_board/waveshare_rp2040_lcd_1_28.md +++ b/_board/waveshare_rp2040_lcd_1_28.md @@ -8,7 +8,7 @@ board_url: - "https://www.waveshare.com/rp2040-lcd-1.28.htm" board_image: "waveshare_rp2040_lcd_1_28.jpg" date_added: 2023-01-31 -family: raspberrypi +family: rp2040 features: - USB-C - Battery Charging diff --git a/_board/waveshare_rp2040_one.md b/_board/waveshare_rp2040_one.md new file mode 100644 index 000000000..be136ff33 --- /dev/null +++ b/_board/waveshare_rp2040_one.md @@ -0,0 +1,38 @@ +--- +layout: download +board_id: "waveshare_rp2040_one" +title: "Waveshare RP2040-One Download" +name: "RP2040-One" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/product/rp2040-one.htm" +board_image: "waveshare_rp2040_one.jpg" +date_added: 2024-08-07 +family: rp2040 +features: + - Breadboard-Friendly + - Castellated Pads +--- + +A Trinkey-like MCU board based on Raspberry Pi RP2040 + +**Board specifications** + + - RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom + - Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz + - 264KB of SRAM, and 4MB of on-board Flash memory + - Trinkey-like/USB key form factor + - Castellated module allows soldering direct to carrier boards + - USB 1.1 with device and host support + - Low-power sleep and dormant modes + - Drag-and-drop programming using mass storage over USB + - 29 × multi-function GPIO pins (20× via edge pinout, others via solder points) + - 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels + - Accurate clock and timer on-chip + - Temperature sensor + - Accelerated floating-point libraries on-chip + - 8 × Programmable I/O (PIO) state machines for custom peripheral support + - 1" x 0.7" (excluding USB plug) + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2040-one.htm) diff --git a/_board/waveshare_rp2040_pizero.md b/_board/waveshare_rp2040_pizero.md new file mode 100644 index 000000000..c09003760 --- /dev/null +++ b/_board/waveshare_rp2040_pizero.md @@ -0,0 +1,41 @@ +--- +layout: download +board_id: "waveshare_rp2040_pizero" +title: "Waveshare RP2040-PiZero Download" +name: "RP2040-PiZero" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2040-pizero.htm" +board_image: "waveshare_rp2040_pizero.jpg" +date_added: 2024-07-18 +family: rp2040 +features: + - USB-C + - Battery Charging + - External Display + +--- + +RP2040-PiZero is a high-performance and cost-effective microcontroller board designed by Waveshare, onboard DVI interface, TF card slot and PIO-USB port, compatible with Raspberry Pi 40PIN GPIO header, easy to develop and integrate into the products. + +**Board specifications** + +- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom +- Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz +- 264KB of SRAM, and 16MB of onboard Flash memory +- Onboard DVI interface can drive most HDMI screens (DVI compatibility required) +- Supports using as a USB host or slave via onboard PIO-USB port +- Onboard TF card slot for reading and writing TF card +- Onboard Lithium battery recharge/discharge header, suitable for mobile scenarios +- USB 1.1 with device and host support +- Drag-and-drop programming using mass storage over USB +- Low-power sleep and dormant modes +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels +- Accurate clock and timer on-chip +- Temperature sensor +- Accelerated floating-point libraries on-chip +- 8 × Programmable I/O (PIO) state machines for custom peripheral support + + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2040-pizero.htm) diff --git a/_board/waveshare_rp2040_plus_16mb.md b/_board/waveshare_rp2040_plus_16mb.md index 61f8014ef..b93efe1df 100644 --- a/_board/waveshare_rp2040_plus_16mb.md +++ b/_board/waveshare_rp2040_plus_16mb.md @@ -8,10 +8,12 @@ board_url: - "https://www.waveshare.com/rp2040-plus.htm" board_image: "waveshare_rp2040_plus.jpg" date_added: 2023-10-27 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor --- Need more Flash for Raspberry Pi Pico? Dislike the outdated Micro USB connector? All these problems are solved by our **RP2040-Plus** now. diff --git a/_board/waveshare_rp2040_plus_4mb.md b/_board/waveshare_rp2040_plus_4mb.md index c738d9328..2ce67b173 100644 --- a/_board/waveshare_rp2040_plus_4mb.md +++ b/_board/waveshare_rp2040_plus_4mb.md @@ -8,10 +8,12 @@ board_url: - "https://www.waveshare.com/rp2040-plus.htm" board_image: "waveshare_rp2040_plus.jpg" date_added: 2023-10-27 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor --- Need more Flash for Raspberry Pi Pico? Dislike the outdated Micro USB connector? All these problems are solved by our **RP2040-Plus** now. diff --git a/_board/waveshare_rp2040_tiny.md b/_board/waveshare_rp2040_tiny.md index 19024b0f9..bd7fca3e2 100644 --- a/_board/waveshare_rp2040_tiny.md +++ b/_board/waveshare_rp2040_tiny.md @@ -8,9 +8,10 @@ board_url: - "https://www.waveshare.com/wiki/RP2040-Tiny" board_image: "waveshare_rp2040_tiny.jpg" date_added: 2024-03-18 -family: raspberrypi +family: rp2040 features: - Breadboard-Friendly + - Castellated Pads --- Waveshare RP2040-Tiny Development Board, Raspberry Pi Microcontroller Development Board, Based On Official RP2040 Dual Core Processor, USB Port Adapter Board Optional diff --git a/_board/waveshare_rp2040_touch_lcd_1_28.md b/_board/waveshare_rp2040_touch_lcd_1_28.md index 764a1f207..d0908c5cd 100644 --- a/_board/waveshare_rp2040_touch_lcd_1_28.md +++ b/_board/waveshare_rp2040_touch_lcd_1_28.md @@ -8,7 +8,7 @@ board_url: - "https://www.waveshare.com/product/raspberry-pi/boards-kits/raspberry-pi-pico-cat/rp2040-touch-lcd-1.28.htm" board_image: "waveshare_rp2040_touch_lcd_1_28.jpg" date_added: 2023-10-27 -family: raspberrypi +family: rp2040 features: - USB-C - Battery Charging diff --git a/_board/waveshare_rp2040_zero.md b/_board/waveshare_rp2040_zero.md index da2d36756..5820dff8e 100644 --- a/_board/waveshare_rp2040_zero.md +++ b/_board/waveshare_rp2040_zero.md @@ -8,10 +8,11 @@ board_url: - "https://www.waveshare.com/rp2040-zero.htm" board_image: "waveshare_rp2040_zero.jpg" date_added: 2022-01-12 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Castellated Pads --- a Pico-like MCU board based on Raspberry Pi RP2040 diff --git a/_board/waveshare_rp2350_geek.md b/_board/waveshare_rp2350_geek.md new file mode 100644 index 000000000..43b1b1c46 --- /dev/null +++ b/_board/waveshare_rp2350_geek.md @@ -0,0 +1,35 @@ +--- +layout: download +board_id: "waveshare_rp2350_geek" +title: "RP2350-GEEK Download" +name: "RP2350-GEEK" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-geek.htm" +board_image: "waveshare_rp2350_geek.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - STEMMA QT/QWIIC + - Display +--- + +Waveshare RP2350-GEEK Development Board, Based On RP2350 Microcontroller, With 1.14inch 65K Color LCD, USB Debugging Downloader, With White Plastic Case + +## Technical details + +- RP2350 microcontroller chip designed by Raspberry Pi in the United Kingdom +- Onboard 3PIN SWD port for connecting the debugged target board + - Standard CMSIS-DAP interface can be used to debug most ARM-based microcontrollers + - Works with OpenOCD and other tools supporting CMSIS-DAP + - Adopts the Raspberry Pi 3PIN Debug Connector Specification +- Onboard 3PIN USB to UART bridge +- Onboard 4PIN I2C port for the testing target board +- Onboard 1.14inch 240×135 pixels 65K color IPS LCD display +- Equipped with plastic case and cables +- Open-source firmware, more convenient to upgrade + +Waveshare Wiki [link](https://www.waveshare.com/wiki/RP2350-GEEK). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-geek.htm) diff --git a/_board/waveshare_rp2350_lcd_0_96.md b/_board/waveshare_rp2350_lcd_0_96.md new file mode 100644 index 000000000..4d6c2e229 --- /dev/null +++ b/_board/waveshare_rp2350_lcd_0_96.md @@ -0,0 +1,49 @@ +--- +layout: download +board_id: "waveshare_rp2350_lcd_0_96" +title: "Waveshare RP2350-LCD-0.96 Download" +name: "RP2350-LCD-0.96" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-lcd-0.96.htm" +board_image: "waveshare_rp2350_lcd_0_96.jpg" +date_added: 2024-12-18 +downloads_display: true +family: rp2350 +features: + - Battery Charging + - Breadboard-Friendly + - Display + - USB-C + - Castellated Pads + - Raspberry Pi Pico Form Factor +--- + +RP2350-LCD-0.96 is a low-cost, high-performance Pico-like MCU board with flexible digital interfaces. It incorporates Raspberry Pi's RP2350A microcontroller chip, the same as the one on Raspberry Pi Pico 2. For software development, either Raspberry Pi's C/C++ SDK, or the MicroPython is available, which makes it easy for you to get started, and integrate it into end products quickly. + +In addition, there's also an onboard 0.96inch IPS display, Lithium battery recharge/discharge header, and high efficiency DC-DC buck-boost chip. + +**Board Specifications** + +- RP2350A microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard 3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 4MB of on-board Flash memory +- USB-C connector, keeps it up to date, easier to use +- 0.96inch 160×80 pixels 65K colorful IPS LCD display +- Lithium battery recharge/discharge header, suitable for mobile devices +- Onboard DC-DC chip MP28164, high efficiency DC-DC buck-boost chip, maximum 2A load current +- Castellated module allows soldering directly to carrier boards +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- 26 × multi-function GPIO pins +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels +- Accurate clock and timer on-chip +- Temperature sensor +- Accelerated floating-point libraries on-chip +- 12 × Programmable I/O (PIO) state machines for custom peripheral support + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-LCD-0.96). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-lcd-0.96.htm) diff --git a/_board/waveshare_rp2350_lcd_1_28.md b/_board/waveshare_rp2350_lcd_1_28.md new file mode 100644 index 000000000..8534e4c52 --- /dev/null +++ b/_board/waveshare_rp2350_lcd_1_28.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "waveshare_rp2350_lcd_1_28" +title: "RP2350-LCD-1.28 Download" +name: "RP2350-LCD-1.28" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-lcd-1.28.htm" +board_image: "waveshare_rp2350_lcd_1_28.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - USB-C + - Battery Charging + - Display +--- + +RP2350-LCD-1.28 is a low-cost, high-performance MCU board designed by Waveshare. Tiny size with onboard 1.28inch LCD round display, Li-ion battery recharge manager, 6-axis sensor (3-axis accelerometer and 3-axis gyroscope) and so on, adapting all GPIO and Debug pins, which makes it easy for you to develop and integrate it into products quickly. + +**Board specifications** + +- RP2350 microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 4MB of onboard Flash memory +- Type-C connector, keeps it up to date, easier to use +- Onboard 1.28inch 240×240 pixels 65K colorful IPS LCD display for clear color pictures +- Lithium battery recharge/discharge header, suitable for mobile devices +- All GPIO pins are adapted through 1.27 pitch female headers (There are 30 pins in total, but some pins have been connected to the internal circuit, please refer to the wiki for details when multiplexing) +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 24 × controllable PWM channels +- Temperature sensor +- 12 × Programmable I/O (PIO) state machines for custom peripheral support + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-LCD-1.28). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-lcd-1.28.htm) diff --git a/_board/waveshare_rp2350_one.md b/_board/waveshare_rp2350_one.md new file mode 100644 index 000000000..18174776e --- /dev/null +++ b/_board/waveshare_rp2350_one.md @@ -0,0 +1,41 @@ +--- +layout: download +board_id: "waveshare_rp2350_one" +title: "Waveshare RP2350-One Download" +name: "RP2350-One" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/product/rp2350-one.htm" +board_image: "waveshare_rp2350_one.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - Breadboard-Friendly + - Castellated Pads +--- + +A Trinkey-like MCU board based on Raspberry Pi RP2350A + +Waveshare RP2350-One, Onboard PCB Type-A Plug, 4MB Flash MCU Board Based On Raspberry Pi RP2350A Dual-core & Dual-architecture Microcontroller + +**Board specifications** + +- RP2350A microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard 3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 4MB of on-board Flash memory +- Onboard PCB Type-A male port, plug and play, easy to use +- Castellated module allows soldering direct to carrier boards +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- 29 × multi-function GPIO pins (20× via edge pinout, others via solder points) +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels +- Accurate clock and timer on-chip +- Temperature sensor +- Accelerated floating-point libraries on-chip +- 12 × Programmable I/O (PIO) state machines for custom peripheral support + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-One). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-one.htm) diff --git a/_board/waveshare_rp2350_plus.md b/_board/waveshare_rp2350_plus.md new file mode 100644 index 000000000..979ab4dd5 --- /dev/null +++ b/_board/waveshare_rp2350_plus.md @@ -0,0 +1,44 @@ +--- +layout: download +board_id: "waveshare_rp2350_plus" +title: "Waveshare RP2350-Plus Download" +name: "RP2350-Plus" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-plus.htm" +board_image: "waveshare_rp2350_plus.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - USB-C + - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor + +--- + +Waveshare RP2350-Plus Development Board, A Low-cost, High-performance Pico-like MCU Board Based On Raspberry Pi RP2350A Dual-core & Dual-architecture Microcontroller + +**Board specifications** + +- RP2350A microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard 3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 4MB of on-board Flash memory +- Type-C connector, keeps it up to date, easier to use +- Lithium battery recharge/discharge header, suitable for mobile devices +- Onboard DC-DC chip MP28164, high efficiency DC-DC buck-boost chip, maximum 2A load current +- Castellated module allows soldering directly to carrier boards +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- 26 × multi-function GPIO pins +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels +- Accurate clock and timer on-chip +- Temperature sensor +- Accelerated floating-point libraries on-chip +- 12 × Programmable I/O (PIO) state machines for custom peripheral support + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-Plus). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-plus.htm) diff --git a/_board/waveshare_rp2350_tiny.md b/_board/waveshare_rp2350_tiny.md new file mode 100644 index 000000000..c41520ead --- /dev/null +++ b/_board/waveshare_rp2350_tiny.md @@ -0,0 +1,39 @@ +--- +layout: download +board_id: "waveshare_rp2350_tiny" +title: "Waveshare RP2350-Tiny Download" +name: "RP2350-Tiny" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-tiny.htm" +board_image: "waveshare_rp2350_tiny.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - Breadboard-Friendly + - Castellated Pads +--- + +Waveshare RP2350-Tiny Development Board, Raspberry Pi Microcontroller Development Board, Based On RP2350A Dual-core & Dual-architecture Microcontroller, Optional for USB Port Adapter Board + +**Board specifications** + +- RP2350A microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard 3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 4MB of on-board Flash memory +- Onboard FPC 8PIN connector, adapting USB Type-C port via adapter board +- Castellated module allows soldering direct to carrier boards +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- 28 × multi-function GPIO pins (20× via edge pinout, others via solder points) +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 16 × controllable PWM channels +- Accurate clock and timer on-chip +- Temperature sensor +- Accelerated floating-point libraries on-chip +- 12 × Programmable I/O (PIO) state machines for custom peripheral support + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-Tiny). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-tiny.htm) diff --git a/_board/waveshare_rp2350_touch_lcd_1_28.md b/_board/waveshare_rp2350_touch_lcd_1_28.md new file mode 100644 index 000000000..ddb4e29af --- /dev/null +++ b/_board/waveshare_rp2350_touch_lcd_1_28.md @@ -0,0 +1,38 @@ +--- +layout: download +board_id: "waveshare_rp2350_touch_lcd_1_28" +title: "RP2350-Touch-LCD-1.28 Download" +name: "RP2350-Touch-LCD-1.28" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-touch-lcd-1.28.htm" +board_image: "waveshare_rp2350_touch_lcd_1_28.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - USB-C + - Battery Charging + - Display +--- + +RP2350-Touch-LCD-1.28 is a low-cost, high-performance MCU board designed by Waveshare. Tiny size with onboard 1.28inch capacitive touch display, Li-ion battery recharge manager, 6-axis sensor (3-axis accelerometer and 3-axis gyroscope) and so on, which makes it easy for you to integrate it into products quickly. + +**Board specifications** + +- RP2350 microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 16MB of onboard Flash memory +- Type-C connector, keeps it up to date, easier to use +- Onboard 1.28inch capacitive touch LCD, 240×240 pixels, supports 65K color for clear color picture display +- Lithium battery recharge/discharge header, suitable for mobile devices +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- Accurate clock and timer on-chip +- Temperature sensor +- 6 × GPIO pin via SH1.0 connector + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-Touch-LCD-1.28). + +## Purchase +* [Waveshare](https://www.waveshare.com/product/raspberry-pi/boards-kits/raspberry-pi-pico-cat/rp2350-touch-lcd-1.28.htm) diff --git a/_board/waveshare_rp2350_zero.md b/_board/waveshare_rp2350_zero.md new file mode 100644 index 000000000..e98127482 --- /dev/null +++ b/_board/waveshare_rp2350_zero.md @@ -0,0 +1,40 @@ +--- +layout: download +board_id: "waveshare_rp2350_zero" +title: "Waveshare RP2350-Zero Download" +name: "RP2350-Zero" +manufacturer: "Waveshare" +board_url: + - "https://www.waveshare.com/rp2350-zero.htm" +board_image: "waveshare_rp2350_zero.jpg" +date_added: 2024-12-18 +family: rp2350 +features: + - USB-C + - Breadboard-Friendly + - Castellated Pads +--- + +Waveshare RP2350-Zero Mini Development Board, Raspberry Pi Microcontroller Development Board, Based On Raspberry Pi Dual-core & Dual-architecture Microcontroller + +**Board specifications** + +- RP2350A microcontroller chip designed by Raspberry Pi in the United Kingdom +- Adopts unique dual-core and dual-architecture design: dual-core Arm Cortex-M33 processor and dual-core Hazard 3 RISC-V processor, flexible clock running up to 150 MHz +- 520KB of SRAM, and 4MB of on-board Flash memory +- Type-C connector, keeps it up to date, easier to use +- Castellated module allows soldering directly to carrier boards +- USB 1.1 with device and host support +- Low-power sleep and dormant modes +- Drag-and-drop programming using mass storage over USB +- 29 × multi-function GPIO pins (20× via edge pinout, others via solder points) +- 2 × SPI, 2 × I2C, 2 × UART, 4 × 12-bit ADC, 24 × controllable PWM channels +- Accurate clock and timer on-chip +- Temperature sensor +- Accelerated floating-point libraries on-chip +- 12 × Programmable I/O (PIO) state machines for custom peripheral support + +Waveshare Wiki [link](http://www.waveshare.com/wiki/RP2350-Zero). + +## Purchase +* [Waveshare](https://www.waveshare.com/rp2350-zero.htm) diff --git a/_board/weact_studio_pico.md b/_board/weact_studio_pico.md index 254730d34..86e3772ba 100644 --- a/_board/weact_studio_pico.md +++ b/_board/weact_studio_pico.md @@ -8,10 +8,11 @@ board_url: - "https://www.aliexpress.com/item/3256803521775546.html" board_image: "weact_studio_pico.jpg" date_added: 2022-06-09 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Raspberry Pi Pico Form Factor --- The Raspberry Pi Pico is a microcontroller board based on the Raspberry Pi RP2040 microcontroller chip. It has been designed to be a low-cost, high-performance microcontroller board with flexible digital interfaces. The Raspberry Pi Pico features two ARM Cortex-M0+ cores run up to 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB/4MB/8MB/16MB of onboard QSPI Flash memory for code and data storage. diff --git a/_board/weact_studio_pico_16mb.md b/_board/weact_studio_pico_16mb.md index da3b7c112..d996981d3 100644 --- a/_board/weact_studio_pico_16mb.md +++ b/_board/weact_studio_pico_16mb.md @@ -8,10 +8,11 @@ board_url: - "https://www.aliexpress.com/item/3256803521775546.html?skuId=12000026898823783" board_image: "weact_studio_pico.jpg" date_added: 2022-12-23 -family: raspberrypi +family: rp2040 features: - USB-C - Breadboard-Friendly + - Raspberry Pi Pico Form Factor --- The Raspberry Pi Pico is a microcontroller board based on the Raspberry Pi RP2040 microcontroller chip. It has been designed to be a low-cost, high-performance microcontroller board with flexible digital interfaces. The Raspberry Pi Pico features two ARM Cortex-M0+ cores run up to 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB/4MB/8MB/16MB of onboard QSPI Flash memory for code and data storage. diff --git a/_board/weenoisemakers_noisenugget.md b/_board/weenoisemakers_noisenugget.md new file mode 100644 index 000000000..de1160d22 --- /dev/null +++ b/_board/weenoisemakers_noisenugget.md @@ -0,0 +1,42 @@ +--- +layout: download +board_id: "weenoisemakers_noisenugget" +title: "Noise Nugget 2040 Download" +name: "Noise Nugget 2040" +manufacturer: "Wee Noise Makers" +board_url: + - "https://weenoisemakers.com/noise-nugget-2040/" +board_image: "weenoisemakers_noisenugget.jpg" +date_added: 2025-08-18 +family: rp2040 +downloads_display: true +blinka: false +download_instructions: "" +features: +--- + +Noise Nugget 2040 handles all the complexity of digital HD audio synthesis in a very compact, production friendly, and affordable package. Allowing you to focus on what makes your ideas unique. + +## Features + +* Powerful CPU: + - Raspberry-Pi RP2040 + - Dual-core Arm Cortex-M0+ at 200MHz + - 16MB of flash memory + - 264KB of RAM + - 24 GPIO pins (+2 reserved for I2C) + - Up to 10 MIDI in and out +* Stereo Speaker Amplifier: + - 2.1W per channel into 4Ω at 5V + - 1.7W per channel into 8Ω at 5V + - Gain of 6, 12, 18, or 24 dB +* HD Audio Interface: + - Up to 24-bit at 96kHz + - Stereo headphone output + - Stereo line output + - 3 x stereo inputs (line level or microphone) + + +## Learn More + +* [Documentation](https://weenoisemakers.com/noise-nugget-2040/) diff --git a/_board/wemos_lolin32_lite.md b/_board/wemos_lolin32_lite.md new file mode 100644 index 000000000..e0476bd56 --- /dev/null +++ b/_board/wemos_lolin32_lite.md @@ -0,0 +1,51 @@ +--- +layout: download +board_id: "wemos_lolin32_lite" +title: "LOLIN32 Download" +name: "LOLIN32" +manufacturer: "Wemos" +board_url: +board_image: "wemos_lolin32_lite.jpg" +date_added: 2024-05-23 +family: esp32 +features: + - Wi-Fi + - Bluetooth/BTLE + - Breadboard-Friendly + - Battery Charging +--- +The WEMOS LOLIN32 Lite Board is the successor to the ESP8266. In addition to WiFi, the microcontroller also has Bluetooth and Bluetooth LE as well as more IO pins and improved analog inputs. The ESP32 can be programmed under Arduino. However, the board needs to be integrated first. I recommend the ESP32 only for advanced users, as it is not yet supported by all Arduino libraries. In addition to the WiFi/BLE SoC, the Lolin32 board includes a CH340G that converts USB to serial and allows your computer to communicate with the microcontroller. The LOLIN32 also has a LiPo charger with connection for 3.6V LiPo's, so you can realize your ESP32 project battery-powered and really wireless. + +The ESP32 is great for small projects where you don’t need so many I/Os, processing power or interfaces. + +## Features + +- Development board +- WIFI +- Bluetooth +- 4MB Flash memory +- Lithium battery interface, 500mA Max charging current +- ESP32 Version: REV1 +- Dual-core Tensilica LX6 microprocessor +- Up to 240MHz clock frequency +- 520kB internal SRAM +- Integrated 802.11 BGN WiFi transceiver +- Integrated dual-mode Bluetooth (BLE and Classic) +- Operating voltage: 3.3V +- Digital I / O pins: 19 +- Analog Input Pins: 6 +- Flash: 4M bytes +- Integrated LiPo battery charger for 3.7V Lipos with max 500mA charging current +- Lipo battery connection: PH-2 2.0mm +- Support capacitive touch sensors +- USB-UART interface: CH340G + + +## Purchase + +* [Amazon](https://amzn.to/3wCPfxb) + +## Technical + +* [Schematic](https://j.lnwfile.com/_/j/_raw/f9/1u/6g.gif) +* [Advert/Tech Site](https://www.mcucity.com/product/3190/esp32-lolin32-lite) diff --git a/_board/winterbloom_big_honking_button.md b/_board/winterbloom_big_honking_button.md index bc5ac22ac..04b5f6dee 100644 --- a/_board/winterbloom_big_honking_button.md +++ b/_board/winterbloom_big_honking_button.md @@ -11,6 +11,7 @@ downloads_display: true blinka: false date_added: 2019-04-10 family: atmel-samd +download_instructions: https://honk.wntr.dev/ bootloader_id: winterbloom_big_honking_button --- diff --git a/_board/winterbloom_sol.md b/_board/winterbloom_sol.md index 9ef5bef8e..96b5c865c 100644 --- a/_board/winterbloom_sol.md +++ b/_board/winterbloom_sol.md @@ -11,6 +11,7 @@ downloads_display: true blinka: false date_added: 2019-11-07 family: atmel-samd +download_instructions: https://sol.wntr.dev/ bootloader_id: winterbloom_sol --- diff --git a/_board/wisdpi_ardu2040m.md b/_board/wisdpi_ardu2040m.md index 6a2b6af35..0b1a7daeb 100644 --- a/_board/wisdpi_ardu2040m.md +++ b/_board/wisdpi_ardu2040m.md @@ -8,7 +8,7 @@ board_url: - "https://www.wisdpi.com/products/ardu2040m-rp2040-arduino-style-dev-board" board_image: "wisdpi_ardu2040m.jpg" date_added: 2023-12-11 -family: raspberrypi +family: rp2040 features: - Display - Arduino Shield Compatible diff --git a/_board/wisdpi_tiny_rp2040.md b/_board/wisdpi_tiny_rp2040.md index 635c076a2..119f65927 100644 --- a/_board/wisdpi_tiny_rp2040.md +++ b/_board/wisdpi_tiny_rp2040.md @@ -8,10 +8,11 @@ board_url: - "https://www.wisdpi.com/products/wisdpi-tiny-rp2040-a-tiny-cool-rp2040-dev-board-with-4mb-flash" board_image: "wisdpi_tiny_rp2040.jpg" date_added: 2023-12-11 -family: raspberrypi +family: rp2040 features: - Breadboard-Friendly - USB-C + - Castellated Pads --- Introducing an RP2040-based development board, a compact yet powerful alternative to the popular Pico. This board packs all the GPIO capabilities of the RP2040 along with expanded flash memory. diff --git a/_board/wiznet_w5100s_evb_pico.md b/_board/wiznet_w5100s_evb_pico.md index affbdcdf9..90cd06bae 100644 --- a/_board/wiznet_w5100s_evb_pico.md +++ b/_board/wiznet_w5100s_evb_pico.md @@ -8,9 +8,11 @@ board_url: - "https://www.wiznet.io/product-item/w5100s-evb-pico/" board_image: "w5100s-evb-pico.jpg" date_added: 2022-04-26 -family: raspberrypi +family: rp2040 features: - - Breadboard-Friendly + - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor --- W5100S-EVB-Pico is a microcontroller evaluation board based on the Raspberry Pi RP2040 and fully hardwired TCP/IP controller W5100S – and basically works the same as Raspberry Pi Pico board but with additional Ethernet via W5100S. diff --git a/_board/wiznet_w5100s_evb_pico2.md b/_board/wiznet_w5100s_evb_pico2.md new file mode 100644 index 000000000..c9412cccf --- /dev/null +++ b/_board/wiznet_w5100s_evb_pico2.md @@ -0,0 +1,55 @@ +--- +layout: download +board_id: "wiznet_w5100s_evb_pico2" +title: "W5100S-EVB-Pico2 Download" +name: "W5100S-EVB-Pico2" +manufacturer: "WIZnet" +board_url: + - "https://docs.wiznet.io/Product/iEthernet/W5100S/w5100s-evb-pico2" +board_image: "wiznet_w5100s_evb_pico2.jpg" +date_added: 2024-11-15 +family: rp2350 +features: + - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor +--- + +W5100S-EVB-Pico2 is a microcontroller evaluation board based on the Raspberry Pi RP2350 and fully hardwired TCP/IP controller W5100S – enhancing the capabilities of the traditional Raspberry Pi Pico board with additional Ethernet functionality via W5100S. + + +* Enhanced Raspberry Pi Pico Clone +* Ethernet (W5100S Hardwired TCP/IP CHIP) + + +**Features** + +* RP2350 Microcontroller with Integrated 16Mbit Flash + * Symmetric dual Arm Cortex-M33 cores at up to 150MHz + * 520kByte multi-bank high performance SRAM + * External Quad-SPI Flash with eXecute In Place (XIP) capabilities + * Enhanced performance full-crossbar bus fabric + * Up to 48 multi-function General Purpose IO (8 can be used for ADC on RP2350-B) + * 1.8-5.0V IO Voltage +* W5100S Ethernet Controller + * Supports Hardwired Internet Protocols: TCP, UDP, WOL over UDP, ICMP, IGMPv1/v2, IPv4, ARP, PPPoE + * Supports 4 Independent Hardware SOCKETs simultaneously + * Internal 16 Kbytes Memory for TX/ RX Buffers + * High Speed Serial Peripheral Interface (SPI MODE 0, 3) +* C-Type USB port for power and data (and for reprogramming the Flash) +* 40 pin 21x51 'DIP' style 1mm thick PCB with 0.1" through-hole pins also with edge castellations +* 3-pin ARM Serial Wire Debug (SWD) port +* 10 / 100 Ethernet PHY embedded +* Supports Auto Negotiation + * Full / Half Duplex + * 10 / 100 Based +* Built-in RJ45 + + +## Purchase + +* [WIZnet e-shop](https://eshop.wiznet.io/shop/module/w5100s-evb-pico2/) + +## Learn more + +* [WIZnet Docs](https://docs.wiznet.io/Product/iEthernet/W5100S/w5100s-evb-pico2) diff --git a/_board/wiznet_w5500_evb_pico.md b/_board/wiznet_w5500_evb_pico.md index 444dbf403..7c8e26dc1 100644 --- a/_board/wiznet_w5500_evb_pico.md +++ b/_board/wiznet_w5500_evb_pico.md @@ -8,9 +8,11 @@ board_url: - "https://www.wiznet.io/product-item/w5500-evb-pico/" board_image: "w5500-evb-pico.jpg" date_added: 2022-07-25 -family: raspberrypi +family: rp2040 features: - - Breadboard-Friendly + - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor --- W5500-EVB-Pico is a microcontroller evaluation board based on the Raspberry Pi RP2040 and fully hardwired TCP/IP controller W5500 – and basically works the same as Raspberry Pi Pico board but with additional Ethernet via W5500. diff --git a/_board/wiznet_w5500_evb_pico2.md b/_board/wiznet_w5500_evb_pico2.md new file mode 100644 index 000000000..6eb5ea30b --- /dev/null +++ b/_board/wiznet_w5500_evb_pico2.md @@ -0,0 +1,54 @@ +--- +layout: download +board_id: "wiznet_w5500_evb_pico2" +title: "W5500-EVB-Pico2 Download" +name: "W5500-EVB-Pico2" +manufacturer: "WIZnet" +board_url: + - "https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico2" +board_image: "wiznet_w5500_evb_pico2.jpg" +date_added: 2025-05-11 +family: rp2350 +features: + - Breadboard-Friendly + - Castellated Pads + - Raspberry Pi Pico Form Factor +--- + +W5500-EVB-Pico2 is a microcontroller evaluation board based on the Raspberry Pi RP2350 and the fully hardwired TCP/IP controller W5500 enhancing the capabilities of the traditional Raspberry Pi Pico2 board with additional Ethernet functionality via W5500. + +* Enhanced Raspberry Pi Pico2 Clone +* Ethernet (W5500 Hardwired TCP/IP CHIP) + + +**Features** + +* RP2350 Microcontroller with Integrated 16Mbit Flash + * Symmetric dual Arm Cortex-M33 cores at up to 150MHz + * 520kByte multi-bank high performance SRAM + * External Quad-SPI Flash with eXecute In Place (XIP) capabilities + * Enhanced performance full-crossbar bus fabric + * Up to 48 multi-function General Purpose IO (8 can be used for ADC on RP2350-B) + * 1.8-5.0V IO Voltage +* W5100S Ethernet Controller + * Supports Hardwired Internet Protocols: TCP, UDP, WOL over UDP, ICMP, IGMPv1/v2, IPv4, ARP, PPPoE + * Supports 4 Independent Hardware SOCKETs simultaneously + * Internal 16 Kbytes Memory for TX/ RX Buffers + * High Speed Serial Peripheral Interface (SPI MODE 0, 3) +* C-Type USB port for power and data (and for reprogramming the Flash) +* 40 pin 21x51 'DIP' style 1mm thick PCB with 0.1" through-hole pins also with edge castellations +* 3-pin ARM Serial Wire Debug (SWD) port +* 10 / 100 Ethernet PHY embedded +* Supports Auto Negotiation + * Full / Half Duplex + * 10 / 100 Based +* Built-in RJ45 + + +## Purchase + +* [WIZnet e-shop](https://wiznet.io/products/evaluation-boards/w5500-evb-pico2) + +## Learn more + +* [WIZnet Docs](https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico2) diff --git a/_board/wk-50.md b/_board/wk-50.md new file mode 100644 index 000000000..dc14c2dd5 --- /dev/null +++ b/_board/wk-50.md @@ -0,0 +1,42 @@ +--- +layout: download +board_id: "wk-50" +title: "WK-50 Bat Shaped Keyboard Download" +name: "WK-50 Bat Shaped Keyboard" +manufacturer: "WEEKIN" +board_url: + - "https://hackaday.io/project/197550-wk-50-trackball-keyboard" +board_image: "wk_50.jpg" +downloads_display: True +date_added: 2024-09-12 +family: rp2040 + +features: + - USB-C +--- + +WK-50 is a bat shaped mechanical keyboard with 48 keys. It supports programmable macros, and has hot-swappable keys. + + +## Features +* Powered by RP2040 +* Per key RGB LEDs +* Hot-swap switch sockets (for Cherry MX-compatible switches) +* Trackball +* Encoder knob +* Powered and programmable via USB-C + +## About the RP2040 +The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support. + +## Powered by CircuitPython +It's not just a keyboard but also a USB drive containing the firmware as CircuitPython files. Its Python code can be changed with any text editor and executed simultaneously, which makes it super easy to customize the keymap, add macros or add a new function. This keyboard is fully programmable via CiruitPython so there's no software to install, just plug it in, change keymaps and start building macros. Since all of the programming happens on the keyboard Python files, you can plug it into any computer and take your custom layouts wherever you go. + +## Learn More +* [Additional info can be found in this Hackaday.io project](https://hackaday.io/project/197550-wk-50-trackball-keyboard) + + +## Purchase +WK-50 is available on AliExpress +* [AliExpress Listing 1](https://www.aliexpress.us/item/3256806714957744.html) +* [AliExpress Listing 2](https://www.aliexpress.us/item/3256805977413768.html) diff --git a/_board/yd_esp32_s3_n16r8.md b/_board/yd_esp32_s3_n16r8.md index 7da57ff9c..d83932baf 100644 --- a/_board/yd_esp32_s3_n16r8.md +++ b/_board/yd_esp32_s3_n16r8.md @@ -9,6 +9,7 @@ board_url: board_image: "yd_esp32_s3.jpg" date_added: 2023-05-03 family: esp32s3 +bootloader_id: yd_esp32_s3_n16r8 features: - Breadboard-Friendly - USB-C @@ -22,3 +23,6 @@ Most of the pins of the modules on the board have been led out to the pin rows o ## Purchase * [Aliexpress](https://www.aliexpress.com/item/3256803838808294.html?skuId=12000028793982306) + +Hardware information and example code: +* [Github](https://github.com/vcc-gnd/YD-ESP32-S3) diff --git a/_board/yd_esp32_s3_n8r8.md b/_board/yd_esp32_s3_n8r8.md index 1240f326a..07719e2a2 100644 --- a/_board/yd_esp32_s3_n8r8.md +++ b/_board/yd_esp32_s3_n8r8.md @@ -9,6 +9,7 @@ board_url: board_image: "yd_esp32_s3.jpg" date_added: 2023-05-03 family: esp32s3 +bootloader_id: yd_esp32_s3_n8r8 features: - Breadboard-Friendly - USB-C @@ -22,3 +23,6 @@ Most of the pins of the modules on the board have been led out to the pin rows o ## Purchase * [Aliexpress](https://www.aliexpress.com/item/3256803838808294.html?skuId=12000028793982305) + +Hardware information and example code: +* [Github](https://github.com/vcc-gnd/YD-ESP32-S3) diff --git a/_board/zrichard_rp2.65-f.md b/_board/zrichard_rp2.65-f.md index 0732abc26..f0f28432a 100644 --- a/_board/zrichard_rp2.65-f.md +++ b/_board/zrichard_rp2.65-f.md @@ -8,7 +8,7 @@ board_url: - "https://github.com/BigTuna94/RP2.65-F" board_image: "zrichard_rp2.65-f.jpg" date_added: 2022-05-16 -family: raspberrypi +family: rp2040 features: --- diff --git a/_config.yml b/_config.yml index a2c3b67c5..cc2dbd4d4 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,9 @@ email: justin@adafruit.com description: >- The easiest way to program microcontrollers site_image: "https://circuitpython.org/assets/images/CircuitPythonLogo_Black.png" -hero_image: CircuitPython_Hero.jpg timezone: America/New_York twitter_username: circuitpython -github_username: adafruit +github_username: adafruit baseurl: "" url: "https://circuitpython.org" paginate: 5 @@ -39,7 +38,9 @@ collections: jekyll_get_json: - data: libraries - json: 'https://adafruit-circuit-python.s3.amazonaws.com/adabot/web/libraries.v2.json' + json: "https://adafruit-circuit-python.s3.amazonaws.com/adabot/web/libraries.v2.json" + - data: guides + json: "https://learn.adafruit.com/api/categories/circuitpython.json?count=10&filter=guides_only,featured,random,exclude_product" ### Exclude from processing. exclude: diff --git a/_data/bootloaders.json b/_data/bootloaders.json index 733fa889d..6aab159b1 100644 --- a/_data/bootloaders.json +++ b/_data/bootloaders.json @@ -1,27 +1,32 @@ { "bootloaders": { "nrf52840": { - "version": "0.8.3" + "version": "0.9.2" }, "atmel-samd": { - "version": "v3.15.0" + "version": "v3.16.0" }, "esp32s2": { - "version": "0.18.1" + "version": "0.35.0" }, "esp32s3": { - "version": "0.18.1" + "version": "0.35.0" }, + "analog": {}, + "broadcom": {}, + "cxd56": {}, + "esp32": {}, + "esp32c2": {}, "esp32c3": {}, "esp32c6": {}, "esp32h2": {}, - "esp32": {}, - "stm": {}, - "cxd56": {}, - "mimxrt10xx": {}, - "raspberrypi": {}, - "broadcom": {}, + "esp32p4": {}, "litex": {}, - "silabs": {} + "mimxrt10xx": {}, + "rp2040": {}, + "rp2350": {}, + "silabs": {}, + "stm": {}, + "zephyr": {} } } diff --git a/_data/files.json b/_data/files.json index 764f43582..aa124c284 100644 --- a/_data/files.json +++ b/_data/files.json @@ -1,6 +1,6 @@ [ { - "downloads": 857, + "downloads": 182, "id": "01space_lcd042_esp32c3", "versions": [ { @@ -29,16 +29,25 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -52,7 +61,6 @@ "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -72,8 +80,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "microcontroller", "msgpack", @@ -94,16 +106,20 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", @@ -111,13 +127,139 @@ "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4681, - "id": "0xcb_helios", + "downloads": 147, + "id": "0xcb_gemini", "versions": [ { "extensions": [ @@ -146,6 +288,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -162,6 +305,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -195,7 +339,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -225,6 +372,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -241,14 +389,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3366, - "id": "42keebs_frood", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -276,6 +418,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -292,6 +435,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -325,7 +469,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -355,6 +502,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -370,23 +518,20 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3227, - "id": "8086_commander", + "downloads": 237, + "id": "0xcb_helios", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_hid", - "adafruit_sdcard" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -407,50 +552,111 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2148, - "id": "ADM_B_NRF52840_1", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -478,11 +684,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -493,7 +701,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -508,12 +718,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -521,7 +735,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -534,11 +751,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -549,26 +768,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5937, - "id": "Seeed_XIAO_nRF52840_Sense", + "downloads": 132, + "id": "42keebs_frood", "versions": [ { "extensions": [ @@ -597,11 +820,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -612,7 +837,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -627,12 +854,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -640,7 +871,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -653,11 +887,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -668,45 +904,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3474, - "id": "TG-Watch", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_ble", - "adafruit_ble_apple_notification_center", - "adafruit_display_shapes", - "adafruit_display_text", - "adafruit_drv2605", - "adafruit_ds3231", - "adafruit_focaltouch", - "adafruit_lc709203f", - "adafruit_lsm6ds", - "adafruit_progressbar", - "adafruit_register", - "adafruit_st7789" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -729,11 +950,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -744,7 +967,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -759,12 +984,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -772,7 +1001,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -785,11 +1017,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -800,33 +1034,39 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 946, - "id": "adafruit_esp32s3_camera", + "downloads": 100, + "id": "8086_commander", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_sdcard" + ], "languages": [ "de_DE", "en_GB", @@ -847,103 +1087,52 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_pixelmap", "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "binascii", - "bitbangio", - "bitmapfilter", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "espcamera", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "locale", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", + "onewireio", "os", - "os.getenv", - "ps2io", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", + "rotaryio", "rtc", - "sdcardio", - "select", - "socketpool", - "ssl", "storage", "struct", "supervisor", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2099, - "id": "adafruit_feather_esp32_v2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_sdcard" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -964,112 +1153,53 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_pixelmap", "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espcamera", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", - "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "usb_cdc", + "usb_hid", + "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 0, - "id": "adafruit_feather_esp32c6_4mbflash_nopsram", + "downloads": 138, + "id": "8086_rp2040_interfacer", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -1093,17 +1223,27 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -1111,36 +1251,36 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -1148,46 +1288,47 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4339, - "id": "adafruit_feather_esp32s2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -1212,6 +1353,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -1224,9 +1367,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -1234,38 +1381,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -1275,7 +1419,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -1284,43 +1427,44 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2236, - "id": "adafruit_feather_esp32s2_reverse_tft", + "downloads": 119, + "id": "8086_usb_interposer", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -1345,6 +1489,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -1357,9 +1503,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -1367,38 +1517,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -1408,7 +1555,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -1417,43 +1563,38 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3787, - "id": "adafruit_feather_esp32s2_tft", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -1478,6 +1619,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -1490,9 +1633,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -1500,38 +1647,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -1541,7 +1685,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -1550,43 +1693,44 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4108, - "id": "adafruit_feather_esp32s3_4mbflash_2mbpsram", + "downloads": 136, + "id": "ADM_B_NRF52840_1", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -1611,20 +1755,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -1633,37 +1781,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -1672,7 +1814,7 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", @@ -1684,14 +1826,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -1702,21 +1843,13 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2299, - "id": "adafruit_feather_esp32s3_nopsram", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -1742,20 +1875,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -1764,37 +1900,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -1804,7 +1934,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -1816,14 +1945,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -1834,21 +1962,19 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2192, - "id": "adafruit_feather_esp32s3_reverse_tft", + "downloads": 1184, + "id": "Seeed_XIAO_nRF52840_Sense", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -1873,20 +1999,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -1895,37 +2025,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -1934,7 +2058,7 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", @@ -1946,14 +2070,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -1964,21 +2087,13 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4143, - "id": "adafruit_feather_esp32s3_tft", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -2003,20 +2118,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -2025,37 +2144,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -2064,7 +2177,7 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", @@ -2076,14 +2189,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -2094,149 +2206,35 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2371, - "id": "adafruit_feather_huzzah32", - "versions": [ - { - "extensions": [ - "bin" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", - "analogio", - "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", - "board", - "builtins", - "builtins.pow3", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "canio", - "codeop", - "collections", - "countio", - "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", - "math", - "mdns", - "memorymap", - "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", - "pwmio", - "rainbowio", - "random", - "re", - "rotaryio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", - "storage", - "struct", - "supervisor", - "synthio", - "sys", - "terminalio", - "time", - "touchio", - "traceback", - "ulab", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 9129, - "id": "adafruit_feather_rp2040", + "downloads": 173, + "id": "TG-Watch", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_ble_apple_notification_center", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_drv2605", + "adafruit_ds3231", + "adafruit_focaltouch", + "adafruit_lc709203f", + "adafruit_lsm6ds", + "adafruit_progressbar", + "adafruit_register", + "adafruit_st7789" + ], "languages": [ "de_DE", "en_GB", @@ -2259,12 +2257,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", @@ -2275,8 +2273,8 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -2291,16 +2289,12 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "jpegio", "json", @@ -2308,7 +2302,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -2321,13 +2318,11 @@ "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", @@ -2338,35 +2333,40 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2697, - "id": "adafruit_feather_rp2040_can", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_ble_apple_notification_center", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_drv2605", + "adafruit_ds3231", + "adafruit_focaltouch", + "adafruit_lc709203f", + "adafruit_lsm6ds", + "adafruit_progressbar", + "adafruit_register", + "adafruit_st7789" + ], "languages": [ "de_DE", "en_GB", @@ -2389,12 +2389,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", @@ -2405,8 +2405,8 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -2421,16 +2421,12 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "jpegio", "json", @@ -2438,7 +2434,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -2451,13 +2450,11 @@ "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", @@ -2468,32 +2465,31 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2436, - "id": "adafruit_feather_rp2040_dvi", + "downloads": 415, + "id": "adafruit_esp32s3_camera", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -2519,6 +2515,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -2528,15 +2526,10 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -2551,54 +2544,53 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", - "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", "neopixel_write", "nvm", - "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "picodvi", + "ps2io", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", - "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -2606,26 +2598,146 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3192, - "id": "adafruit_feather_rp2040_prop_maker", + "downloads": 419, + "id": "adafruit_feather_esp32_v2", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -2650,6 +2762,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -2661,13 +2775,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -2675,6 +2789,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -2682,25 +2797,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -2710,52 +2833,45 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2346, - "id": "adafruit_feather_rp2040_rfm", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -2780,6 +2896,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -2791,13 +2909,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -2805,6 +2923,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -2812,25 +2931,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -2840,52 +2967,51 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3289, - "id": "adafruit_feather_rp2040_scorpio", + "downloads": 112, + "id": "adafruit_feather_esp32c6_4mbflash_nopsram", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -2910,6 +3036,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -2919,15 +3047,10 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -2935,6 +3058,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -2942,26 +3066,31 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -2969,53 +3098,43 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1372, - "id": "adafruit_feather_rp2040_thinkink", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -3040,6 +3159,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3049,15 +3170,10 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -3065,6 +3181,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -3072,26 +3189,31 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -3099,52 +3221,49 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2407, - "id": "adafruit_feather_rp2040_usb_host", + "downloads": 699, + "id": "adafruit_feather_esp32s2", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -3169,7 +3288,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3181,13 +3300,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -3195,6 +3314,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -3202,25 +3322,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -3230,6 +3358,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -3238,17 +3367,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -3256,25 +3388,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 45, - "id": "adafruit_floppsy_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -3299,7 +3425,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3311,13 +3437,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -3325,6 +3451,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -3332,25 +3459,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -3360,6 +3495,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -3368,17 +3504,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -3386,31 +3525,28 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2302, - "id": "adafruit_funhouse", + "downloads": 334, + "id": "adafruit_feather_esp32s2_reverse_tft", "versions": [ { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -3432,6 +3568,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3443,9 +3580,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -3460,9 +3600,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -3482,8 +3622,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -3493,10 +3637,10 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -3507,6 +3651,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -3514,10 +3659,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -3528,17 +3675,12 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 620, - "id": "adafruit_huzzah32_breakout", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -3562,6 +3704,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3573,9 +3716,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -3590,9 +3736,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -3612,8 +3758,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -3623,19 +3773,21 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -3643,28 +3795,34 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7, - "id": "adafruit_itsybitsy_esp32", + "downloads": 513, + "id": "adafruit_feather_esp32s2_tft", "versions": [ { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -3688,6 +3846,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3699,9 +3858,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -3716,7 +3878,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -3739,8 +3900,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -3758,12 +3923,14 @@ "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -3771,10 +3938,15 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", @@ -3782,16 +3954,11 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5252, - "id": "adafruit_itsybitsy_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -3816,7 +3983,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3828,13 +3995,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -3842,6 +4009,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -3849,25 +4017,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -3877,6 +4053,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -3885,17 +4062,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -3903,25 +4083,25 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 6815, - "id": "adafruit_kb2040", + "downloads": 868, + "id": "adafruit_feather_esp32s3_4mbflash_2mbpsram", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -3947,6 +4127,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -3960,11 +4142,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -3972,6 +4153,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -3979,25 +4161,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -4007,6 +4197,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -4015,17 +4206,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -4033,25 +4228,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4118, - "id": "adafruit_led_glasses_nrf52840", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -4077,11 +4266,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -4089,9 +4281,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -4100,6 +4292,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -4107,22 +4300,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", - "is31fl3741", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -4132,8 +4336,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -4141,37 +4347,45 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 8240, - "id": "adafruit_macropad_rp2040", + "downloads": 514, + "id": "adafruit_feather_esp32s3_nopsram", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -4197,6 +4411,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -4210,11 +4426,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -4222,6 +4437,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -4229,25 +4445,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -4257,25 +4480,29 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -4283,37 +4510,22 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3523, - "id": "adafruit_magtag_2.9_grayscale", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_display_text", - "adafruit_fakerequests", - "adafruit_lis3dh", - "adafruit_portalbase", - "adafruit_requests", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -4335,6 +4547,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -4347,8 +4562,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -4363,7 +4580,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -4385,8 +4601,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -4407,9 +4627,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -4417,10 +4639,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -4430,14 +4654,14 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2166, - "id": "adafruit_matrixportal_s3", + "downloads": 950, + "id": "adafruit_feather_esp32s3_reverse_tft", "versions": [ { "extensions": [ @@ -4467,6 +4691,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -4479,8 +4705,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -4495,9 +4723,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -4517,8 +4745,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -4531,6 +4763,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -4538,9 +4771,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -4548,10 +4783,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -4562,14 +4799,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2480, - "id": "adafruit_metro_esp32s2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -4597,6 +4828,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -4609,8 +4843,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -4625,7 +4861,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -4648,8 +4883,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -4659,7 +4898,6 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", @@ -4671,9 +4909,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -4681,10 +4921,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -4694,14 +4936,14 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 931, - "id": "adafruit_metro_esp32s3", + "downloads": 524, + "id": "adafruit_feather_esp32s3_tft", "versions": [ { "extensions": [ @@ -4731,6 +4973,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -4743,6 +4987,7 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -4760,7 +5005,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -4783,8 +5027,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -4794,7 +5042,6 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", @@ -4806,9 +5053,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -4816,10 +5065,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -4830,17 +5081,11 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1198, - "id": "adafruit_metro_m7_1011_sd", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", + "bin", "uf2" ], "frozen_libraries": [], @@ -4866,10 +5111,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -4877,9 +5126,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -4888,71 +5137,99 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1997, - "id": "adafruit_metro_rp2040", + "downloads": 335, + "id": "adafruit_feather_huzzah32", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -4977,6 +5254,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -4988,13 +5267,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -5002,6 +5281,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -5009,25 +5289,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -5037,176 +5324,44 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4455, - "id": "adafruit_neokey_trinkey_m0", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_hid", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_pixelbuf", - "array", - "board", - "builtins", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "rainbowio", - "random", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2861, - "id": "adafruit_proxlight_trinkey_m0", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_apds9960", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_bus_device", - "adafruit_pixelbuf", - "array", - "board", - "builtins", - "busio", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "rainbowio", - "random", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4813, - "id": "adafruit_qt2040_trinkey", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -5231,6 +5386,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -5242,138 +5399,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", - "board", - "builtins", - "builtins.pow3", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "countio", - "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", - "math", - "memorymap", - "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", - "pwmio", - "qrio", - "rainbowio", - "random", - "re", - "rgbmatrix", - "rotaryio", - "rp2pio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "storage", - "struct", - "supervisor", - "synthio", - "sys", - "terminalio", - "time", - "touchio", - "traceback", - "ulab", - "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1284, - "id": "adafruit_qtpy_esp32_pico", - "versions": [ - { - "extensions": [ - "bin" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", - "analogio", - "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -5388,10 +5419,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -5411,8 +5440,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -5422,10 +5455,10 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -5435,6 +5468,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -5442,28 +5476,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1641, - "id": "adafruit_qtpy_esp32c3", + "downloads": 2022, + "id": "adafruit_feather_rp2040", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -5487,17 +5523,27 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -5505,16 +5551,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", @@ -5522,17 +5566,21 @@ "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -5540,46 +5588,47 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4067, - "id": "adafruit_qtpy_esp32s2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -5604,6 +5653,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -5616,9 +5667,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -5626,38 +5681,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -5666,7 +5718,7 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", "qrio", @@ -5675,43 +5727,44 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1547, - "id": "adafruit_qtpy_esp32s3_4mbflash_2mbpsram", + "downloads": 510, + "id": "adafruit_feather_rp2040_adalogger", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -5736,6 +5789,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -5748,9 +5803,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -5758,37 +5817,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -5797,51 +5854,47 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3109, - "id": "adafruit_qtpy_esp32s3_nopsram", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -5867,6 +5920,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -5879,9 +5933,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -5889,37 +5947,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -5928,47 +5984,50 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7585, - "id": "adafruit_qtpy_rp2040", + "downloads": 394, + "id": "adafruit_feather_rp2040_can", "versions": [ { "extensions": [ @@ -5997,6 +6056,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -6013,6 +6073,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -6046,7 +6107,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -6076,6 +6140,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -6092,17 +6157,10 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 851, - "id": "adafruit_qualia_s3_rgb666", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -6128,6 +6186,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -6140,10 +6199,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -6151,39 +6213,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dotclockframebuffer", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -6193,7 +6251,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -6202,111 +6259,47 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3976, - "id": "adafruit_rotary_trinkey_m0", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_hid", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_pixelbuf", - "array", - "board", - "builtins", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "rainbowio", - "random", - "rotaryio", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 43, - "id": "adafruit_sht4x_trinkey_m0", + "downloads": 230, + "id": "adafruit_feather_rp2040_dvi", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_sht4x", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -6327,107 +6320,115 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "array", - "board", - "builtins", - "busio", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "rainbowio", - "random", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3511, - "id": "adafruit_slide_trinkey_m0", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_hid", - "adafruit_simplemath", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", + "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "max3421e", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1341, - "id": "ai_thinker_esp32-c3s", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -6451,17 +6452,27 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -6469,16 +6480,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", @@ -6486,17 +6495,22 @@ "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "max3421e", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -6504,46 +6518,54 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 668, - "id": "ai_thinker_esp32-c3s-2m", + "downloads": 920, + "id": "adafruit_feather_rp2040_prop_maker", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -6567,17 +6589,27 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -6585,15 +6617,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", @@ -6601,17 +6632,21 @@ "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -6619,46 +6654,47 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2083, - "id": "ai_thinker_esp_12k_nodemcu", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -6683,6 +6719,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -6695,9 +6733,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -6705,38 +6747,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -6746,7 +6785,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -6755,39 +6793,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2737, - "id": "aloriumtech_evo_m51", + "downloads": 559, + "id": "adafruit_feather_rp2040_rfm", "versions": [ { "extensions": [ @@ -6816,22 +6856,26 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -6850,19 +6894,25 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -6871,45 +6921,44 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3370, - "id": "aramcon2_badge", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -6937,11 +6986,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -6952,7 +7003,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -6967,12 +7020,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -6980,7 +7037,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -6993,11 +7053,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -7008,26 +7070,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3718, - "id": "aramcon_badge_2019", + "downloads": 282, + "id": "adafruit_feather_rp2040_scorpio", "versions": [ { "extensions": [ @@ -7056,10 +7122,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -7070,7 +7139,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -7085,12 +7156,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -7098,7 +7173,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -7111,11 +7189,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -7126,154 +7206,25 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1404, - "id": "arduino_mkr1300", - "versions": [ - { - "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1519, - "id": "arduino_mkrzero", - "versions": [ - { - "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5521, - "id": "arduino_nano_33_ble", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -7301,11 +7252,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -7316,7 +7269,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -7331,12 +7286,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -7344,7 +7303,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -7357,11 +7319,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -7372,91 +7336,33 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2163, - "id": "arduino_nano_33_iot", - "versions": [ - { - "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "os", - "pwmio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1050, - "id": "arduino_nano_esp32s3", + "downloads": 190, + "id": "adafruit_feather_rp2040_thinkink", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -7482,6 +7388,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -7494,9 +7401,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -7504,37 +7415,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -7544,51 +7453,46 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 756, - "id": "arduino_nano_esp32s3_inverted_statusled", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -7614,6 +7518,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -7626,9 +7531,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -7636,37 +7545,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -7676,47 +7583,49 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 6994, - "id": "arduino_nano_rp2040_connect", + "downloads": 465, + "id": "adafruit_feather_rp2040_usb_host", "versions": [ { "extensions": [ @@ -7745,6 +7654,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -7761,6 +7671,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -7794,7 +7705,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -7824,6 +7738,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -7840,17 +7755,10 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1761, - "id": "arduino_zero", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -7874,46 +7782,119 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", + "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 753, - "id": "artisense_rd00", + "downloads": 498, + "id": "adafruit_feather_rp2350", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -7938,21 +7919,29 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -7960,38 +7949,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -8001,7 +7987,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -8010,43 +7996,38 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1617, - "id": "atmegazero_esp32s2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -8071,21 +8052,29 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -8093,38 +8082,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -8134,7 +8120,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -8143,39 +8129,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2896, - "id": "bast_pro_mini_m0", + "downloads": 92, + "id": "adafruit_feather_rp2350_adalogger", "versions": [ { "extensions": [ @@ -8202,44 +8190,114 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 6106, - "id": "bastble", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -8267,22 +8325,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -8297,12 +8361,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -8310,7 +8378,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -8321,13 +8392,16 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -8338,26 +8412,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2813, - "id": "bdmicro_vina_d21", + "downloads": 92, + "id": "adafruit_floppsy_rp2040", "versions": [ { "extensions": [ @@ -8384,62 +8462,109 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3119, - "id": "bdmicro_vina_d51", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -8467,22 +8592,26 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -8501,11 +8630,12 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -8513,8 +8643,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -8523,16 +8657,16 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", @@ -8542,6 +8676,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -8549,19 +8684,20 @@ "usb_cdc", "usb_hid", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2663, - "id": "bdmicro_vina_d51_pcb7", + "downloads": 614, + "id": "adafruit_fruit_jam", "versions": [ { "extensions": [ @@ -8590,22 +8726,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -8624,11 +8766,12 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -8636,8 +8779,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -8646,16 +8793,17 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", @@ -8665,30 +8813,28 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1028, - "id": "beetle-esp32-c3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -8712,6 +8858,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -8720,9 +8868,19 @@ "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -8730,16 +8888,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", @@ -8747,17 +8903,21 @@ "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -8765,48 +8925,60 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2879, - "id": "bless_dev_board_multi_sensor", + "downloads": 288, + "id": "adafruit_funhouse", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -8828,22 +9000,24 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -8852,28 +9026,37 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", - "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -8882,24 +9065,24 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", "select", - "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -8910,83 +9093,20 @@ "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2787, - "id": "blm_badge", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "audiobusio", - "audiocore", - "audioio", - "board", - "builtins", - "busio", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "rainbowio", - "random", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2833, - "id": "bluemicro833", - "versions": [ - { - "extensions": [ - "uf2" + "frozen_libraries": [ + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -9007,54 +9127,115 @@ "zh_Latn_pinyin" ], "modules": [ - "_bleio", + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", + "nvm", + "onewireio", "os", + "os.getenv", "pulseio", "pwmio", "rainbowio", "random", + "re", "rotaryio", "rtc", + "select", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", + "touchio", + "traceback", + "ulab", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2983, - "id": "bluemicro840", + "downloads": 90, + "id": "adafruit_huzzah32_breakout", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -9079,21 +9260,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -9102,6 +9287,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -9109,21 +9295,32 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -9133,51 +9330,46 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2648, - "id": "boardsource_blok", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -9200,6 +9392,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -9211,13 +9405,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -9225,6 +9419,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -9232,25 +9427,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -9260,57 +9462,52 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1342, - "id": "bpi_bit_s2", + "downloads": 40, + "id": "adafruit_itsybitsy_esp32", "versions": [ { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -9332,6 +9529,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -9343,9 +9543,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -9360,7 +9563,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -9383,8 +9585,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -9402,13 +9608,13 @@ "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -9416,13 +9622,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -9430,22 +9635,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1825, - "id": "bpi_leaf_s3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -9468,6 +9664,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -9479,7 +9677,9 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -9497,7 +9697,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -9520,8 +9719,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -9539,13 +9742,13 @@ "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -9553,36 +9756,32 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2061, - "id": "bpi_picow_s3", + "downloads": 290, + "id": "adafruit_itsybitsy_rp2040", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -9605,6 +9804,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -9617,10 +9817,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -9628,38 +9831,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -9669,7 +9869,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -9678,43 +9877,38 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1163, - "id": "brainboardz_neuron", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -9740,6 +9934,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -9752,10 +9947,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -9763,38 +9961,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -9804,7 +9999,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -9813,49 +10007,177 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 324, - "id": "breadstick_raspberry", + "downloads": 1431, + "id": "adafruit_kb2040", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_dotstar", - "adafruit_lsm6ds", - "adafruit_register" + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -9878,6 +10200,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -9894,6 +10217,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -9927,7 +10251,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -9957,6 +10284,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -9972,14 +10300,14 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2682, - "id": "bwshockley_figpi", + "downloads": 197, + "id": "adafruit_led_glasses_nrf52840", "versions": [ { "extensions": [ @@ -10008,12 +10336,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", @@ -10024,8 +10352,8 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -10040,24 +10368,24 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "is31fl3741", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -10070,13 +10398,11 @@ "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", @@ -10087,30 +10413,22 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3943, - "id": "capablerobot_usbhub", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -10136,43 +10454,106 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", "alarm", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "is31fl3741", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", + "neopixel_write", "nvm", "onewireio", "os", - "ps2io", + "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", + "re", + "rgbmatrix", + "rotaryio", "rtc", - "samd", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", + "touchio", + "traceback", + "ulab", "usb_cdc", - "watchdog" + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3498, - "id": "catwan_usbstick", + "downloads": 1404, + "id": "adafruit_macropad_rp2040", "versions": [ { "extensions": [ @@ -10199,53 +10580,116 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2984, - "id": "challenger_840", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_ble", - "challenger_840", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -10268,11 +10712,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -10283,7 +10729,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -10298,12 +10746,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -10311,7 +10763,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -10324,11 +10779,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -10339,32 +10796,45 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4062, - "id": "challenger_nb_rp2040_wifi", + "downloads": 866, + "id": "adafruit_magtag_2.9_grayscale", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_fakerequests", + "adafruit_lis3dh", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -10386,7 +10856,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -10398,13 +10868,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -10412,6 +10882,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -10419,25 +10890,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -10446,7 +10925,7 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -10455,17 +10934,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -10473,29 +10955,29 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4539, - "id": "challenger_rp2040_lora", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_rfm9x" + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_fakerequests", + "adafruit_lis3dh", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" ], "languages": [ "de_DE", @@ -10518,7 +11000,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -10530,13 +11012,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -10544,6 +11026,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -10551,25 +11034,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -10578,7 +11069,7 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -10587,17 +11078,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -10605,25 +11099,25 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3486, - "id": "challenger_rp2040_lte", + "downloads": 1672, + "id": "adafruit_matrixportal_s3", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -10649,6 +11143,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -10662,11 +11158,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -10674,6 +11169,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -10681,25 +11177,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -10708,26 +11211,29 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -10735,30 +11241,22 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2981, - "id": "challenger_rp2040_sdrtc", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_sdcard" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -10781,6 +11279,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -10794,11 +11294,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -10806,6 +11305,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -10813,25 +11313,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -10840,26 +11347,29 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -10867,30 +11377,28 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3710, - "id": "challenger_rp2040_subghz", + "downloads": 306, + "id": "adafruit_metro_esp32s2", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_rfm69" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -10912,7 +11420,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -10924,13 +11432,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -10938,6 +11446,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -10945,25 +11454,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -10973,6 +11490,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -10981,17 +11499,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -10999,25 +11520,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4945, - "id": "challenger_rp2040_wifi", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -11042,7 +11557,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -11054,13 +11569,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -11068,6 +11583,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -11075,25 +11591,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -11103,6 +11627,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -11111,17 +11636,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -11129,25 +11657,25 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5147, - "id": "challenger_rp2040_wifi_ble", + "downloads": 336, + "id": "adafruit_metro_esp32s3", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -11173,6 +11701,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -11186,11 +11716,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -11198,6 +11727,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -11205,25 +11735,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -11233,6 +11771,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -11241,17 +11780,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -11259,106 +11802,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3687, - "id": "circuitbrains_basic_m0", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_pixelbuf", - "analogio", - "array", - "audiobusio", - "audiocore", - "audioio", - "board", - "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "paralleldisplaybus", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3330, - "id": "circuitbrains_deluxe_m4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -11384,21 +11840,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -11407,6 +11866,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -11414,23 +11874,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -11442,44 +11913,53 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7764, - "id": "circuitplayground_bluefruit", + "downloads": 387, + "id": "adafruit_metro_m7_1011_sd", "versions": [ { "extensions": [ + "hex", "uf2" ], "frozen_libraries": [], @@ -11505,11 +11985,11 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogio", "array", "atexit", @@ -11520,6 +12000,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -11530,7 +12011,6 @@ "busio.UART", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", @@ -11548,23 +12028,21 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", @@ -11576,6 +12054,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -11585,29 +12064,17 @@ "usb_midi", "vectorio", "warnings", - "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 9802, - "id": "circuitplayground_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "hex", "uf2" ], - "frozen_libraries": [ - "adafruit_circuitplayground", - "adafruit_hid", - "adafruit_lis3dh", - "adafruit_thermistor", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -11628,68 +12095,103 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", - "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "microcontroller", + "msgpack", "neopixel_write", - "nvm", "onewireio", "os", - "pulseio", + "os.getenv", "pwmio", "rainbowio", "random", + "re", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "vectorio", + "warnings", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2707, - "id": "circuitplayground_express_4h", + "downloads": 245, + "id": "adafruit_metro_rp2040", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_circuitplayground", - "adafruit_hid", - "adafruit_lis3dh", - "adafruit_thermistor", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -11710,16 +12212,32 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", @@ -11727,133 +12245,83 @@ "collections", "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4436, - "id": "circuitplayground_express_crickit", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_circuitplayground", - "adafruit_crickit", - "adafruit_lis3dh", - "adafruit_motor", - "adafruit_seesaw", - "adafruit_thermistor", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_bus_device", - "adafruit_pixelbuf", - "analogio", - "array", - "audiobusio", - "audiocore", - "audioio", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "digitalio", - "errno", - "locale", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3465, - "id": "circuitplayground_express_digikey_pycon2019", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_circuitplayground", - "adafruit_hid", - "adafruit_lis3dh", - "adafruit_thermistor", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -11874,137 +12342,116 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "countio", - "digitalio", - "errno", - "locale", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5320, - "id": "circuitplayground_express_displayio", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_circuitplayground", - "adafruit_lis3dh", - "adafruit_thermistor", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "audiobusio", - "audiocore", - "audioio", - "board", - "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "warnings" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5491, - "id": "clue_nrf52840_express", + "downloads": 391, + "id": "adafruit_metro_rp2350", "versions": [ { "extensions": [ @@ -12033,22 +12480,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -12063,12 +12516,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -12076,7 +12533,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -12087,13 +12547,16 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -12104,30 +12567,27 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 130, - "id": "columbia-dsl-sensor", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -12153,21 +12613,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -12175,37 +12642,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -12215,51 +12680,54 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1914, - "id": "cosmo_pico", + "downloads": 99, + "id": "adafruit_mini_sparkle_motion", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -12284,6 +12752,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -12295,13 +12765,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -12309,6 +12779,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -12316,25 +12787,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -12343,53 +12821,44 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1707, - "id": "cp32-m4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -12414,11 +12883,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -12429,6 +12901,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -12437,6 +12910,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -12444,24 +12918,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -12469,52 +12952,55 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2839, - "id": "cp_sapling_m0", + "downloads": 294, + "id": "adafruit_neokey_trinkey_m0", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -12535,13 +13021,10 @@ "zh_Latn_pinyin" ], "modules": [ - "analogio", + "adafruit_pixelbuf", "array", "board", "builtins", - "busio", - "busio.SPI", - "busio.UART", "collections", "digitalio", "math", @@ -12549,11 +13032,8 @@ "neopixel_write", "nvm", "os", - "pwmio", "rainbowio", "random", - "rotaryio", - "rtc", "storage", "struct", "supervisor", @@ -12565,19 +13045,16 @@ "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2680, - "id": "cp_sapling_m0_revb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -12598,13 +13075,10 @@ "zh_Latn_pinyin" ], "modules": [ - "analogio", + "adafruit_pixelbuf", "array", "board", "builtins", - "busio", - "busio.SPI", - "busio.UART", "collections", "digitalio", "math", @@ -12612,11 +13086,8 @@ "neopixel_write", "nvm", "os", - "pwmio", "rainbowio", "random", - "rotaryio", - "rtc", "storage", "struct", "supervisor", @@ -12627,20 +13098,23 @@ "usb_hid", "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2905, - "id": "cp_sapling_m0_spiflash", + "downloads": 175, + "id": "adafruit_pixel_trinkey_m0", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_dotstar", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -12666,64 +13140,104 @@ "array", "board", "builtins", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", "math", "microcontroller", "neopixel_write", "nvm", - "onewireio", "os", - "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", "random", - "rotaryio", - "rtc", "storage", "struct", "supervisor", "sys", - "terminalio", "time", - "touchio", "usb_cdc", "usb_hid", - "usb_midi", - "warnings" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_dotstar", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 970, - "id": "crcibernetica-ideaboard", + "downloads": 171, + "id": "adafruit_proxlight_trinkey_m0", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_motor", - "adafruit_requests", - "neopixel", - "simpleio" + "adafruit_apds9960", + "neopixel" ], "languages": [ "de_DE", @@ -12745,110 +13259,98 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", - "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", - "busio.SPI", - "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", - "pwmio", "rainbowio", "random", - "re", - "rotaryio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "usb_cdc", + "usb_hid", + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_apds9960", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "array", + "board", + "builtins", + "busio", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1364, - "id": "crumpspace_crumps2", + "downloads": 380, + "id": "adafruit_qt2040_trinkey", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -12873,6 +13375,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -12885,9 +13389,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -12895,38 +13403,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -12936,7 +13441,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -12945,57 +13449,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 184, - "id": "cytron_edu_pico_w", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_ahtx0", - "adafruit_apds9960", - "adafruit_displayio_ssd1306", - "adafruit_framebuf", - "adafruit_httpserver", - "adafruit_imageload", - "adafruit_motor", - "adafruit_sdcard", - "adafruit_ssd1306", - "neopixel", - "simpleio" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -13018,6 +13506,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -13034,6 +13523,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -13046,7 +13536,6 @@ "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", @@ -13062,16 +13551,17 @@ "i2ctarget", "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -13081,7 +13571,6 @@ "os", "os.getenv", "paralleldisplaybus", - "picodvi", "pulseio", "pwmio", "qrio", @@ -13095,14 +13584,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -13116,26 +13604,22 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1770, - "id": "cytron_maker_feather_aiot_s3", + "downloads": 120, + "id": "adafruit_qtpy_esp32_pico", "versions": [ { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -13158,6 +13642,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -13169,7 +13655,9 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -13187,7 +13675,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -13210,8 +13697,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -13221,7 +13712,6 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", @@ -13229,13 +13719,13 @@ "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -13243,13 +13733,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -13257,22 +13746,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4600, - "id": "cytron_maker_nano_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "neopixel", - "simpleio" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -13295,6 +13775,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -13306,13 +13788,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -13320,6 +13802,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -13327,25 +13810,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -13354,59 +13845,53 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7401, - "id": "cytron_maker_pi_rp2040", + "downloads": 156, + "id": "adafruit_qtpy_esp32c3", "versions": [ { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_motor", - "neopixel", - "simpleio" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -13429,6 +13914,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -13442,11 +13929,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -13454,14 +13940,15 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", @@ -13469,18 +13956,21 @@ "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -13488,58 +13978,177 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 514, - "id": "cytron_maker_uno_rp2040", + "downloads": 725, + "id": "adafruit_qtpy_esp32s2", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "neopixel", - "simpleio" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -13561,7 +14170,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -13573,13 +14182,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -13587,6 +14196,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -13594,25 +14204,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -13621,7 +14239,7 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -13630,17 +14248,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -13648,25 +14269,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1934, - "id": "datalore_ip_m4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -13691,12 +14306,13 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -13707,6 +14323,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -13715,6 +14332,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -13722,23 +14340,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -13746,53 +14375,58 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1355, - "id": "datanoise_picoadk", + "downloads": 709, + "id": "adafruit_qtpy_esp32s3_4mbflash_2mbpsram", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -13815,6 +14449,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -13828,11 +14464,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -13840,6 +14475,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -13847,25 +14483,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -13874,26 +14517,29 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -13901,214 +14547,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2581, - "id": "datum_distance", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2990, - "id": "datum_imu", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2493, - "id": "datum_light", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2635, - "id": "datum_weather", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -14131,71 +14582,11 @@ "tr", "zh_Latn_pinyin" ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 504, - "id": "deneyap_kart", - "versions": [ - { - "extensions": [ - "bin" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -14208,8 +14599,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -14224,10 +14617,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -14247,8 +14638,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -14258,20 +14653,21 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -14279,28 +14675,34 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 515, - "id": "deneyap_kart_1a", + "downloads": 537, + "id": "adafruit_qtpy_esp32s3_nopsram", "versions": [ { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -14324,6 +14726,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -14336,8 +14741,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -14352,10 +14759,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -14375,8 +14780,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -14386,20 +14795,21 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -14407,10 +14817,15 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", @@ -14418,14 +14833,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1048, - "id": "deneyap_kart_1a_v2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -14453,6 +14862,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -14465,8 +14877,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -14476,11 +14890,11 @@ "busio.SPI", "busio.UART", "canio", + "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -14502,8 +14916,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -14523,9 +14941,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -14533,10 +14953,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -14546,18 +14968,18 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 504, - "id": "deneyap_kart_g", + "downloads": 1305, + "id": "adafruit_qtpy_rp2040", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -14581,17 +15003,27 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -14599,16 +15031,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", @@ -14616,17 +15046,21 @@ "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -14634,46 +15068,47 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 940, - "id": "deneyap_mini", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -14698,6 +15133,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -14710,9 +15147,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -14720,37 +15161,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -14760,47 +15199,49 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1026, - "id": "deneyap_mini_v2", + "downloads": 534, + "id": "adafruit_qualia_s3_rgb666", "versions": [ { "extensions": [ @@ -14829,6 +15270,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -14841,8 +15285,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -14857,7 +15303,7 @@ "countio", "digitalio", "displayio", - "dualbank", + "dotclockframebuffer", "epaperdisplay", "errno", "espcamera", @@ -14880,8 +15326,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -14903,9 +15353,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -14913,10 +15365,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -14927,22 +15381,14 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 624, - "id": "devkit_xg24_brd2601b", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" - ], - "frozen_libraries": [ - "adafruit_ble", - "adafruit_register" + "bin", + "uf2" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -14965,14 +15411,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", + "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -14981,65 +15437,106 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", + "dotclockframebuffer", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", + "neopixel_write", "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", + "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1352, - "id": "diodes_delight_piunora", + "downloads": 190, + "id": "adafruit_rotary_trinkey_m0", "versions": [ { "extensions": [ - "disk.img.zip", - "kernel8.img" + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -15060,90 +15557,102 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", "array", - "atexit", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", "collections", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", "microcontroller", - "msgpack", "neopixel_write", - "onewireio", + "nvm", "os", - "os.getenv", "rainbowio", "random", - "re", - "rtc", - "sdcardio", - "sdioio", - "select", - "sharpdisplay", + "rotaryio", "storage", "struct", "supervisor", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "videocore", - "warnings", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "array", + "board", + "builtins", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "rotaryio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4684, - "id": "doit_esp32_devkit_v1", + "downloads": 260, + "id": "adafruit_sht4x_trinkey_m0", "versions": [ { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "adafruit_sht4x", + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -15164,113 +15673,40 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", - "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", - "busio.SPI", - "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", - "pwmio", "rainbowio", "random", - "re", - "rotaryio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "usb_cdc", + "usb_hid", + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2691, - "id": "dynalora_usb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], "frozen_libraries": [ - "adafruit_rfm9x", + "adafruit_sht4x", "neopixel" ], "languages": [ @@ -15293,27 +15729,21 @@ "zh_Latn_pinyin" ], "modules": [ - "analogio", + "adafruit_bus_device", + "adafruit_pixelbuf", "array", "board", "builtins", "busio", - "busio.SPI", - "busio.UART", "collections", "digitalio", "math", "microcontroller", "neopixel_write", "nvm", - "onewireio", "os", - "pwmio", "rainbowio", "random", - "rotaryio", - "rtc", - "sdcardio", "storage", "struct", "supervisor", @@ -15324,20 +15754,24 @@ "usb_hid", "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3647, - "id": "dynossat_edu_eps", + "downloads": 185, + "id": "adafruit_slide_trinkey_m0", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_simplemath", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -15361,60 +15795,95 @@ "adafruit_pixelbuf", "analogio", "array", - "audiobusio", - "audiocore", - "audioio", "board", "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", "collections", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", "math", "microcontroller", "neopixel_write", "nvm", - "onewireio", "os", - "paralleldisplaybus", - "pulseio", - "pwmio", "rainbowio", "random", - "rtc", "storage", "struct", "supervisor", "sys", - "terminalio", "time", + "touchio", "usb_cdc", "usb_hid", - "usb_midi", - "warnings" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_simplemath", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "board", + "builtins", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4280, - "id": "dynossat_edu_obc", + "downloads": 84, + "id": "adafruit_sparkle_motion", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -15439,11 +15908,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -15454,6 +15926,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -15462,6 +15935,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -15469,24 +15943,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -15494,50 +15977,44 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3816, - "id": "e_fidget", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -15562,6 +16039,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -15573,13 +16052,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -15587,6 +16066,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -15594,25 +16074,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -15621,58 +16108,52 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4714, - "id": "edgebadge", + "downloads": 69, + "id": "adafruit_sparkle_motion_stick", "versions": [ { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "stage", - "ugame" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -15695,11 +16176,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -15710,6 +16194,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -15718,6 +16203,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -15725,20 +16211,33 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", "frequencyio", "getpass", + "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -15755,49 +16254,38 @@ "re", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5448, - "id": "elecfreaks_picoed", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_is31fl3731", - "adafruit_motor", - "adafruit_ticks", - "asyncio", - "elecfreaks_music", - "neopixel", - "picoed" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -15820,6 +16308,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -15831,13 +16321,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -15845,6 +16335,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -15852,25 +16343,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -15880,54 +16378,54 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3930, - "id": "electrolama_minik", + "downloads": 256, + "id": "adafruit_trrs_trinkey_m0", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid" + ], "languages": [ "de_DE", "en_GB", @@ -15948,110 +16446,94 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", - "busio.SPI", - "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", "keypad", - "keypad.KeyMatrix", "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", - "pwmio", - "qrio", - "rainbowio", "random", - "re", - "rgbmatrix", - "rotaryio", - "rp2pio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "collections", + "digitalio", + "keypad", + "keypad.Keys", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1449, - "id": "electroniccats_bastwifi", + "downloads": 8, + "id": "adafruit_vindie_s2", "versions": [ { "extensions": [ @@ -16080,6 +16562,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -16091,9 +16574,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -16108,9 +16594,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -16130,20 +16616,25 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", "msgpack", + "neopixel_write", "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -16154,6 +16645,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -16161,10 +16653,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -16175,17 +16669,12 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2722, - "id": "electronut_labs_blip", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -16209,23 +16698,24 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -16234,6 +16724,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -16241,21 +16732,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -16264,9 +16767,10 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -16276,36 +16780,42 @@ "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3464, - "id": "electronut_labs_papyr", + "downloads": 733, + "id": "ai-thinker-esp32-cam", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -16330,21 +16840,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -16353,6 +16867,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -16360,21 +16875,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -16384,48 +16911,45 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 135, - "id": "es3ink", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -16450,6 +16974,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -16461,7 +16987,9 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -16479,7 +17007,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -16502,8 +17029,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -16521,13 +17052,13 @@ "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -16535,89 +17066,26 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3141, - "id": "escornabot_makech", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid" - ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 159, - "id": "espressif_esp32_devkitc_v4_wroom_32e", + "downloads": 56, + "id": "ai_thinker_esp32-c3s", "versions": [ { "extensions": [ @@ -16645,6 +17113,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -16657,8 +17128,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -16670,19 +17143,15 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", @@ -16695,10 +17164,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -16706,19 +17178,19 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", + "rgbmatrix", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -16726,10 +17198,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", @@ -16737,14 +17211,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 90, - "id": "espressif_esp32_devkitc_v4_wrover", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -16771,6 +17239,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -16783,8 +17254,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -16796,19 +17269,15 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", @@ -16821,10 +17290,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -16832,19 +17304,19 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", + "rgbmatrix", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -16852,24 +17324,26 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1187, - "id": "espressif_esp32_eye", + "downloads": 88, + "id": "ai_thinker_esp32-c3s-2m", "versions": [ { "extensions": [ @@ -16919,48 +17393,45 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", "io", "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "mdns", - "memorymap", "microcontroller", "msgpack", + "neopixel_write", "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -16969,6 +17440,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -16976,7 +17448,9 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", + "touchio", "traceback", "ulab", "vectorio", @@ -16986,14 +17460,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 787, - "id": "espressif_esp32_lyrat", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -17045,35 +17513,32 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", "io", "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -17081,19 +17546,18 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -17101,6 +17565,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -17111,134 +17576,19 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1311, - "id": "espressif_esp32c3_devkitm_1_n4", - "versions": [ - { - "extensions": [ - "bin" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "analogbufio", - "analogio", - "array", - "atexit", - "binascii", - "bitbangio", - "bitmaptools", - "board", - "builtins", - "builtins.pow3", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "canio", - "codeop", - "collections", - "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espidf", - "espnow", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", - "math", - "mdns", - "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "ps2io", - "pulseio", - "pwmio", - "rainbowio", - "random", - "re", - "rgbmatrix", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "touchio", - "traceback", - "ulab", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 238, - "id": "espressif_esp32c6_devkitc_1_n8", + "downloads": 177, + "id": "ai_thinker_esp_12k_nodemcu", "versions": [ { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -17262,16 +17612,24 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -17286,11 +17644,12 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", + "espulp", "fontio", "fourwire", "framebufferio", @@ -17307,9 +17666,14 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -17317,28 +17681,38 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", @@ -17346,17 +17720,12 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 209, - "id": "espressif_esp32c6_devkitm_1_n4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -17380,16 +17749,24 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -17404,11 +17781,12 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", + "espulp", "fontio", "fourwire", "framebufferio", @@ -17425,9 +17803,14 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -17435,46 +17818,56 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 131, - "id": "espressif_esp32h2_devkitm_1_n4", + "downloads": 137, + "id": "aloriumtech_evo_m51", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -17499,13 +17892,19 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "analogbufio", + "alarm", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", "binascii", "bitbangio", "bitmaptools", @@ -17516,26 +17915,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", + "floppyio", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", + "i2ctarget", "io", - "jpegio", "json", "keypad", "keypad.KeyMatrix", @@ -17550,43 +17946,44 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", + "spitarget", "storage", "struct", "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1650, - "id": "espressif_esp32s2_devkitc_1_n4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -17611,17 +18008,19 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "binascii", "bitbangio", @@ -17633,29 +18032,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", + "i2ctarget", "io", - "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", @@ -17663,8 +18056,6 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -17682,17 +18073,17 @@ "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", + "spitarget", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -17703,22 +18094,20 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1583, - "id": "espressif_esp32s2_devkitc_1_n4r2", + "downloads": 169, + "id": "apard32690", "versions": [ { "extensions": [ - "bin", - "uf2" + "elf" ], "frozen_libraries": [], "languages": [ @@ -17742,90 +18131,40 @@ ], "modules": [ "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", - "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", - "displayio", - "dualbank", - "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", "io", - "ipaddress", - "jpegio", "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", - "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", - "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", "rtc", - "sdcardio", "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", "traceback", @@ -17833,24 +18172,93 @@ "usb_cdc", "usb_hid", "usb_midi", - "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1450, - "id": "espressif_esp32s2_devkitc_1_n8r2", + "downloads": 133, + "id": "aramcon2_badge", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -17875,20 +18283,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -17897,38 +18309,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -17938,10 +18343,8 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -17951,14 +18354,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -17969,21 +18371,13 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2166, - "id": "espressif_esp32s3_box", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -18009,20 +18403,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -18031,37 +18428,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -18071,7 +18462,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -18083,14 +18473,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -18101,21 +18490,19 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1993, - "id": "espressif_esp32s3_box_lite", + "downloads": 240, + "id": "aramcon_badge_2019", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -18141,20 +18528,22 @@ "modules": [ "_asyncio", "_bleio", - "_pixelmap", + "_bleio (native)", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -18163,37 +18552,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -18203,7 +18586,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -18215,14 +18597,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -18233,21 +18614,13 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2034, - "id": "espressif_esp32s3_devkitc_1_n32r8", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -18273,18 +18646,19 @@ "modules": [ "_asyncio", "_bleio", - "_pixelmap", + "_bleio (native)", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", @@ -18296,38 +18670,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -18337,10 +18704,8 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -18350,14 +18715,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -18368,24 +18732,32 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3044, - "id": "espressif_esp32s3_devkitc_1_n8", + "downloads": 280, + "id": "archi", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_framebuf", + "adafruit_led_animation", + "adafruit_motor", + "adafruit_mpu6050", + "adafruit_pixel_framebuf", + "adafruit_register", + "adafruit_seesaw", + "neopixel", + "simpleio" + ], "languages": [ "de_DE", "en_GB", @@ -18408,6 +18780,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -18420,9 +18794,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -18430,37 +18808,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -18470,54 +18846,60 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2712, - "id": "espressif_esp32s3_devkitc_1_n8r2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_framebuf", + "adafruit_led_animation", + "adafruit_motor", + "adafruit_mpu6050", + "adafruit_pixel_framebuf", + "adafruit_register", + "adafruit_seesaw", + "neopixel", + "simpleio" + ], "languages": [ "de_DE", "en_GB", @@ -18540,6 +18922,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -18552,10 +18936,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -18563,38 +18950,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -18604,7 +18988,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -18613,39 +18997,161 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 156, + "id": "arduino_mkr1300", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3339, - "id": "espressif_esp32s3_devkitc_1_n8r8", + "downloads": 163, + "id": "arduino_mkrzero", "versions": [ { "extensions": [ @@ -18673,118 +19179,104 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmapfilter", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espcamera", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 434, - "id": "espressif_esp32s3_devkitc_1_n8r8_hacktablet", + "downloads": 154, + "id": "arduino_nano_33_ble", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -18810,18 +19302,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", @@ -18833,39 +19327,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dotclockframebuffer", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -18875,10 +19361,8 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -18888,39 +19372,29 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1966, - "id": "espressif_esp32s3_devkitm_1_n8", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -18946,20 +19420,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -18968,37 +19445,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -19008,7 +19479,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -19020,39 +19490,35 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1786, - "id": "espressif_esp32s3_eye", + "downloads": 138, + "id": "arduino_nano_33_ble_rev2", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -19078,18 +19544,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", @@ -19101,38 +19569,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -19142,10 +19603,8 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -19155,39 +19614,29 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 394, - "id": "espressif_esp32s3_lcd_ev", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -19213,18 +19662,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", @@ -19236,39 +19687,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dotclockframebuffer", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -19278,10 +19721,8 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -19291,35 +19732,150 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1605, - "id": "espressif_esp32s3_usb_otg_n8", + "downloads": 130, + "id": "arduino_nano_33_iot", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "os", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "os", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 348, + "id": "arduino_nano_esp32s3", "versions": [ { "extensions": [ @@ -19349,6 +19905,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -19361,8 +19919,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -19377,9 +19937,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -19399,8 +19959,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -19414,6 +19978,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -19421,9 +19986,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -19431,10 +19998,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -19445,14 +20014,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1782, - "id": "espressif_hmi_devkit_1", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -19480,6 +20043,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -19492,8 +20058,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -19508,7 +20076,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -19531,8 +20098,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -19554,9 +20125,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -19564,10 +20137,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -19577,14 +20152,14 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1454, - "id": "espressif_kaluga_1", + "downloads": 189, + "id": "arduino_nano_esp32s3_inverted_statusled", "versions": [ { "extensions": [ @@ -19613,6 +20188,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -19625,8 +20203,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -19641,7 +20221,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -19664,8 +20243,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -19687,9 +20270,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -19697,10 +20282,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -19711,14 +20298,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1554, - "id": "espressif_kaluga_1.3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -19746,6 +20327,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -19758,8 +20342,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -19774,7 +20360,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -19797,8 +20382,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -19820,9 +20409,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -19830,10 +20421,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -19843,18 +20436,17 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2776, - "id": "espressif_saola_1_wroom", + "downloads": 447, + "id": "arduino_nano_rp2040_connect", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -19879,6 +20471,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -19891,9 +20486,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -19901,37 +20500,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -19941,51 +20538,46 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2095, - "id": "espressif_saola_1_wrover", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -20010,6 +20602,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -20022,9 +20617,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -20032,38 +20631,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -20073,7 +20669,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -20082,43 +20677,46 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 288, - "id": "espruino_banglejs2", + "downloads": 179, + "id": "arduino_zero", "versions": [ { "extensions": [ - "espruino.zip" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -20141,87 +20739,91943 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "alarm", "analogio", "array", - "atexit", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", + "neopixel_write", "nvm", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", "random", - "re", + "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_cdc", + "usb_hid", + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 699, - "id": "espruino_pico", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 21, + "id": "artisense_rd00", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 165, + "id": "atmegazero_esp32s2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 148, + "id": "autosportlabs_esp32_can_x2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 127, + "id": "barduino", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 182, + "id": "bast_pro_mini_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 125, + "id": "bastble", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1, + "id": "bdmicro_vina_d21", + "versions": [] + }, + { + "downloads": 139, + "id": "bdmicro_vina_d51", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 111, + "id": "bdmicro_vina_d51_pcb7", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 49, + "id": "beetle-esp32-c3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 168, + "id": "bless_dev_board_multi_sensor", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 185, + "id": "blm_badge", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 153, + "id": "bluemicro833", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "audiocore", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "math", + "microcontroller", + "neopixel_write", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "audiocore", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "math", + "microcontroller", + "neopixel_write", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 267, + "id": "bluemicro840", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 35, + "id": "blues_cygnet", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "os", + "pulseio", + "pwmio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "os", + "pulseio", + "pwmio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 193, + "id": "boardsource_blok", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 193, + "id": "bpi_bit_s2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 142, + "id": "bpi_leaf_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 228, + "id": "bpi_picow_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 109, + "id": "bradanlanestudio_coin_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 100, + "id": "bradanlanestudio_explorer_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_bitmap_font", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_hid", + "adafruit_irremote", + "adafruit_ticks", + "asyncio", + "neopixel", + "test" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_bitmap_font", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_hid", + "adafruit_irremote", + "adafruit_ticks", + "asyncio", + "neopixel", + "test" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 178, + "id": "brainboardz_neuron", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 195, + "id": "breadstick_raspberry", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_dotstar", + "adafruit_lsm6ds", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_dotstar", + "adafruit_lsm6ds", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 145, + "id": "bwshockley_figpi", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 114, + "id": "capablerobot_usbhub", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "alarm", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "nvm", + "onewireio", + "os", + "ps2io", + "pwmio", + "rainbowio", + "random", + "rtc", + "samd", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "watchdog" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "alarm", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "nvm", + "onewireio", + "os", + "ps2io", + "pwmio", + "rainbowio", + "random", + "rtc", + "samd", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "watchdog" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 220, + "id": "catwan_usbstick", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 16, + "id": "cezerio_dev_ESP32C6", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 131, + "id": "challenger_840", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_ble", + "challenger_840", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_ble", + "challenger_840", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 199, + "id": "challenger_nb_rp2040_wifi", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 176, + "id": "challenger_rp2040_lora", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm9x" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm9x" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 199, + "id": "challenger_rp2040_lte", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 167, + "id": "challenger_rp2040_sdrtc", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 170, + "id": "challenger_rp2040_subghz", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm69" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm69" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 182, + "id": "challenger_rp2040_wifi", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "challenger_rp2040_wifi_ble", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 106, + "id": "challenger_rp2350_bconnect", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 123, + "id": "challenger_rp2350_wifi6_ble5", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 130, + "id": "circuitart_zero_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_ahtx0", + "adafruit_st7789", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_ahtx0", + "adafruit_st7789", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 132, + "id": "circuitbrains_basic_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 119, + "id": "circuitbrains_deluxe_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1503, + "id": "circuitplayground_bluefruit", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 2817, + "id": "circuitplayground_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_hid", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_hid", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 210, + "id": "circuitplayground_express_4h", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_hid", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_hid", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 311, + "id": "circuitplayground_express_crickit", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_crickit", + "adafruit_lis3dh", + "adafruit_motor", + "adafruit_seesaw", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_crickit", + "adafruit_lis3dh", + "adafruit_motor", + "adafruit_seesaw", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 130, + "id": "circuitplayground_express_digikey_pycon2019", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_hid", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_hid", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "bitbangio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 279, + "id": "circuitplayground_express_displayio", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_circuitplayground", + "adafruit_lis3dh", + "adafruit_thermistor", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 471, + "id": "clue_nrf52840_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 13, + "id": "columbia-dsl-sensor", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 159, + "id": "cosmo_pico", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 46, + "id": "cp32-m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "cp_sapling_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 164, + "id": "cp_sapling_m0_revb", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 157, + "id": "cp_sapling_m0_spiflash", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 265, + "id": "crcibernetica-ideaboard", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_motor", + "adafruit_requests", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_motor", + "adafruit_requests", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 150, + "id": "crumpspace_crumps2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1126, + "id": "cytron_edu_pico_w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_ahtx0", + "adafruit_apds9960", + "adafruit_displayio_ssd1306", + "adafruit_framebuf", + "adafruit_httpserver", + "adafruit_imageload", + "adafruit_motor", + "adafruit_sdcard", + "adafruit_ssd1306", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_ahtx0", + "adafruit_apds9960", + "adafruit_displayio_ssd1306", + "adafruit_framebuf", + "adafruit_httpserver", + "adafruit_imageload", + "adafruit_motor", + "adafruit_sdcard", + "adafruit_ssd1306", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 202, + "id": "cytron_iriv_io_controller", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_fakerequests", + "adafruit_register", + "adafruit_requests", + "adafruit_ticks", + "adafruit_wiznet5k", + "pcf85063a", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_fakerequests", + "adafruit_register", + "adafruit_requests", + "adafruit_ticks", + "adafruit_wiznet5k", + "pcf85063a", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 166, + "id": "cytron_maker_feather_aiot_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 216, + "id": "cytron_maker_nano_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 531, + "id": "cytron_maker_pi_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_motor", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_motor", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 127, + "id": "cytron_maker_uno_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 296, + "id": "cytron_motion_2350_pro", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_motor", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_motor", + "neopixel", + "simpleio" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 76, + "id": "daisy_seed_with_sdram", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 150, + "id": "datalore_ip_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 114, + "id": "datanoise_picoadk", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 219, + "id": "datanoise_picoadk_v2", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 170, + "id": "datum_distance", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "datum_imu", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 156, + "id": "datum_light", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 136, + "id": "datum_weather", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 50, + "id": "deneyap_kart", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 38, + "id": "deneyap_kart_1a", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 154, + "id": "deneyap_kart_1a_v2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 39, + "id": "deneyap_kart_g", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 174, + "id": "deneyap_mini", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 152, + "id": "deneyap_mini_v2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 68, + "id": "devkit_xg24_brd2601b", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 154, + "id": "diodes_delight_piunora", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1029, + "id": "doit_esp32_devkit_v1", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 134, + "id": "dynalora_usb", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm9x", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "sdcardio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm9x", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "sdcardio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 148, + "id": "dynossat_edu_eps", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 147, + "id": "dynossat_edu_obc", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 117, + "id": "e_fidget", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 221, + "id": "edgebadge", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 303, + "id": "elecfreaks_picoed", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_is31fl3731", + "adafruit_motor", + "adafruit_ticks", + "asyncio", + "elecfreaks_music", + "neopixel", + "picoed" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_is31fl3731", + "adafruit_motor", + "adafruit_ticks", + "asyncio", + "elecfreaks_music", + "neopixel", + "picoed" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 40, + "id": "elecrow_crowpanel_3.5", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 81, + "id": "elecrow_crowpanel_4_2_epaper", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 119, + "id": "electrolama_minik", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 226, + "id": "electroniccats_bastwifi", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 121, + "id": "electronut_labs_blip", + "versions": [ + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 112, + "id": "electronut_labs_papyr", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 9, + "id": "es3ink", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 149, + "id": "escornabot_makech", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 84, + "id": "esp32-wrover-dev-cam", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1209, + "id": "espressif_esp32_devkitc_v4_wroom_32e", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 122, + "id": "espressif_esp32_devkitc_v4_wrover", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 76, + "id": "espressif_esp32_eye", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 22, + "id": "espressif_esp32_lyrat", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 185, + "id": "espressif_esp32c3_devkitm_1_n4", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 3, + "id": "espressif_esp32c3_lyra_v2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 0, + "id": "espressif_esp32c61_devkitc_1_n8r2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 207, + "id": "espressif_esp32c6_devkitc_1_n8", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 136, + "id": "espressif_esp32c6_devkitm_1_n4", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 119, + "id": "espressif_esp32h2_devkitm_1_n4", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool.socketpool.AF_INET6", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool.socketpool.AF_INET6", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 392, + "id": "espressif_esp32p4_function_ev", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool.socketpool.AF_INET6", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "mipidsi", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool.socketpool.AF_INET6", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 170, + "id": "espressif_esp32s2_devkitc_1_n4", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 230, + "id": "espressif_esp32s2_devkitc_1_n4r2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 258, + "id": "espressif_esp32s2_devkitc_1_n8r2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 149, + "id": "espressif_esp32s3_box", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "espressif_esp32s3_box_lite", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 542, + "id": "espressif_esp32s3_devkitc_1_n16", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 246, + "id": "espressif_esp32s3_devkitc_1_n32r8", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 985, + "id": "espressif_esp32s3_devkitc_1_n8", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 444, + "id": "espressif_esp32s3_devkitc_1_n8r2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 62, + "id": "espressif_esp32s3_devkitc_1_n8r2_ros", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "rclcpy", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "rclcpy", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 476, + "id": "espressif_esp32s3_devkitc_1_n8r8", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 121, + "id": "espressif_esp32s3_devkitc_1_n8r8_hacktablet", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 318, + "id": "espressif_esp32s3_devkitm_1_n8", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 288, + "id": "espressif_esp32s3_eye", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 204, + "id": "espressif_esp32s3_lcd_ev", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 199, + "id": "espressif_esp32s3_lcd_ev_v1.5", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 269, + "id": "espressif_esp32s3_usb_otg_n8", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 49, + "id": "espressif_esp8684_devkitc_02_n4", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 209, + "id": "espressif_hmi_devkit_1", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 174, + "id": "espressif_kaluga_1", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "espressif_kaluga_1.3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 261, + "id": "espressif_saola_1_wroom", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 225, + "id": "espressif_saola_1_wrover", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 17, + "id": "espruino_banglejs2", + "versions": [ + { + "extensions": [ + "espruino.zip" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "nvm", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "espruino.zip" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "nvm", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 35, + "id": "espruino_pico", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_pixelbuf", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "getpass", + "i2cdisplaybus", + "io", + "json", + "locale", + "lvfontio", + "math", + "microcontroller", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_pixelbuf", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "getpass", + "i2cdisplaybus", + "io", + "json", + "locale", + "lvfontio", + "math", + "microcontroller", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 26, + "id": "espruino_wifi", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 69, + "id": "explorerkit_xg24_brd2703a", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "traceback", + "ulab", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 442, + "id": "feather_bluefruit_sense", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 367, + "id": "feather_m0_adalogger", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 285, + "id": "feather_m0_basic", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 382, + "id": "feather_m0_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 278, + "id": "feather_m0_express_crickit", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_crickit", + "adafruit_motor", + "adafruit_seesaw", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_crickit", + "adafruit_motor", + "adafruit_seesaw", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 276, + "id": "feather_m0_rfm69", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm69" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm69" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 389, + "id": "feather_m0_rfm9x", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm9x" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_rfm9x" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 132, + "id": "feather_m0_supersized", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 319, + "id": "feather_m4_can", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1452, + "id": "feather_m4_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 267, + "id": "feather_m7_1011", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 250, + "id": "feather_mimxrt1011", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 213, + "id": "feather_mimxrt1062", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 836, + "id": "feather_nrf52840_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 17, + "id": "feather_radiofruit_zigbee", + "versions": [] + }, + { + "downloads": 151, + "id": "feather_stm32f405_express", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "firebeetle2_esp32s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "AXP313A" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "AXP313A" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 731, + "id": "flipperzero_wifi_dev", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 132, + "id": "fluff_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 247, + "id": "fomu", + "versions": [ + { + "extensions": [ + "dfu" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "builtins", + "builtins.pow3", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "dfu" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "builtins", + "builtins.pow3", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 198, + "id": "franzininho_wifi_wroom", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 132, + "id": "franzininho_wifi_wrover", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 803, + "id": "gemma_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 133, + "id": "gemma_m0_pycon2018", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 390, + "id": "grandcentral_m4_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 133, + "id": "gravitech_cucumber_m", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 137, + "id": "gravitech_cucumber_ms", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 134, + "id": "gravitech_cucumber_r", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 110, + "id": "gravitech_cucumber_rs", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 221, + "id": "hack_club_sprig", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 235, + "id": "hallowing_m0_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_lis3dh", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_lis3dh", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 252, + "id": "hallowing_m4_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 29, + "id": "hardkernel_odroid_go", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 148, + "id": "heiafr_picomo_v2", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_progressbar", + "adafruit_register", + "adafruit_st7789" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_progressbar", + "adafruit_register", + "adafruit_st7789" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 140, + "id": "heiafr_picomo_v3", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_progressbar", + "adafruit_register", + "adafruit_st7789" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_progressbar", + "adafruit_register", + "adafruit_st7789" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 151, + "id": "heltec_esp32s3_wifi_lora_v3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_display_shapes", + "adafruit_display_text" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_display_shapes", + "adafruit_display_text" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 219, + "id": "heltec_vision_master_e290", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 78, + "id": "heltec_wireless_paper", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 30, + "id": "hexky_s2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 194, + "id": "hiibot_bluefi", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 151, + "id": "hiibot_iots2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 156, + "id": "huntercat_nfc", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 84, + "id": "hxr_sao_dmm", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_bitmap_font", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_displayio_ssd1306", + "test" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_bitmap_font", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_displayio_ssd1306", + "test" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 157, + "id": "ikigaisense_vita", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 308, + "id": "imxrt1010_evk", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 326, + "id": "imxrt1015_evk", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 262, + "id": "imxrt1020_evk", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 234, + "id": "imxrt1040_evk", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 193, + "id": "imxrt1050_evkb", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 241, + "id": "imxrt1060_evk", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 292, + "id": "imxrt1060_evkb", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 319, + "id": "itsybitsy_m0_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 598, + "id": "itsybitsy_m4_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 320, + "id": "itsybitsy_nrf52840_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 112, + "id": "jpconstantineau_encoderpad_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 137, + "id": "jpconstantineau_pykey18", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 171, + "id": "jpconstantineau_pykey44", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 173, + "id": "jpconstantineau_pykey60", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 146, + "id": "jpconstantineau_pykey87", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 202, + "id": "kicksat-sprite", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "adafruit_bus_device", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "frequencyio", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "random", + "re", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "time", + "traceback", + "usb_cdc", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "adafruit_bus_device", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "frequencyio", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "random", + "re", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "time", + "traceback", + "usb_cdc", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 216, + "id": "lilygo_t_display_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 414, + "id": "lilygo_tdeck", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_focaltouch", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_focaltouch", + "adafruit_register" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 496, + "id": "lilygo_tdisplay_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 194, + "id": "lilygo_tdisplay_s3_pro", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 577, + "id": "lilygo_tdongle_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 379, + "id": "lilygo_tembed_esp32s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 145, + "id": "lilygo_tqt_pro_nopsram", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 165, + "id": "lilygo_tqt_pro_psram", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 56, + "id": "lilygo_ttgo_t-01c3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 32, + "id": "lilygo_ttgo_t-oi-plus", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 200, + "id": "lilygo_ttgo_t8_esp32_s2_wroom", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 229, + "id": "lilygo_ttgo_t8_s2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 184, + "id": "lilygo_ttgo_t8_s2_st7789", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 138, + "id": "lilygo_ttgo_tdisplay_esp32_16m", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 54, + "id": "lilygo_ttgo_tdisplay_esp32_4m", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 43, + "id": "lilygo_twatch_2020_v3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 356, + "id": "lilygo_twatch_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_drv2605", + "adafruit_focaltouch", + "adafruit_irremote", + "adafruit_pcf8563", + "adafruit_register", + "axp2101", + "bma423" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_drv2605", + "adafruit_focaltouch", + "adafruit_irremote", + "adafruit_pcf8563", + "adafruit_register", + "axp2101", + "bma423" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 78, + "id": "loc_ber_m4_base_board", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "alarm", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "ps2io", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "samd", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "watchdog" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "alarm", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "ps2io", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "samd", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "watchdog" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 113, + "id": "lolin_c3_mini", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 24, + "id": "lolin_c3_pico", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1016, + "id": "lolin_s2_mini", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 172, + "id": "lolin_s2_pico", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 202, + "id": "lolin_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 197, + "id": "lolin_s3_mini", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 189, + "id": "lolin_s3_mini_pro", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 206, + "id": "lolin_s3_pro", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 199, + "id": "luatos_core_esp32c3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 112, + "id": "luatos_core_esp32c3_ch343", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 39, + "id": "m5stack_atom_echo", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 72, + "id": "m5stack_atom_lite", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 36, + "id": "m5stack_atom_matrix", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 24, + "id": "m5stack_atom_u", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 362, + "id": "m5stack_atoms3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 269, + "id": "m5stack_atoms3_lite", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 145, + "id": "m5stack_atoms3u", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 702, + "id": "m5stack_cardputer", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 70, + "id": "m5stack_cardputer_ros", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rclcpy", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rclcpy", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 115, + "id": "m5stack_core2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_fakerequests", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_fakerequests", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 87, + "id": "m5stack_core_basic", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 49, + "id": "m5stack_core_fire", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 188, + "id": "m5stack_cores3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_fakerequests", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_shapes", + "adafruit_display_text", + "adafruit_fakerequests", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 252, + "id": "m5stack_dial", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 7, + "id": "m5stack_dinmeter", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 68, + "id": "m5stack_m5paper", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 60, + "id": "m5stack_stamp_c3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 212, + "id": "m5stack_stamp_s3", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 88, + "id": "m5stack_stick_c", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 63, + "id": "m5stack_stick_c_plus", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 216, + "id": "m5stack_stick_c_plus2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 0, + "id": "m5stack_tab5", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "mipidsi", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool.socketpool.AF_INET6", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 39, + "id": "m5stack_timer_camera_x", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 159, + "id": "magiclick_s3_n4r2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 267, + "id": "maker_badge", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_bus_device", + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_register", + "adafruit_requests", + "adafruit_ssd1680", + "adafruit_uc8151d", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_bus_device", + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_register", + "adafruit_requests", + "adafruit_ssd1680", + "adafruit_uc8151d", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 391, + "id": "makerdiary_imxrt1011_nanokit", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 179, + "id": "makerdiary_m60_keyboard", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 144, + "id": "makerdiary_nrf52840_connectkit", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 142, + "id": "makerdiary_nrf52840_m2_devkit", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 146, + "id": "makerdiary_nrf52840_mdk", + "versions": [ + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 539, + "id": "makerdiary_nrf52840_mdk_usb_dongle", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 176, + "id": "makerfabs_tft7", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "dotclockframebuffer", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 945, + "id": "makergo_esp32c3_supermini", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 169, + "id": "makergo_esp32c6_supermini", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 188, + "id": "maple_elite_pi", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1838, + "id": "matrixportal_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 147, + "id": "max32690evkit", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 142, + "id": "melopero_shake_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 173, + "id": "meowbit_v121", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "errno", + "fontio", + "fourwire", + "getpass", + "gifio", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "analogio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "errno", + "fontio", + "fourwire", + "getpass", + "gifio", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 164, + "id": "meowmeow", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 524, + "id": "metro_m0_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 297, + "id": "metro_m4_airlift_lite", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 461, + "id": "metro_m4_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 461, + "id": "metro_m7_1011", + "versions": [ + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_esp32spi", + "adafruit_requests" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 130, + "id": "metro_nrf52840_express", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 541, + "id": "microbit_v2", + "versions": [ + { + "extensions": [ + "combined.hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "alarm", + "analogio", + "array", + "audiobusio", + "audiocore", + "audiomixer", + "audiopwmio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "combined.hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "alarm", + "analogio", + "array", + "audiobusio", + "audiocore", + "audiomixer", + "audiopwmio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 0, + "id": "microchip_curiosity_circuitpython", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 52, + "id": "microdev_micro_c3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 261, + "id": "microdev_micro_s2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 141, + "id": "mini_sam_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_dotstar" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_dotstar" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 169, + "id": "mixgo_ce_serial", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "Image", + "adafruit_connection_manager", + "adafruit_framebuf", + "adafruit_irremote", + "adafruit_minimqtt", + "adafruit_requests", + "adafruit_rtttl", + "blynklib", + "blynktimer", + "button", + "infrared", + "irremote", + "led", + "matcher", + "matrix", + "mixgoce", + "mixpy", + "mmatrix", + "msa301", + "music", + "mxc6655xa", + "neopixel", + "pixels", + "sensor", + "touchpad" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "Image", + "adafruit_connection_manager", + "adafruit_framebuf", + "adafruit_irremote", + "adafruit_minimqtt", + "adafruit_requests", + "adafruit_rtttl", + "blynklib", + "blynktimer", + "button", + "infrared", + "irremote", + "led", + "matcher", + "matrix", + "mixgoce", + "mixpy", + "mmatrix", + "msa301", + "music", + "mxc6655xa", + "neopixel", + "pixels", + "sensor", + "touchpad" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 195, + "id": "mixgo_ce_udisk", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "Image", + "adafruit_connection_manager", + "adafruit_framebuf", + "adafruit_irremote", + "adafruit_minimqtt", + "adafruit_requests", + "adafruit_rtttl", + "blynklib", + "blynktimer", + "button", + "infrared", + "irremote", + "led", + "matcher", + "matrix", + "mixgoce", + "mixpy", + "mmatrix", + "msa301", + "music", + "mxc6655xa", + "neopixel", + "pixels", + "sensor", + "touchpad" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "Image", + "adafruit_connection_manager", + "adafruit_framebuf", + "adafruit_irremote", + "adafruit_minimqtt", + "adafruit_requests", + "adafruit_rtttl", + "blynklib", + "blynktimer", + "button", + "infrared", + "irremote", + "led", + "matcher", + "matrix", + "mixgoce", + "mixpy", + "mmatrix", + "msa301", + "music", + "mxc6655xa", + "neopixel", + "pixels", + "sensor", + "touchpad" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 366, + "id": "monster_m4sk", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2ctarget", + "io", + "jpegio", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2ctarget", + "io", + "jpegio", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 128, + "id": "morpheans_morphesp-240", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 133, + "id": "mtm_computer", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 166, + "id": "muselab_nanoesp32_s2_wroom", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 247, + "id": "muselab_nanoesp32_s2_wrover", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 86, + "id": "ndgarage_ndbit6", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 143, + "id": "ndgarage_ndbit6_v2", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 431, + "id": "neopixel_trinkey_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "array", + "board", + "builtins", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "array", + "board", + "builtins", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 150, + "id": "nfc_copy_cat", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 728, + "id": "nice_nano", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 148, + "id": "nodemcu_esp32c2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 136, + "id": "nordic_nrf5340dk", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "usb_cdc", + "zephyr_serial" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "usb_cdc", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 128, + "id": "nordic_nrf54l15dk", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 110, + "id": "nordic_nrf7002dk", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "socketpool", + "ssl", + "storage", + "struct", + "time", + "usb_cdc", + "wifi", + "zephyr_serial" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "socketpool", + "ssl", + "storage", + "struct", + "time", + "usb_cdc", + "wifi", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 114, + "id": "nucleo_f446re", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "adafruit_bus_device", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "locale", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "random", + "re", + "rtc", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "traceback", + "usb_cdc", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "adafruit_bus_device", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "locale", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "random", + "re", + "rtc", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "traceback", + "usb_cdc", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 36, + "id": "nucleo_f746zg", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 41, + "id": "nucleo_f767zi", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 33, + "id": "nucleo_h743zi_2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 153, + "id": "nullbits_bit_c_pro", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 120, + "id": "odt_bread_2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 149, + "id": "odt_cast_away_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 216, + "id": "odt_pixelwing_esp32_s2", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 130, + "id": "odt_rpga_feather", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 122, + "id": "ohs2020_badge", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 37, + "id": "omnimo_nrf52840", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 195, + "id": "openbook_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 33, + "id": "openmv_h7", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 167, + "id": "orpheus_pico", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 38, + "id": "oxocard_artwork", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 49, + "id": "oxocard_connect", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 35, + "id": "oxocard_galaxy", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 31, + "id": "oxocard_science", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 178, + "id": "p1am_200", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 198, + "id": "pajenicko_picopad", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 100, + "id": "particle_argon", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 139, + "id": "particle_boron", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 186, + "id": "particle_xenon", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 275, + "id": "pca10056", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 345, + "id": "pca10059", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 159, + "id": "pca10100", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "alarm", + "analogio", + "array", + "audiobusio", + "audiocore", + "audiopwmio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "alarm", + "analogio", + "array", + "audiobusio", + "audiocore", + "audiopwmio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 114, + "id": "pctel_wsc_1450", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 152, + "id": "pewpew10", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "pew" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_pew", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "pew" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_pew", + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 146, + "id": "pewpew_lcd", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "pew" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "fontio", + "fourwire", + "keypad", + "keypad.Keys", + "math", + "microcontroller", + "neopixel_write", + "os", + "random", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "usb_cdc" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "pew" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "fontio", + "fourwire", + "keypad", + "keypad.Keys", + "math", + "microcontroller", + "neopixel_write", + "os", + "random", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "usb_cdc" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 139, + "id": "pewpew_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "pew", + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_stage", + "array", + "audiocore", + "audioio", + "audiomixer", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "keypad", + "keypad.Keys", + "math", + "microcontroller", + "nvm", + "os", + "random", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "usb_cdc", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "pew", + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_stage", + "array", + "audiocore", + "audioio", + "audiomixer", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "fontio", + "fourwire", + "i2cdisplaybus", + "keypad", + "keypad.Keys", + "math", + "microcontroller", + "nvm", + "os", + "random", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "usb_cdc", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 254, + "id": "picoplanet", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 208, + "id": "pillbug", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 331, + "id": "pimoroni_badger2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 214, + "id": "pimoroni_badger2040w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "pcf85063a" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "pcf85063a" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 136, + "id": "pimoroni_inky_frame_5_7", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "adafruit_sdcard", + "pcf85063a" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "adafruit_sdcard", + "pcf85063a" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 112, + "id": "pimoroni_inky_frame_7_3", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "pcf85063a" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "pcf85063a" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 274, + "id": "pimoroni_interstate75", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 450, + "id": "pimoroni_keybow2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 245, + "id": "pimoroni_motor2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 186, + "id": "pimoroni_pga2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 226, + "id": "pimoroni_pga2350", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 171, + "id": "pimoroni_pico_dv_base", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 133, + "id": "pimoroni_pico_dv_base_w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_sdcard" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 343, + "id": "pimoroni_pico_plus2", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 412, + "id": "pimoroni_pico_plus2w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 264, + "id": "pimoroni_picolipo_16mb", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 143, + "id": "pimoroni_picolipo_4mb", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 212, + "id": "pimoroni_picosystem", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 234, + "id": "pimoroni_plasma2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 188, + "id": "pimoroni_plasma2040w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 202, + "id": "pimoroni_plasma2350", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 139, + "id": "pimoroni_plasma2350w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 252, + "id": "pimoroni_servo2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 396, + "id": "pimoroni_tiny2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 193, + "id": "pimoroni_tiny2040_2mb", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 311, + "id": "pimoroni_tiny2350", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 127, + "id": "pimoroni_tinyfx", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 12, + "id": "pirkey_m0", + "versions": [] + }, + { + "downloads": 147, + "id": "pitaya_go", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 27, + "id": "prokyber_ai_on_the_edge_cam", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 134, + "id": "proveskit_rp2040_v4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 21, + "id": "pyb_nano_v2", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 534, + "id": "pybadge", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 4, + "id": "pybadge_airlift", + "versions": [] + }, + { + "downloads": 67, + "id": "pyboard_v11", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 231, + "id": "pycubed", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 193, + "id": "pycubed_mram", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 133, + "id": "pycubed_mram_v05", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 162, + "id": "pycubed_v05", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_register", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 420, + "id": "pygamer", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "stage", + "ugame" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "frequencyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 0, + "id": "pygamer_advance", + "versions": [] + }, + { + "downloads": 697, + "id": "pyportal", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_esp32spi", + "adafruit_fakerequests", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_esp32spi", + "adafruit_fakerequests", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 291, + "id": "pyportal_pynt", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_esp32spi", + "adafruit_fakerequests", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_esp32spi", + "adafruit_fakerequests", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 440, + "id": "pyportal_titano", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_esp32spi", + "adafruit_fakerequests", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_connection_manager", + "adafruit_display_text", + "adafruit_esp32spi", + "adafruit_fakerequests", + "adafruit_portalbase", + "adafruit_requests", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 225, + "id": "pyruler", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 785, + "id": "qtpy_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 275, + "id": "qtpy_m0_haxpress", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiobusio", + "audiocore", + "audioio", + "board", + "builtins", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 34262, + "id": "raspberry_pi_pico", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 6065, + "id": "raspberry_pi_pico2", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 7707, + "id": "raspberry_pi_pico2_w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 12512, + "id": "raspberry_pi_pico_w", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "cyw43", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 169, + "id": "raspberrypi_cm4", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 160, + "id": "raspberrypi_cm4io", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 765, + "id": "raspberrypi_pi4b", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 308, + "id": "raspberrypi_zero", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 843, + "id": "raspberrypi_zero2w", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel8.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 559, + "id": "raspberrypi_zero_w", + "versions": [ + { + "extensions": [ + "disk.img.zip", + "kernel.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "disk.img.zip", + "kernel.img" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "videocore", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 207, + "id": "raytac_mdbt50q-db-40", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 217, + "id": "raytac_mdbt50q-rx", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 184, + "id": "red-s2-wroom", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 97, + "id": "renesas_ek_ra6m5", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 162, + "id": "renesas_ek_ra8d1", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 13, + "id": "renode_cortex_m0plus", + "versions": [ + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "array", + "board", + "builtins", + "busio", + "busio.UART", + "collections", + "math", + "microcontroller", + "os", + "rainbowio", + "struct", + "supervisor", + "sys", + "time" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "elf" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "array", + "board", + "builtins", + "busio", + "busio.UART", + "collections", + "math", + "microcontroller", + "os", + "rainbowio", + "struct", + "supervisor", + "sys", + "time" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 100, + "id": "rfguru_rp2040", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 180, + "id": "robohatmm1_m4", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "errno", + "floppyio", + "getpass", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 207, + "id": "sam32", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "max3421e", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "sharpdisplay", + "spitarget", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 101, + "id": "same54_xplained", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 864, + "id": "seeed_xiao_esp32_s3_sense", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 648, + "id": "seeed_xiao_esp32c3", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 490, + "id": "seeed_xiao_esp32c6", + "versions": [ + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 425, + "id": "seeeduino_wio_terminal", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", + "i2ctarget", + "io", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "samd", + "sdcardio", + "select", + "spitarget", + "storage", + "struct", + "supervisor", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 748, + "id": "seeeduino_xiao", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 270, + "id": "seeeduino_xiao_kb", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "collections", + "digitalio", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "collections", + "digitalio", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 1889, + "id": "seeeduino_xiao_rp2040", + "versions": [ + { + "extensions": [ + "uf2" ], "frozen_libraries": [], "languages": [ @@ -20245,13 +112699,27 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -20261,57 +112729,219 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", + "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", + "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 624, - "id": "espruino_wifi", + "downloads": 366, + "id": "seeeduino_xiao_rp2350", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -20336,16 +112966,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -20355,16 +112997,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -20372,19 +113019,30 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -20392,34 +113050,174 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", + "pwmio", + "qrio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 639, - "id": "explorerkit_xg24_brd2703a", + "downloads": 1, + "id": "sensebox_eye_esp32s3", "versions": [ { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [ - "adafruit_ble", - "adafruit_register" + "neopixel" ], "languages": [ "de_DE", @@ -20443,14 +113241,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", + "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -20459,64 +113267,99 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", + "neopixel_write", "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", + "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4829, - "id": "feather_bluefruit_sense", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -20539,11 +113382,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -20551,9 +113397,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -20562,6 +113408,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -20569,21 +113416,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -20593,8 +113452,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -20602,38 +113463,44 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1961, - "id": "feather_m0_adalogger", + "downloads": 188, + "id": "sensebox_mcu", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -20683,21 +113550,13 @@ "time", "touchio", "usb_cdc", - "usb_hid", - "usb_midi" + "usb_hid" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2242, - "id": "feather_m0_basic", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -20747,23 +113606,25 @@ "time", "touchio", "usb_cdc", - "usb_hid", - "usb_midi" + "usb_hid" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5507, - "id": "feather_m0_express", + "downloads": 151, + "id": "sensebox_mcu_esp32s2", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -20784,70 +113645,121 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3044, - "id": "feather_m0_express_crickit", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_crickit", - "adafruit_motor", - "adafruit_seesaw", "neopixel" ], "languages": [ @@ -20870,62 +113782,126 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1560, - "id": "feather_m0_rfm69", + "downloads": 112, + "id": "serpente", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_rfm69" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -20946,47 +113922,61 @@ "zh_Latn_pinyin" ], "modules": [ - "adafruit_bus_device", + "adafruit_pixelbuf", "analogio", "array", + "audiobusio", + "audiocore", + "audioio", "board", "builtins", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", "math", "microcontroller", "neopixel_write", "nvm", + "onewireio", "os", + "paralleldisplaybus", + "pulseio", "pwmio", + "rainbowio", "random", + "rotaryio", + "rtc", "storage", "struct", "supervisor", "sys", + "terminalio", "time", - "usb_cdc" + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1875, - "id": "feather_m0_rfm9x", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_rfm9x" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -21007,39 +113997,61 @@ "zh_Latn_pinyin" ], "modules": [ - "adafruit_bus_device", + "adafruit_pixelbuf", "analogio", "array", + "audiobusio", + "audiocore", + "audioio", "board", "builtins", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", "math", "microcontroller", "neopixel_write", "nvm", + "onewireio", "os", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", + "rotaryio", + "rtc", "storage", "struct", "supervisor", "sys", + "terminalio", "time", - "usb_cdc" + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi", + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4041, - "id": "feather_m0_supersized", + "downloads": 142, + "id": "shirtty", "versions": [ { "extensions": [ @@ -21066,36 +114078,20 @@ "zh_Latn_pinyin" ], "modules": [ - "adafruit_pixelbuf", "analogio", "array", - "audiobusio", - "audiocore", - "audioio", "board", "builtins", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", "math", "microcontroller", "neopixel_write", "nvm", - "onewireio", "os", - "paralleldisplaybus", - "pulseio", "pwmio", "rainbowio", "random", @@ -21105,23 +114101,15 @@ "struct", "supervisor", "sys", - "terminalio", "time", "touchio", "usb_cdc", "usb_hid", - "usb_midi", - "warnings" + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4715, - "id": "feather_m4_can", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -21147,100 +114135,43 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "i2cdisplaybus", - "i2ctarget", - "io", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "zlib" + "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7502, - "id": "feather_m4_express", + "downloads": 147, + "id": "silicognition-m4-shim", "versions": [ { "extensions": [ @@ -21269,6 +114200,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -21299,6 +114231,7 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", @@ -21306,7 +114239,6 @@ "getpass", "gifio", "i2cdisplaybus", - "i2ctarget", "io", "json", "keypad", @@ -21354,24 +114286,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1804, - "id": "feather_m7_1011", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_esp32spi", - "adafruit_requests" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -21394,18 +114315,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", "bitmaptools", @@ -21418,18 +114341,20 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "i2cdisplaybus", "io", - "jpegio", "json", "keypad", "keypad.KeyMatrix", @@ -21440,22 +114365,27 @@ "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", @@ -21467,27 +114397,23 @@ "usb_midi", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1925, - "id": "feather_mimxrt1011", + "downloads": 159, + "id": "silicognition_rp2040_shim", "versions": [ { "extensions": [ - "hex", "uf2" ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_esp32spi", - "adafruit_requests" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -21510,10 +114436,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -21524,7 +114453,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -21534,16 +114465,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -21551,19 +114487,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -21574,29 +114520,27 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2089, - "id": "feather_mimxrt1062", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -21622,10 +114566,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -21636,7 +114583,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -21646,16 +114595,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -21663,19 +114617,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -21686,25 +114650,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5772, - "id": "feather_nrf52840_express", + "downloads": 282, + "id": "simmel", "versions": [ { "extensions": [ @@ -21731,110 +114700,113 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", + "_bleio (native)", "aesio", - "alarm", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "audiomp3", "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", - "rainbowio", "random", - "re", - "rgbmatrix", - "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", - "touchio", - "traceback", - "ulab", - "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "watchdog" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "aesio", + "analogio", + "array", + "audiobusio", + "audiocore", + "audiopwmio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "os", + "pwmio", + "random", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_hid", + "watchdog" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 0, - "id": "feather_radiofruit_zigbee", - "versions": [] - }, - { - "downloads": 1250, - "id": "feather_stm32f405_express", + "downloads": 215, + "id": "smartbeedesigns_bee_data_logger", "versions": [ { "extensions": [ - "bin" + "bin", + "uf2" + ], + "frozen_libraries": [ + "adafruit_bus_device", + "adafruit_ds3231", + "adafruit_register", + "adafruit_sdcard", + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -21857,20 +114829,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -21882,75 +114858,97 @@ "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", "rtc", "sdcardio", "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 293, - "id": "firebeetle2_esp32s3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], "frozen_libraries": [ - "AXP313A" + "adafruit_bus_device", + "adafruit_ds3231", + "adafruit_register", + "adafruit_sdcard", + "neopixel" ], "languages": [ "de_DE", @@ -21974,6 +114972,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -21986,6 +114986,7 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -22003,10 +115004,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -22026,8 +115025,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -22041,7 +115044,6 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -22049,9 +115051,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -22059,10 +115063,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -22072,21 +115078,23 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 392, - "id": "flipperzero_wifi_dev", + "downloads": 143, + "id": "smartbeedesigns_bee_motion_s3", "versions": [ { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -22108,6 +115116,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -22120,8 +115131,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -22136,10 +115149,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -22159,8 +115170,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -22174,7 +115189,6 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -22182,9 +115196,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -22192,10 +115208,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -22206,82 +115224,16 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2564, - "id": "fluff_m0", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2964, - "id": "fomu", - "versions": [ - { - "extensions": [ - "dfu" + "frozen_libraries": [ + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -22303,67 +115255,130 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", "builtins", "builtins.pow3", + "busdisplay", + "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", + "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sdioio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", + "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1537, - "id": "franzininho_wifi_wroom", + "downloads": 99, + "id": "smartbeedesigns_bee_s3", "versions": [ { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -22385,6 +115400,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -22397,8 +115415,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -22413,7 +115433,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -22435,8 +115454,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -22457,9 +115480,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -22467,10 +115492,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -22481,20 +115508,16 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1329, - "id": "franzininho_wifi_wrover", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -22516,6 +115539,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -22528,8 +115554,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -22544,10 +115572,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -22567,8 +115593,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -22582,7 +115612,6 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", @@ -22590,9 +115619,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -22600,10 +115631,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -22613,77 +115646,14 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5117, - "id": "gemma_m0", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2678, - "id": "gemma_m0_pycon2018", + "downloads": 210, + "id": "snekboard", "versions": [ { "extensions": [ @@ -22710,22 +115680,36 @@ "zh_Latn_pinyin" ], "modules": [ + "adafruit_pixelbuf", "analogio", "array", + "audiobusio", + "audiocore", + "audioio", "board", "builtins", + "busdisplay", "busio", "busio.SPI", "busio.UART", "collections", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "i2cdisplaybus", + "locale", "math", "microcontroller", "neopixel_write", "nvm", + "onewireio", "os", + "paralleldisplaybus", + "pulseio", "pwmio", - "rainbowio", "random", "rotaryio", "rtc", @@ -22733,21 +115717,17 @@ "struct", "supervisor", "sys", + "terminalio", "time", "touchio", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5473, - "id": "grandcentral_m4_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -22773,113 +115753,67 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", "audiobusio", "audiocore", "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", - "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", - "sdcardio", - "sdioio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1570, - "id": "gravitech_cucumber_m", + "downloads": 151, + "id": "solderparty_bbq20kbd", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid" + ], "languages": [ "de_DE", "en_GB", @@ -22901,6 +115835,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -22913,9 +115850,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -22923,37 +115864,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -22963,54 +115902,51 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1254, - "id": "gravitech_cucumber_ms", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid" + ], "languages": [ "de_DE", "en_GB", @@ -23032,6 +115968,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -23044,9 +115983,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -23054,37 +115997,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -23094,47 +116035,49 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1459, - "id": "gravitech_cucumber_r", + "downloads": 240, + "id": "solderparty_esp32p4_stamp_xl", "versions": [ { "extensions": [ @@ -23163,6 +116106,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -23175,8 +116119,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -23185,19 +116131,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", @@ -23207,16 +116148,17 @@ "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -23225,50 +116167,39 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", + "socketpool.socketpool.AF_INET6", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb_cdc", - "usb_hid", - "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1461, - "id": "gravitech_cucumber_rs", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -23296,6 +116227,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -23308,8 +116240,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -23318,19 +116252,14 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", @@ -23340,73 +116269,77 @@ "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", + "mipidsi", "msgpack", "neopixel_write", "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", + "socketpool.socketpool.AF_INET6", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb_cdc", - "usb_hid", - "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2054, - "id": "hack_club_sprig", + "downloads": 204, + "id": "solderparty_rp2040_stamp", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_register", + "neopixel", + "stamp_carrier_board", + "stamp_carrier_board_xl", + "stamp_round_carrier_board" + ], "languages": [ "de_DE", "en_GB", @@ -23429,6 +116362,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -23445,6 +116380,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -23478,7 +116414,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -23489,6 +116428,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -23508,6 +116448,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -23524,103 +116465,20 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3414, - "id": "hallowing_m0_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], "frozen_libraries": [ - "adafruit_lis3dh", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_bus_device", - "adafruit_pixelbuf", - "analogio", - "array", - "audiocore", - "audioio", - "board", - "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "paralleldisplaybus", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4511, - "id": "hallowing_m4_express", - "versions": [ - { - "extensions": [ - "uf2" + "adafruit_hid", + "adafruit_register", + "neopixel", + "stamp_carrier_board", + "stamp_carrier_board_xl", + "stamp_round_carrier_board" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -23643,22 +116501,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -23677,19 +116540,25 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -23698,50 +116567,63 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 843, - "id": "hardkernel_odroid_go", + "downloads": 133, + "id": "solderparty_rp2350_stamp", "versions": [ { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "adafruit_hid", + "adafruit_register", + "neopixel", + "stamp_carrier_board", + "stamp_carrier_board_xl", + "stamp_round_carrier_board" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -23763,21 +116645,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -23785,38 +116676,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -23826,55 +116714,56 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 149, - "id": "heiafr_picomo_v2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], "frozen_libraries": [ - "adafruit_display_shapes", - "adafruit_display_text", - "adafruit_progressbar", + "adafruit_hid", "adafruit_register", - "adafruit_st7789" + "neopixel", + "stamp_carrier_board", + "stamp_carrier_board_xl", + "stamp_round_carrier_board" ], "languages": [ "de_DE", @@ -23898,22 +116787,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -23947,7 +116841,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -23958,6 +116855,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -23977,6 +116875,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -23992,23 +116891,26 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 184, - "id": "heltec_esp32s3_wifi_lora_v3", + "downloads": 150, + "id": "solderparty_rp2350_stamp_xl", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [ - "adafruit_display_shapes", - "adafruit_display_text", - "adafruit_rfm9x" + "adafruit_hid", + "adafruit_register", + "neopixel", + "stamp_carrier_board", + "stamp_carrier_board_xl", + "stamp_round_carrier_board" ], "languages": [ "de_DE", @@ -24032,21 +116934,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -24054,37 +116964,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -24094,52 +117002,56 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 585, - "id": "hexky_s2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [ - "neopixel" + "adafruit_hid", + "adafruit_register", + "neopixel", + "stamp_carrier_board", + "stamp_carrier_board_xl", + "stamp_round_carrier_board" ], "languages": [ "de_DE", @@ -24162,21 +117074,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -24184,38 +117105,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -24225,7 +117143,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -24234,45 +117152,49 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4996, - "id": "hiibot_bluefi", + "downloads": 201, + "id": "sparkfun_lumidrive", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_dotstar" + ], "languages": [ "de_DE", "en_GB", @@ -24293,106 +117215,60 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1537, - "id": "hiibot_iots2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_dotstar" + ], "languages": [ "de_DE", "en_GB", @@ -24413,112 +117289,58 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4783, - "id": "huntercat_nfc", + "downloads": 151, + "id": "sparkfun_micromod_rp2040", "versions": [ { "extensions": [ @@ -24545,62 +117367,111 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", - "warnings" + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3584, - "id": "ikigaisense_vita", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -24628,11 +117499,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -24643,7 +117516,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -24658,12 +117533,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -24671,7 +117550,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -24684,11 +117566,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -24699,37 +117583,36 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1895, - "id": "imxrt1010_evk", + "downloads": 123, + "id": "sparkfun_nrf52840_micromod", "versions": [ { "extensions": [ - "hex", "uf2" ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_esp32spi", - "adafruit_requests" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -24752,10 +117635,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogio", "array", "atexit", @@ -24766,6 +117651,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -24776,6 +117662,7 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", @@ -24793,18 +117680,26 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", @@ -24816,6 +117711,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -24825,20 +117721,14 @@ "usb_midi", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1171, - "id": "imxrt1015_evk", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -24864,10 +117754,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogio", "array", "atexit", @@ -24878,6 +117770,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -24888,6 +117781,7 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", @@ -24905,18 +117799,26 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", @@ -24928,6 +117830,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -24937,20 +117840,20 @@ "usb_midi", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1993, - "id": "imxrt1020_evk", + "downloads": 230, + "id": "sparkfun_nrf52840_mini", "versions": [ { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -24974,12 +117877,13 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogio", "array", "atexit", @@ -24990,6 +117894,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -25000,6 +117905,7 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", @@ -25017,22 +117923,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", - "select", "sharpdisplay", "storage", "struct", @@ -25040,6 +117953,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -25049,20 +117963,137 @@ "usb_midi", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1048, - "id": "imxrt1040_evk", + "downloads": 393, + "id": "sparkfun_pro_micro_rp2040", "versions": [ { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -25088,10 +118119,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -25102,7 +118136,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -25112,16 +118148,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -25129,19 +118170,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -25152,29 +118203,27 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1000, - "id": "imxrt1050_evkb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -25200,10 +118249,13 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -25214,7 +118266,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -25224,16 +118278,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -25241,19 +118300,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -25264,6 +118333,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -25273,22 +118343,23 @@ "usb_hid", "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1679, - "id": "imxrt1060_evk", + "downloads": 261, + "id": "sparkfun_pro_micro_rp2350", "versions": [ { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -25314,21 +118385,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -25338,16 +118416,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -25355,19 +118438,30 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -25378,6 +118472,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -25387,22 +118482,17 @@ "usb_hid", "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 978, - "id": "imxrt1060_evkb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -25428,21 +118518,28 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -25452,16 +118549,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -25469,19 +118571,30 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -25492,6 +118605,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -25501,18 +118615,20 @@ "usb_hid", "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4575, - "id": "itsybitsy_m0_express", + "downloads": 172, + "id": "sparkfun_qwiic_micro_no_flash", "versions": [ { "extensions": [ @@ -25539,35 +118655,20 @@ "zh_Latn_pinyin" ], "modules": [ - "adafruit_pixelbuf", "analogio", "array", - "audiobusio", - "audiocore", - "audioio", "board", "builtins", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", "math", "microcontroller", "neopixel_write", "nvm", - "onewireio", "os", - "paralleldisplaybus", "pwmio", "rainbowio", "random", @@ -25577,23 +118678,15 @@ "struct", "supervisor", "sys", - "terminalio", "time", "touchio", "usb_cdc", "usb_hid", - "usb_midi", - "warnings" + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5273, - "id": "itsybitsy_m4_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -25619,99 +118712,43 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", - "audiocore", - "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "i2cdisplaybus", - "i2ctarget", - "io", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4411, - "id": "itsybitsy_nrf52840_express", + "downloads": 124, + "id": "sparkfun_qwiic_micro_with_flash", "versions": [ { "extensions": [ @@ -25738,100 +118775,39 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3592, - "id": "jpconstantineau_encoderpad_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -25857,110 +118833,44 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3952, - "id": "jpconstantineau_pykey18", + "downloads": 179, + "id": "sparkfun_redboard_turbo", "versions": [ { "extensions": [ @@ -25987,111 +118897,53 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", - "errno", - "floppyio", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", - "qrio", - "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2606, - "id": "jpconstantineau_pykey44", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -26117,110 +118969,58 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", - "errno", - "floppyio", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", - "qrio", - "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4168, - "id": "jpconstantineau_pykey60", + "downloads": 163, + "id": "sparkfun_samd21_dev", "versions": [ { "extensions": [ @@ -26247,110 +119047,100 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3107, - "id": "jpconstantineau_pykey87", + "downloads": 180, + "id": "sparkfun_samd21_mini", "versions": [ { "extensions": [ @@ -26377,110 +119167,100 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2842, - "id": "kicksat-sprite", + "downloads": 144, + "id": "sparkfun_samd51_micromod", "versions": [ { "extensions": [ @@ -26508,17 +119288,28 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "alarm", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmaptools", "board", "builtins", "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", @@ -26526,47 +119317,73 @@ "collections", "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", "frequencyio", + "getpass", + "gifio", + "i2cdisplaybus", "i2ctarget", "io", + "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", "locale", "math", + "max3421e", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", "samd", "sdcardio", "select", + "sharpdisplay", + "spitarget", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", + "touchio", "traceback", + "ulab", + "usb", "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2083, - "id": "lilygo_t_display_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -26594,24 +119411,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -26630,12 +119446,11 @@ "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "i2ctarget", - "imagecapture", "io", "jpegio", "json", @@ -26645,7 +119460,7 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", + "max3421e", "microcontroller", "msgpack", "neopixel_write", @@ -26654,25 +119469,27 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", + "spitarget", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -26680,26 +119497,23 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 578, - "id": "lilygo_tdeck", + "downloads": 204, + "id": "sparkfun_samd51_thing_plus", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -26725,21 +119539,22 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", - "bitmapfilter", "bitmaptools", "board", "builtins", @@ -26748,29 +119563,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", + "i2ctarget", "io", - "ipaddress", "jpegio", "json", "keypad", @@ -26779,8 +119588,7 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", + "max3421e", "microcontroller", "msgpack", "neopixel_write", @@ -26792,49 +119600,42 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", + "spitarget", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 96, - "id": "lilygo_tdisplay_s3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -26860,21 +119661,22 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", - "bitmapfilter", "bitmaptools", "board", "builtins", @@ -26883,29 +119685,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", + "i2ctarget", "io", - "ipaddress", "jpegio", "json", "keypad", @@ -26914,8 +119710,7 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", + "max3421e", "microcontroller", "msgpack", "neopixel_write", @@ -26927,45 +119722,45 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", + "spitarget", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1502, - "id": "lilygo_tembed_esp32s3", + "downloads": 193, + "id": "sparkfun_stm32_thing_plus", "versions": [ { "extensions": [ @@ -26995,18 +119790,19 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", @@ -27021,65 +119817,52 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -27089,22 +119872,15 @@ "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1049, - "id": "lilygo_ttgo_t-01c3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -27128,16 +119904,23 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "analogbufio", + "alarm", "analogio", "array", "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -27151,37 +119934,32 @@ "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -27190,33 +119968,35 @@ "rgbmatrix", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 801, - "id": "lilygo_ttgo_t-oi-plus", + "downloads": 34, + "id": "sparkfun_stm32f405_micromod", "versions": [ { "extensions": [ @@ -27244,16 +120024,23 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "analogbufio", + "alarm", "analogio", "array", "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -27267,37 +120054,32 @@ "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -27306,38 +120088,33 @@ "rgbmatrix", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2213, - "id": "lilygo_ttgo_t8_esp32_s2_wroom", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -27361,20 +120138,23 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -27386,63 +120166,52 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -27452,22 +120221,20 @@ "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1748, - "id": "lilygo_ttgo_t8_s2", + "downloads": 275, + "id": "sparkfun_teensy_micromod", "versions": [ { "extensions": [ - "bin", + "hex", "uf2" ], "frozen_libraries": [], @@ -27492,20 +120259,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -27514,93 +120285,191 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "hex", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "microcontroller", + "msgpack", + "neopixel_write", + "onewireio", + "os", + "os.getenv", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1987, - "id": "lilygo_ttgo_t8_s2_st7789", + "downloads": 229, + "id": "sparkfun_thing_plus_rp2040", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -27625,6 +120494,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -27637,9 +120508,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -27647,38 +120522,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -27688,7 +120560,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -27697,43 +120568,39 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1016, - "id": "lilygo_ttgo_tdisplay_esp32_16m", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -27757,6 +120624,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -27769,9 +120638,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -27779,37 +120652,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -27819,49 +120690,57 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 81, - "id": "lilygo_ttgo_tdisplay_esp32_4m", + "downloads": 149, + "id": "sparkfun_thing_plus_rp2350", "versions": [ { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -27883,21 +120762,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -27905,26 +120793,24 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", + "cyw43", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "ipaddress", "jpegio", @@ -27933,7 +120819,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "mdns", "memorymap", @@ -27945,13 +120834,16 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -27964,10 +120856,15 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", @@ -27975,19 +120872,15 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 614, - "id": "lilygo_twatch_2020_v3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -28009,21 +120902,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -28031,27 +120933,24 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", + "cyw43", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "ipaddress", "jpegio", @@ -28060,7 +120959,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "mdns", "memorymap", @@ -28072,14 +120974,16 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -28092,98 +120996,38 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2082, - "id": "loc_ber_m4_base_board", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "alarm", - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "ps2io", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "samd", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "watchdog" - ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1258, - "id": "lolin_c3_mini", + "downloads": 66, + "id": "sparkfun_thingplus_matter_mgm240p_brd2704a", "versions": [ { "extensions": [ "bin" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_ble", + "adafruit_register" + ], "languages": [ "de_DE", "en_GB", @@ -28205,16 +121049,17 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "analogbufio", "analogio", "array", "atexit", "binascii", - "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -28223,84 +121068,62 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", + "lvfontio", "math", - "mdns", "microcontroller", "msgpack", - "neopixel_write", "nvm", "onewireio", "os", "os.getenv", - "ps2io", - "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", - "touchio", "traceback", "ulab", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 603, - "id": "lolin_c3_pico", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" ], "frozen_libraries": [ - "neopixel" + "adafruit_ble", + "adafruit_register" ], "languages": [ "de_DE", @@ -28323,16 +121146,17 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "analogbufio", "analogio", "array", "atexit", "binascii", - "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -28341,86 +121165,66 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", + "lvfontio", "math", - "mdns", "microcontroller", "msgpack", - "neopixel_write", "nvm", "onewireio", "os", "os.getenv", - "ps2io", - "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", - "touchio", "traceback", "ulab", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 6259, - "id": "lolin_s2_mini", + "downloads": 144, + "id": "splitkb_liatris", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -28442,6 +121246,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -28454,9 +121260,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -28464,38 +121274,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -28505,7 +121312,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -28514,48 +121320,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1617, - "id": "lolin_s2_pico", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -28577,6 +121376,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -28589,9 +121390,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -28599,38 +121404,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -28640,7 +121442,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -28649,44 +121450,45 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2141, - "id": "lolin_s3", + "downloads": 91, + "id": "spotpear_esp32c3_lcd_1_44", "versions": [ { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -28711,6 +121513,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -28723,8 +121527,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -28736,19 +121542,15 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", @@ -28761,10 +121563,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -28772,7 +121577,6 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", @@ -28780,12 +121584,12 @@ "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -28793,13 +121597,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -28807,22 +121610,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1166, - "id": "lolin_s3_mini", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -28844,6 +121638,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -28856,8 +121653,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -28867,20 +121666,17 @@ "busio.SPI", "busio.UART", "canio", + "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", @@ -28893,10 +121689,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -28911,12 +121710,12 @@ "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -28924,32 +121723,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 0, - "id": "lolin_s3_pro", + "downloads": 43, + "id": "spotpear_esp32c3_lcd_1_69", "versions": [ { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -28974,6 +121771,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -28986,8 +121785,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -28999,19 +121800,15 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", @@ -29024,10 +121821,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -29035,7 +121835,6 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", @@ -29043,12 +121842,12 @@ "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -29056,13 +121855,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -29070,14 +121868,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1965, - "id": "luatos_core_esp32c3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -29104,16 +121896,25 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29127,7 +121928,6 @@ "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -29147,8 +121947,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "microcontroller", "msgpack", @@ -29169,30 +121973,202 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 252, + "id": "spresense", + "versions": [ + { + "extensions": [ + "spk" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "camera", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "gnss", + "io", + "json", + "locale", + "math", + "microcontroller", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "traceback", + "ulab", + "usb_cdc", + "warnings", + "zlib" + ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "spk" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogio", + "array", + "atexit", + "binascii", + "bitbangio", + "board", + "builtins", + "builtins.pow3", + "busio", + "busio.SPI", + "busio.UART", + "camera", + "codeop", + "collections", + "digitalio", + "errno", + "getpass", + "gnss", + "io", + "json", + "locale", + "math", + "microcontroller", + "onewireio", + "os", + "os.getenv", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rtc", + "sdcardio", + "sdioio", + "select", + "storage", + "struct", + "supervisor", + "sys", + "time", + "traceback", + "ulab", + "usb_cdc", + "warnings", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 196, - "id": "luatos_core_esp32c3_ch343", + "downloads": 55, + "id": "sqfmi_watchy", "versions": [ { "extensions": [ @@ -29220,16 +122196,26 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29241,16 +122227,18 @@ "canio", "codeop", "collections", + "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", @@ -29263,9 +122251,14 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -29273,28 +122266,33 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", + "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", @@ -29302,14 +122300,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 842, - "id": "m5stack_atom_echo", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -29336,6 +122328,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -29347,9 +122342,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29364,7 +122362,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -29386,8 +122383,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -29410,6 +122411,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -29417,28 +122419,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1167, - "id": "m5stack_atom_lite", + "downloads": 135, + "id": "ssci_isp1807_dev_board", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -29462,20 +122466,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29484,37 +122492,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -29524,47 +122526,42 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 940, - "id": "m5stack_atom_matrix", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -29588,20 +122585,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29610,37 +122611,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -29650,47 +122645,48 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 779, - "id": "m5stack_atom_u", + "downloads": 122, + "id": "ssci_isp1807_micro_board", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -29714,20 +122710,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29736,37 +122736,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -29776,47 +122770,41 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 454, - "id": "m5stack_atoms3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -29842,20 +122830,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -29864,37 +122855,31 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -29904,7 +122889,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", @@ -29916,14 +122900,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -29934,21 +122917,179 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 148, + "id": "st_nucleo_u575zi_q", + "versions": [ + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "struct", + "time", + "usb_cdc", + "zephyr_serial" + ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "struct", + "time", + "usb_cdc", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1354, - "id": "m5stack_atoms3_lite", + "downloads": 131, + "id": "st_stm32h7b3i_dk", + "versions": [ + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": true, + "version": "10.0.3" + }, + { + "extensions": [ + "hex" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "digitalio", + "microcontroller", + "os", + "random", + "storage", + "struct", + "time", + "zephyr_serial" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 99, + "id": "stackrduino_m0_pro", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -29972,115 +123113,56 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 356, - "id": "m5stack_atoms3u", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -30104,116 +123186,63 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 111, - "id": "m5stack_cardputer", + "downloads": 201, + "id": "stm32f411ce_blackpill", "versions": [ { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -30238,20 +123267,17 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -30260,99 +123286,69 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1094, - "id": "m5stack_core2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_display_text", - "adafruit_fakerequests", - "adafruit_requests", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -30374,20 +123370,18 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -30396,85 +123390,69 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1273, - "id": "m5stack_core_basic", + "downloads": 104, + "id": "stm32f411ce_blackpill_with_flash", "versions": [ { "extensions": [ @@ -30502,20 +123480,22 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -30524,84 +123504,65 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 918, - "id": "m5stack_core_fire", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -30628,20 +123589,22 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -30650,88 +123613,74 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 89, - "id": "m5stack_dial", + "downloads": 72, + "id": "stm32f411ve_discovery", "versions": [ { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -30755,22 +123704,14 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", @@ -30778,65 +123719,48 @@ "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -30844,21 +123768,12 @@ "usb_cdc", "usb_hid", "usb_midi", - "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 146, - "id": "m5stack_m5paper", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -30888,18 +123803,11 @@ "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", @@ -30907,83 +123815,66 @@ "busio", "busio.SPI", "busio.UART", - "canio", - "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "vectorio", + "usb_cdc", + "usb_hid", + "usb_midi", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 878, - "id": "m5stack_stamp_c3", + "downloads": 22, + "id": "stm32f412zg_discovery", "versions": [ { "extensions": [ @@ -31011,16 +123902,22 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "analogbufio", "analogio", "array", "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -31029,78 +123926,66 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1339, - "id": "m5stack_stick_c", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -31127,20 +124012,22 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -31149,83 +124036,71 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 191, - "id": "m5stack_stick_c_plus", + "downloads": 112, + "id": "stm32f4_discovery", "versions": [ { "extensions": [ @@ -31253,20 +124128,23 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -31278,81 +124156,65 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 690, - "id": "m5stack_timer_camera_x", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -31379,20 +124241,23 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -31404,87 +124269,74 @@ "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 893, - "id": "magiclick_s3_n4r2", + "downloads": 55, + "id": "stm32f746g_discovery", "versions": [ { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -31508,20 +124360,17 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", - "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -31530,66 +124379,50 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", - "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -31599,34 +124432,16 @@ "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1539, - "id": "maker_badge", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "adafruit_bus_device", - "adafruit_connection_manager", - "adafruit_display_text", - "adafruit_register", - "adafruit_requests", - "adafruit_ssd1680", - "adafruit_uc8151d", - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -31648,20 +124463,17 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", - "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -31670,66 +124482,50 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", - "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -31739,18 +124535,16 @@ "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3934, - "id": "makerdiary_m60_keyboard", + "downloads": 143, + "id": "stringcar_m0_express", "versions": [ { "extensions": [ @@ -31777,109 +124571,60 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1318, - "id": "makerdiary_nrf52840_connectkit", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_ble", - "adafruit_hid", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -31900,103 +124645,64 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", "audiobusio", "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3729, - "id": "makerdiary_nrf52840_m2_devkit", + "downloads": 86, + "id": "sunton_esp32_2424S012", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -32021,11 +124727,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -32033,9 +124742,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -32044,29 +124753,37 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -32074,48 +124791,44 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2976, - "id": "makerdiary_nrf52840_mdk", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex" + "bin" ], "frozen_libraries": [], "languages": [ @@ -32140,11 +124853,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -32152,9 +124868,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -32163,29 +124879,37 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -32193,49 +124917,50 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", "rgbmatrix", - "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2442, - "id": "makerdiary_nrf52840_mdk_usb_dongle", + "downloads": 141, + "id": "sunton_esp32_2432S024C", "versions": [ { "extensions": [ - "hex", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -32260,21 +124985,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -32283,6 +125012,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -32290,21 +125020,32 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -32314,48 +125055,44 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 481, - "id": "makerfabs_tft7", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -32380,6 +125117,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -32391,7 +125130,9 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -32409,11 +125150,8 @@ "countio", "digitalio", "displayio", - "dotclockframebuffer", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -32433,8 +125171,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -32448,17 +125190,16 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -32466,31 +125207,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 409, - "id": "maple_elite_pi", + "downloads": 653, + "id": "sunton_esp32_2432S028", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -32515,6 +125255,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -32526,13 +125268,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -32540,6 +125282,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -32547,25 +125290,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -32575,60 +125325,184 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", + "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "board", + "builtins", + "builtins.pow3", + "busdisplay", + "busio", + "busio.SPI", + "busio.UART", + "canio", + "codeop", + "collections", + "countio", + "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", + "microcontroller", + "msgpack", + "neopixel_write", + "nvm", + "onewireio", + "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "rainbowio", + "random", + "re", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", + "storage", + "struct", + "supervisor", + "synthio", + "sys", + "terminalio", + "tilepalettemapper", + "time", + "touchio", + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 9989, - "id": "matrixportal_m4", + "downloads": 137, + "id": "sunton_esp32_2432S032C", "versions": [ { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_esp32spi", - "adafruit_portalbase", - "adafruit_requests", - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -32651,10 +125525,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -32665,6 +125543,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -32673,6 +125552,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -32680,23 +125560,33 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -32704,47 +125594,45 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "usb_cdc", - "usb_hid", - "usb_midi", + "ulab", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3070, - "id": "melopero_shake_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -32769,6 +125657,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -32780,13 +125670,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -32794,6 +125684,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -32801,25 +125692,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -32829,57 +125727,52 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4880, - "id": "meowbit_v121", + "downloads": 81, + "id": "sunton_esp32_8048S050", "versions": [ { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "stage", - "ugame" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -32901,19 +125794,26 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", "builtins.pow3", @@ -32921,129 +125821,92 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", + "dotclockframebuffer", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", + "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "usb_cdc", - "usb_hid", - "usb_midi", + "ulab", + "usb", "vectorio", - "warnings" + "warnings", + "watchdog", + "wifi", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3254, - "id": "meowmeow", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5232, - "id": "metro_m0_express", - "versions": [ - { - "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -33066,65 +125929,126 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", + "dotclockframebuffer", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" + "traceback", + "ulab", + "usb", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 8887, - "id": "metro_m4_airlift_lite", + "downloads": 133, + "id": "sunton_esp32_8048S070", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -33149,21 +126073,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -33172,29 +126099,43 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", "digitalio", "displayio", + "dotclockframebuffer", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -33206,45 +126147,44 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4903, - "id": "metro_m4_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -33269,21 +126209,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -33292,29 +126235,43 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", "digitalio", "displayio", + "dotclockframebuffer", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -33326,52 +126283,52 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2185, - "id": "metro_m7_1011", + "downloads": 762, + "id": "supermini_nrf52840", "versions": [ { "extensions": [ - "hex", "uf2" ], - "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_esp32spi", - "adafruit_requests" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -33394,10 +126351,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogio", "array", "atexit", @@ -33408,6 +126367,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -33418,6 +126378,7 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", @@ -33435,18 +126396,26 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", @@ -33458,6 +126427,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -33467,17 +126437,12 @@ "usb_midi", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2278, - "id": "metro_nrf52840_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -33505,6 +126470,7 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -33520,6 +126486,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -33548,7 +126515,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -33576,6 +126546,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -33588,18 +126559,19 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 8611, - "id": "microbit_v2", + "downloads": 128, + "id": "swan_r5", "versions": [ { "extensions": [ - "combined.hex" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -33622,52 +126594,88 @@ "zh_Latn_pinyin" ], "modules": [ - "_bleio", + "_asyncio", + "aesio", "alarm", "analogio", "array", + "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", "microcontroller", - "neopixel_write", - "nvm", + "msgpack", "onewireio", "os", + "os.getenv", "pulseio", "pwmio", "rainbowio", "random", - "rotaryio", + "re", "rtc", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", - "touchio" + "touchio", + "traceback", + "ulab", + "usb_cdc", + "vectorio", + "warnings", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 656, - "id": "microdev_micro_c3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -33691,16 +126699,19 @@ ], "modules": [ "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", "aesio", - "analogbufio", + "alarm", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -33709,81 +126720,70 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "microcontroller", "msgpack", - "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rtc", - "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb_cdc", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1533, - "id": "microdev_micro_s2", + "downloads": 117, + "id": "takayoshiotake_octave_rp2040", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -33808,6 +126808,8 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -33820,9 +126822,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -33830,38 +126836,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -33871,7 +126874,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -33880,47 +126882,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 10201, - "id": "mini_sam_m4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_dotstar" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -33943,21 +126939,26 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -33972,14 +126973,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -33987,8 +126990,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -33997,77 +127004,56 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1373, - "id": "mixgo_ce_serial", + "downloads": 175, + "id": "targett_module_clip_wroom", "versions": [ { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [ - "Image", - "adafruit_connection_manager", - "adafruit_framebuf", - "adafruit_irremote", - "adafruit_minimqtt", - "adafruit_requests", - "adafruit_rtttl", - "blynklib", - "blynktimer", - "button", - "infrared", - "irremote", - "led", - "matcher", - "matrix", - "mixgoce", - "mixpy", - "mmatrix", - "msa301", - "music", - "mxc6655xa", - "neopixel", - "pixels", - "sensor", - "touchpad" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -34089,6 +127075,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -34100,9 +127087,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -34117,7 +127107,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -34139,8 +127128,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -34164,6 +127157,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -34171,10 +127165,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -34185,46 +127181,14 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1309, - "id": "mixgo_ce_udisk", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [ - "Image", - "adafruit_connection_manager", - "adafruit_framebuf", - "adafruit_irremote", - "adafruit_minimqtt", - "adafruit_requests", - "adafruit_rtttl", - "blynklib", - "blynktimer", - "button", - "infrared", - "irremote", - "led", - "matcher", - "matrix", - "mixgoce", - "mixpy", - "mmatrix", - "msa301", - "music", - "mxc6655xa", - "neopixel", - "pixels", - "sensor", - "touchpad" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -34246,6 +127210,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -34257,9 +127222,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -34274,7 +127242,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -34296,8 +127263,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -34321,6 +127292,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -34328,10 +127300,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -34341,17 +127315,18 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5161, - "id": "monster_m4sk", + "downloads": 171, + "id": "targett_module_clip_wrover", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -34376,21 +127351,24 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -34399,6 +127377,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -34406,24 +127385,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -34435,42 +127424,43 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1067, - "id": "morpheans_morphesp-240", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -34498,6 +127488,7 @@ ], "modules": [ "_asyncio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -34509,9 +127500,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -34526,9 +127520,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -34548,8 +127542,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -34563,6 +127561,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -34573,6 +127572,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -34580,10 +127580,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -34593,18 +127595,18 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1647, - "id": "muselab_nanoesp32_s2_wroom", + "downloads": 553, + "id": "teensy40", "versions": [ { "extensions": [ - "bin", + "hex", "uf2" ], "frozen_libraries": [], @@ -34629,20 +127631,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -34651,91 +127657,71 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1646, - "id": "muselab_nanoesp32_s2_wrover", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", + "hex", "uf2" ], "frozen_libraries": [], @@ -34760,20 +127746,24 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -34782,92 +127772,77 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", - "nvm", "onewireio", "os", "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", "vectorio", "warnings", - "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3020, - "id": "ndgarage_ndbit6", + "downloads": 834, + "id": "teensy41", "versions": [ { "extensions": [ + "hex", "uf2" ], "frozen_libraries": [], @@ -34891,46 +127866,99 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", "microcontroller", + "msgpack", "neopixel_write", - "nvm", + "onewireio", "os", + "os.getenv", "pwmio", "rainbowio", "random", + "re", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1867, - "id": "ndgarage_ndbit6_v2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "hex", "uf2" ], "frozen_libraries": [], @@ -34954,52 +127982,107 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", "microcontroller", + "msgpack", "neopixel_write", - "nvm", + "onewireio", "os", + "os.getenv", "pwmio", "rainbowio", "random", + "re", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "vectorio", + "warnings", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5180, - "id": "neopixel_trinkey_m0", + "downloads": 159, + "id": "teknikio_bluebird", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [ - "adafruit_hid", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -35020,40 +128103,100 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", + "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", "rainbowio", "random", + "re", + "rgbmatrix", + "rotaryio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5222, - "id": "nfc_copy_cat", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -35079,50 +128222,114 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "i2cdisplaybus", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7020, - "id": "nice_nano", + "downloads": 203, + "id": "thingpulse_pendrive_s3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -35145,11 +128352,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -35157,9 +128367,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -35168,6 +128378,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -35175,21 +128386,32 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -35198,7 +128420,7 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", @@ -35208,40 +128430,44 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 768, - "id": "nucleo_f446re", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -35263,54 +128489,120 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", "adafruit_bus_device", + "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "ps2io", "pulseio", "pwmio", + "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", + "sdcardio", + "sdioio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", + "touchio", "traceback", + "ulab", + "usb", "usb_cdc", + "usb_hid", + "usb_midi", + "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 847, - "id": "nucleo_f746zg", + "downloads": 37, + "id": "thunderpack_v11", "versions": [ { "extensions": [ @@ -35338,16 +128630,18 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", + "analogio", "array", "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", @@ -35368,16 +128662,20 @@ "gifio", "i2cdisplaybus", "io", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "microcontroller", "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", @@ -35395,26 +128693,18 @@ "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 773, - "id": "nucleo_f767zi", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -35441,16 +128731,18 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", + "analogio", "array", "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", @@ -35471,16 +128763,20 @@ "gifio", "i2cdisplaybus", "io", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "microcontroller", "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", @@ -35498,25 +128794,23 @@ "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 570, - "id": "nucleo_h743zi_2", + "downloads": 20, + "id": "thunderpack_v12", "versions": [ { "extensions": [ @@ -35544,16 +128838,17 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", + "analogio", "array", "atexit", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", @@ -35574,19 +128869,25 @@ "gifio", "i2cdisplaybus", "io", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "microcontroller", "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "pulseio", + "pwmio", "rainbowio", "random", "re", @@ -35599,29 +128900,21 @@ "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb_cdc", - "usb_hid", "usb_midi", - "vectorio", - "warnings", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5498, - "id": "nullbits_bit_c_pro", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -35645,25 +128938,17 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -35673,31 +128958,27 @@ "busio.UART", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", - "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -35705,16 +128986,11 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", - "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", @@ -35722,32 +128998,25 @@ "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", - "usb_hid", - "usb_host", "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2711, - "id": "odt_bread_2040", + "downloads": 206, + "id": "tinkeringtech_scoutmakes_azul", "versions": [ { "extensions": [ @@ -35776,12 +129045,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", @@ -35792,8 +129061,8 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -35808,16 +129077,12 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "jpegio", "json", @@ -35825,7 +129090,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -35838,13 +129106,11 @@ "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", @@ -35855,30 +129121,22 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2837, - "id": "odt_cast_away_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -35906,12 +129164,12 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", @@ -35922,8 +129180,8 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -35938,16 +129196,12 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "jpegio", "json", @@ -35955,7 +129209,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -35968,13 +129225,11 @@ "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", @@ -35985,33 +129240,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1742, - "id": "odt_pixelwing_esp32_s2", + "downloads": 309, + "id": "trellis_m4_express", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -36041,13 +129293,13 @@ "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmaptools", @@ -36058,29 +129310,21 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", "fontio", "fourwire", - "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", + "i2ctarget", "io", - "ipaddress", "jpegio", "json", "keypad", @@ -36089,8 +129333,6 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -36102,24 +129344,22 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", - "sharpdisplay", - "socketpool", - "ssl", + "spitarget", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -36130,18 +129370,11 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3284, - "id": "ohs2020_badge", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -36168,7 +129401,6 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -36177,11 +129409,10 @@ "analogio", "array", "atexit", - "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", "bitmaptools", @@ -36201,10 +129432,11 @@ "errno", "fontio", "fourwire", - "framebufferio", + "frequencyio", "getpass", "gifio", "i2cdisplaybus", + "i2ctarget", "io", "jpegio", "json", @@ -36214,7 +129446,6 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -36223,23 +129454,25 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", - "sharpdisplay", + "spitarget", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -36252,14 +129485,134 @@ "watchdog", "zlib" ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 952, + "id": "trinket_m0", + "versions": [ + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4402, - "id": "openbook_m4", + "downloads": 141, + "id": "trinket_m0_haxpress", "versions": [ { "extensions": [ @@ -36286,76 +129639,40 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", "audiobusio", "audiocore", "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", "i2cdisplaybus", - "i2ctarget", - "io", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", @@ -36363,28 +129680,17 @@ "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 707, - "id": "openmv_h7", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -36407,25 +129713,18 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", + "analogio", "array", - "atexit", - "binascii", - "bitbangio", - "bitmaptools", + "audiobusio", + "audiocore", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", "digitalio", "displayio", @@ -36433,31 +129732,21 @@ "errno", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", "i2cdisplaybus", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", "microcontroller", - "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", - "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", "rainbowio", "random", - "re", + "rotaryio", "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", @@ -36465,23 +129754,19 @@ "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", "usb_midi", - "vectorio", - "warnings", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 84, - "id": "oxocard_artwork", + "downloads": 42, + "id": "ttgo_t8_v1_7", "versions": [ { "extensions": [ @@ -36509,6 +129794,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -36520,9 +129808,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -36537,9 +129828,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -36559,8 +129850,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -36574,6 +129869,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -36583,6 +129879,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -36590,10 +129887,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", @@ -36601,14 +129900,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 90, - "id": "oxocard_connect", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin" @@ -36635,6 +129928,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -36646,9 +129942,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -36663,9 +129962,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -36685,8 +129984,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -36700,6 +130003,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -36709,6 +130013,7 @@ "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -36716,28 +130021,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 78, - "id": "oxocard_galaxy", + "downloads": 44, + "id": "uartlogger2", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -36761,18 +130068,21 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmaptools", @@ -36783,29 +130093,22 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", @@ -36813,8 +130116,6 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -36829,41 +130130,36 @@ "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 95, - "id": "oxocard_science", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -36887,18 +130183,21 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmaptools", @@ -36909,29 +130208,22 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", - "hashlib", "i2cdisplaybus", "io", - "ipaddress", - "jpegio", "json", "keypad", "keypad.KeyMatrix", @@ -36939,8 +130231,6 @@ "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -36955,40 +130245,42 @@ "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", "touchio", "traceback", "ulab", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 237, - "id": "p1am_200", + "downloads": 207, + "id": "uchip", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -37012,103 +130304,101 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "bitmaptools", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "i2cdisplaybus", - "i2ctarget", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", "microcontroller", - "msgpack", "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", - "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", "rtc", - "samd", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", "touchio", - "traceback", - "ulab", "usb_cdc", "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_midi" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "analogio", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "rtc", + "storage", + "struct", + "supervisor", + "sys", + "time", + "touchio", + "usb_cdc", + "usb_hid", + "usb_midi" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1705, - "id": "pajenicko_picopad", + "downloads": 143, + "id": "ugame10", "versions": [ { "extensions": [ @@ -37138,124 +130428,60 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", "_stage", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", - "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "ipaddress", - "jpegio", - "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", - "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "picodvi", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rp2pio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", - "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4080, - "id": "particle_argon", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "stage", + "ugame" + ], "languages": [ "de_DE", "en_GB", @@ -37276,105 +130502,67 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", + "_stage", "analogio", "array", - "atexit", - "audiobusio", "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", + "audioio", "board", "builtins", - "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", - "countio", "digitalio", "displayio", "epaperdisplay", "errno", "fontio", "fourwire", - "framebufferio", - "getpass", - "gifio", "i2cdisplaybus", - "io", - "jpegio", - "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", "microcontroller", - "msgpack", - "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", "time", - "touchio", - "traceback", - "ulab", "usb_cdc", - "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "zlib" + "warnings" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2565, - "id": "particle_boron", + "downloads": 124, + "id": "ugame22", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "pew", + "stage", + "ugame" + ], "languages": [ "de_DE", "en_GB", @@ -37397,11 +130585,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -37412,7 +130603,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -37427,12 +130620,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -37440,7 +130637,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -37453,11 +130653,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -37468,32 +130670,34 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4428, - "id": "particle_xenon", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "pew", + "stage", + "ugame" + ], "languages": [ "de_DE", "en_GB", @@ -37516,11 +130720,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -37531,7 +130738,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -37546,12 +130755,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -37559,7 +130772,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -37572,11 +130788,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -37587,33 +130805,40 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1818, - "id": "pca10056", + "downloads": 102, + "id": "unexpectedmaker_bling", "versions": [ { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_sdcard", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -37636,11 +130861,15 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -37648,9 +130877,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -37659,6 +130888,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -37666,21 +130896,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -37690,8 +130932,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -37699,41 +130943,45 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2204, - "id": "pca10059", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_sdcard", + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -37756,11 +131004,15 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -37768,9 +131020,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -37779,6 +131031,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -37786,21 +131039,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -37810,8 +131075,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -37819,109 +131086,50 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4911, - "id": "pca10100", + "downloads": 166, + "id": "unexpectedmaker_blizzard_s3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_bleio", - "alarm", - "analogio", - "array", - "audiobusio", - "audiocore", - "audiopwmio", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 315, - "id": "pctel_wsc_1450", - "versions": [ - { - "extensions": [ - "uf2" + "frozen_libraries": [ + "neopixel" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -37944,11 +131152,15 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -37956,9 +131168,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -37967,6 +131179,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -37974,21 +131187,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -37998,8 +131223,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -38007,171 +131234,43 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3750, - "id": "pewpew10", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "pew" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_pew", - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3460, - "id": "pewpew_lcd", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "pew" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "displayio", - "fontio", - "fourwire", - "keypad", - "keypad.Keys", - "math", - "microcontroller", - "neopixel_write", - "os", - "random", - "samd", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "usb_cdc" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3798, - "id": "pewpew_m4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "pew", - "stage", - "ugame" + "neopixel" ], "languages": [ "de_DE", @@ -38193,114 +131292,129 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", "_stage", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", + "analogio", "array", + "atexit", + "audiobusio", "audiocore", - "audioio", "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", "keypad", + "keypad.KeyMatrix", "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", - "nvm", - "os", - "random", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "usb_cdc", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3446, - "id": "picoplanet", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3480, - "id": "pillbug", + "downloads": 41, + "id": "unexpectedmaker_edges3d", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -38326,11 +131440,15 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -38338,9 +131456,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -38349,6 +131467,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -38356,21 +131475,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -38380,8 +131511,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -38389,37 +131522,39 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5760, - "id": "pimoroni_badger2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -38445,7 +131580,10 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -38458,11 +131596,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -38470,6 +131607,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -38477,25 +131615,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -38505,6 +131651,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -38513,17 +131660,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -38531,31 +131682,28 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2485, - "id": "pimoroni_badger2040w", + "downloads": 329, + "id": "unexpectedmaker_feathers2", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_register", - "pcf85063a" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -38577,7 +131725,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -38589,13 +131737,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -38603,24 +131751,26 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "ipaddress", "jpegio", @@ -38629,8 +131779,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -38641,6 +131795,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -38649,12 +131804,12 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -38662,6 +131817,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -38669,9 +131825,7 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", @@ -38679,21 +131833,14 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1668, - "id": "pimoroni_inky_frame_5_7", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -38715,7 +131862,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -38727,13 +131874,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -38741,24 +131888,26 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "ipaddress", "jpegio", @@ -38767,8 +131916,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -38779,6 +131932,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -38787,12 +131941,12 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -38800,6 +131954,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -38807,31 +131962,29 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 39, - "id": "pimoroni_inky_frame_7_3", + "downloads": 262, + "id": "unexpectedmaker_feathers2_neo", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_register", - "pcf85063a" + "neopixel" ], "languages": [ "de_DE", @@ -38854,7 +132007,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -38866,13 +132019,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -38880,24 +132033,26 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "ipaddress", "jpegio", @@ -38906,8 +132061,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -38918,6 +132077,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -38926,12 +132086,12 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -38939,6 +132099,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -38946,9 +132107,7 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", @@ -38956,19 +132115,16 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4724, - "id": "pimoroni_interstate75", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -38990,7 +132146,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39002,13 +132158,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39016,6 +132172,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39023,25 +132180,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39051,6 +132216,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39059,17 +132225,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39077,25 +132246,25 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5113, - "id": "pimoroni_keybow2040", + "downloads": 255, + "id": "unexpectedmaker_feathers2_prerelease", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -39120,7 +132289,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39132,13 +132301,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39146,6 +132315,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39153,25 +132323,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39181,6 +132359,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39189,17 +132368,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39207,25 +132389,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4549, - "id": "pimoroni_motor2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -39250,7 +132426,7 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39262,13 +132438,13 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39276,6 +132452,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39283,25 +132460,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39311,6 +132496,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39319,17 +132505,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39337,28 +132526,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3539, - "id": "pimoroni_pga2040", + "downloads": 366, + "id": "unexpectedmaker_feathers3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -39381,6 +132572,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39394,11 +132587,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39406,6 +132598,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39413,25 +132606,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39441,6 +132642,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39449,17 +132651,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39467,29 +132673,23 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2737, - "id": "pimoroni_pico_dv_base", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_sdcard" + "neopixel" ], "languages": [ "de_DE", @@ -39513,6 +132713,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39526,11 +132728,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39538,6 +132739,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39545,25 +132747,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39573,7 +132783,7 @@ "os", "os.getenv", "paralleldisplaybus", - "picodvi", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39582,17 +132792,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39600,29 +132814,29 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 388, - "id": "pimoroni_pico_dv_base_w", + "downloads": 152, + "id": "unexpectedmaker_feathers3_neo", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_sdcard" + "neopixel" ], "languages": [ "de_DE", @@ -39646,6 +132860,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39659,11 +132875,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39671,24 +132886,26 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "ipaddress", "jpegio", @@ -39697,8 +132914,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -39709,7 +132930,7 @@ "os", "os.getenv", "paralleldisplaybus", - "picodvi", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39718,12 +132939,13 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -39731,6 +132953,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39738,9 +132961,7 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", @@ -39748,19 +132969,16 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5364, - "id": "pimoroni_picolipo_16mb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -39783,6 +133001,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39796,11 +133016,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39808,6 +133027,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39815,25 +133035,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39843,6 +133071,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39851,17 +133080,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39869,28 +133102,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5037, - "id": "pimoroni_picolipo_4mb", + "downloads": 150, + "id": "unexpectedmaker_nanos3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -39913,6 +133148,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -39926,11 +133163,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -39938,6 +133174,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -39945,25 +133182,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -39973,6 +133218,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -39981,17 +133227,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -39999,30 +133249,23 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5953, - "id": "pimoroni_picosystem", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "stage", - "ugame" + "neopixel" ], "languages": [ "de_DE", @@ -40046,8 +133289,9 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -40060,11 +133304,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -40072,6 +133315,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -40079,25 +133323,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -40107,6 +133359,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -40115,17 +133368,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -40133,28 +133390,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5022, - "id": "pimoroni_plasma2040", + "downloads": 171, + "id": "unexpectedmaker_omgs3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -40177,7 +133436,10 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -40190,11 +133452,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -40202,6 +133463,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -40209,25 +133471,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -40237,6 +133507,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -40245,17 +133516,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -40263,25 +133538,19 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1674, - "id": "pimoroni_plasma2040w", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ @@ -40309,7 +133578,10 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -40322,11 +133594,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -40334,24 +133605,26 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", "ipaddress", "jpegio", @@ -40360,8 +133633,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -40372,6 +133649,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -40380,12 +133658,13 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -40393,6 +133672,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -40400,29 +133680,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4629, - "id": "pimoroni_servo2040", + "downloads": 307, + "id": "unexpectedmaker_pros3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -40445,6 +133726,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -40458,11 +133741,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -40470,6 +133752,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -40477,25 +133760,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -40505,6 +133796,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -40513,17 +133805,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -40531,28 +133827,24 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5776, - "id": "pimoroni_tiny2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -40575,6 +133867,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -40588,11 +133882,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -40600,6 +133893,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -40607,25 +133901,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -40635,6 +133937,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -40643,17 +133946,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -40661,28 +133968,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4037, - "id": "pimoroni_tiny2040_2mb", + "downloads": 187, + "id": "unexpectedmaker_rgbtouch_mini", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -40705,7 +134014,10 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -40718,11 +134030,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -40730,6 +134041,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -40737,25 +134049,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -40765,6 +134085,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -40773,17 +134094,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -40791,33 +134116,24 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 0, - "id": "pirkey_m0", - "versions": [] - }, - { - "downloads": 3311, - "id": "pitaya_go", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -40840,11 +134156,15 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -40852,9 +134172,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -40863,6 +134183,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -40870,21 +134191,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -40894,8 +134227,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -40903,40 +134238,49 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 870, - "id": "pyb_nano_v2", + "downloads": 88, + "id": "unexpectedmaker_tinyc6", "versions": [ { "extensions": [ "bin" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -40958,15 +134302,21 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -40975,73 +134325,86 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", + "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", - "usb_cdc", - "usb_hid", - "usb_midi", + "ulab", + "usb", "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 6242, - "id": "pybadge", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [ - "stage", - "ugame" + "neopixel" ], "languages": [ "de_DE", @@ -41065,21 +134428,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audioio", - "audiomixer", - "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -41088,6 +134450,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -41095,20 +134458,31 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", "fontio", "fourwire", + "framebufferio", "frequencyio", "getpass", + "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -41116,7 +134490,6 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", @@ -41125,40 +134498,37 @@ "re", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 0, - "id": "pybadge_airlift", - "versions": [] - }, - { - "downloads": 936, - "id": "pyboard_v11", + "downloads": 70, + "id": "unexpectedmaker_tinypico", "versions": [ { "extensions": [ @@ -41187,20 +134557,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -41212,76 +134587,88 @@ "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", - "rgbmatrix", + "rotaryio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4643, - "id": "pycubed", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_register", - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -41303,39 +134690,70 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", "frequencyio", "getpass", - "i2ctarget", + "gifio", + "hashlib", + "i2cdisplaybus", "io", + "ipaddress", + "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -41343,49 +134761,54 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", + "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3155, - "id": "pycubed_mram", + "downloads": 11, + "id": "unexpectedmaker_tinypico_nano", "versions": [ { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_register", - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -41407,39 +134830,70 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", "frequencyio", "getpass", - "i2ctarget", + "gifio", + "hashlib", + "i2cdisplaybus", "io", + "ipaddress", + "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -41447,49 +134901,48 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", + "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2663, - "id": "pycubed_mram_v05", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_register", - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -41511,39 +134964,70 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", "digitalio", + "displayio", + "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", "frequencyio", "getpass", - "i2ctarget", + "gifio", + "hashlib", + "i2cdisplaybus", "io", + "ipaddress", + "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -41551,47 +135035,55 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", + "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3217, - "id": "pycubed_v05", + "downloads": 223, + "id": "unexpectedmaker_tinys2", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_register", "neopixel" ], "languages": [ @@ -41615,116 +135107,14 @@ ], "modules": [ "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogio", - "array", - "atexit", - "audiocore", - "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "board", - "builtins", - "builtins.pow3", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "countio", - "digitalio", - "errno", - "floppyio", - "frequencyio", - "getpass", - "i2ctarget", - "io", - "json", - "locale", - "math", - "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "pulseio", - "pwmio", - "rainbowio", - "random", - "re", - "rotaryio", - "rtc", - "samd", - "sdcardio", - "select", - "storage", - "struct", - "supervisor", - "synthio", - "sys", - "time", - "touchio", - "traceback", - "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings", - "watchdog", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5556, - "id": "pygamer", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "stage", - "ugame" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_bleio", + "_eve", "_pixelmap", "_stage", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -41735,6 +135125,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -41743,6 +135134,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -41750,20 +135142,34 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", "frequencyio", "getpass", + "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -41775,57 +135181,49 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 0, - "id": "pygamer_advance", - "versions": [] - }, - { - "downloads": 9257, - "id": "pyportal", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_display_text", - "adafruit_esp32spi", - "adafruit_fakerequests", - "adafruit_portalbase", - "adafruit_requests", "neopixel" ], "languages": [ @@ -41849,12 +135247,14 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -41865,6 +135265,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -41873,6 +135274,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -41880,24 +135282,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -41909,54 +135321,55 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5441, - "id": "pyportal_pynt", + "downloads": 314, + "id": "unexpectedmaker_tinys3", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_display_text", - "adafruit_esp32spi", - "adafruit_fakerequests", - "adafruit_portalbase", - "adafruit_requests", "neopixel" ], "languages": [ @@ -41981,21 +135394,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -42004,6 +135421,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -42011,24 +135429,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -42040,54 +135468,50 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 6201, - "id": "pyportal_titano", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [ - "adafruit_connection_manager", - "adafruit_display_text", - "adafruit_esp32spi", - "adafruit_fakerequests", - "adafruit_portalbase", - "adafruit_requests", "neopixel" ], "languages": [ @@ -42112,21 +135536,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -42135,6 +135563,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -42142,24 +135571,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -42171,174 +135610,58 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4648, - "id": "pyruler", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 6259, - "id": "qtpy_m0", + "downloads": 191, + "id": "unexpectedmaker_tinywatch_s3", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4828, - "id": "qtpy_m0_haxpress", - "versions": [ - { - "extensions": [ - "uf2" + "frozen_libraries": [ + "adafruit_st7789" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -42359,67 +135682,128 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "_stage", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 37675, - "id": "raspberry_pi_pico", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "adafruit_st7789" + ], "languages": [ "de_DE", "en_GB", @@ -42442,7 +135826,10 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", + "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -42455,11 +135842,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -42467,6 +135853,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -42474,25 +135861,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -42502,7 +135897,7 @@ "os", "os.getenv", "paralleldisplaybus", - "picodvi", + "ps2io", "pulseio", "pwmio", "qrio", @@ -42511,17 +135906,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -42529,22 +135928,21 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 22977, - "id": "raspberry_pi_pico_w", + "downloads": 1938, + "id": "vcc_gnd_yd_rp2040", "versions": [ { "extensions": [ @@ -42573,6 +135971,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -42589,6 +135989,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -42601,7 +136002,6 @@ "codeop", "collections", "countio", - "cyw43", "digitalio", "displayio", "epaperdisplay", @@ -42617,16 +136017,17 @@ "i2ctarget", "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -42636,7 +136037,6 @@ "os", "os.getenv", "paralleldisplaybus", - "picodvi", "pulseio", "pwmio", "qrio", @@ -42650,14 +136050,13 @@ "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -42671,22 +136070,14 @@ "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1510, - "id": "raspberrypi_cm4", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "disk.img.zip", - "kernel8.img" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -42711,15 +136102,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -42729,16 +136132,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -42746,52 +136154,67 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", - "videocore", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1486, - "id": "raspberrypi_cm4io", + "downloads": 26, + "id": "vidi_x", "versions": [ { "extensions": [ - "disk.img.zip", - "kernel8.img" + "bin" ], "frozen_libraries": [], "languages": [ @@ -42816,14 +136239,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -42832,71 +136266,89 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", "rainbowio", "random", "re", + "rotaryio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", - "videocore", "warnings", + "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3654, - "id": "raspberrypi_pi4b", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "disk.img.zip", - "kernel8.img" + "bin" ], "frozen_libraries": [], "languages": [ @@ -42921,14 +136373,25 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -42937,71 +136400,95 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", + "pwmio", + "qrio", "rainbowio", "random", "re", + "rotaryio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", - "videocore", "warnings", + "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2165, - "id": "raspberrypi_zero", + "downloads": 20, + "id": "warmbit_bluepixel", "versions": [ { "extensions": [ - "disk.img.zip", - "kernel.img" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -43026,14 +136513,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43044,6 +136540,7 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", @@ -43061,27 +136558,38 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -43090,23 +136598,16 @@ "usb_hid", "usb_midi", "vectorio", - "videocore", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2442, - "id": "raspberrypi_zero2w", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "disk.img.zip", - "kernel8.img" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -43131,14 +136632,23 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43149,6 +136659,7 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", @@ -43166,27 +136677,38 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", + "pwmio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -43195,23 +136717,22 @@ "usb_hid", "usb_midi", "vectorio", - "videocore", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3100, - "id": "raspberrypi_zero_w", + "downloads": 462, + "id": "waveshare_esp32_c6_lcd_1_47", "versions": [ { "extensions": [ - "disk.img.zip", - "kernel.img" + "bin" ], "frozen_libraries": [], "languages": [ @@ -43236,14 +136757,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", + "analogio", "array", "atexit", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43252,70 +136779,83 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "ps2io", + "pulseio", + "pwmio", "rainbowio", "random", "re", + "rotaryio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", - "videocore", "warnings", + "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1802, - "id": "raytac_mdbt50q-db-40", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -43340,21 +136880,20 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43363,6 +136902,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -43370,22 +136910,31 @@ "displayio", "epaperdisplay", "errno", + "espidf", + "espnow", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "memorymap", + "max3421e", + "mdns", "microcontroller", "msgpack", "neopixel_write", @@ -43393,47 +136942,49 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3805, - "id": "raytac_mdbt50q-rx", + "downloads": 263, + "id": "waveshare_esp32_s2_pico_lcd", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -43458,22 +137009,24 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43482,6 +137035,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -43489,21 +137043,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -43513,8 +137079,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -43524,148 +137092,39 @@ "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2614, - "id": "robohatmm1_m4", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogio", - "array", - "atexit", - "audiocore", - "audioio", - "audiomixer", - "audiomp3", - "binascii", - "bitbangio", - "board", - "builtins", - "builtins.pow3", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "countio", - "digitalio", - "errno", - "floppyio", - "getpass", - "i2ctarget", - "io", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", - "math", - "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "ps2io", - "pulseio", - "pwmio", - "rainbowio", - "random", - "re", - "rotaryio", - "rtc", - "samd", - "sdcardio", - "select", - "storage", - "struct", - "supervisor", - "synthio", - "sys", - "time", - "touchio", - "traceback", - "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings", - "watchdog", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2441, - "id": "sam32", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -43687,12 +137146,13 @@ ], "modules": [ "_asyncio", - "_bleio", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -43703,6 +137163,7 @@ "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43711,6 +137172,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -43718,24 +137180,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -43747,45 +137219,52 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4474, - "id": "same54_xplained", + "downloads": 258, + "id": "waveshare_esp32_s3_eth", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -43811,20 +137290,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43841,23 +137324,34 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -43866,46 +137360,51 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", "sdcardio", "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", + "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3402, - "id": "seeed_xiao_esp32c3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "bin", + "uf2" ], "frozen_libraries": [], "languages": [ @@ -43929,16 +137428,25 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -43950,16 +137458,19 @@ "canio", "codeop", "collections", + "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", @@ -43972,9 +137483,14 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -43982,45 +137498,57 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_midi", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 6985, - "id": "seeeduino_wio_terminal", + "downloads": 401, + "id": "waveshare_esp32_s3_geek", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -44046,21 +137574,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -44069,6 +137600,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -44076,22 +137608,34 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -44103,42 +137647,47 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 11810, - "id": "seeeduino_xiao", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -44162,114 +137711,128 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", + "countio", "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4724, - "id": "seeeduino_xiao_kb", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_hid", - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", + "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 6788, - "id": "seeeduino_xiao_rp2040", + "downloads": 98, + "id": "waveshare_esp32_s3_lcd_1_28", "versions": [ { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -44294,6 +137857,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -44307,11 +137872,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -44319,6 +137883,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -44326,25 +137891,32 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -44354,52 +137926,46 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3612, - "id": "sensebox_mcu", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -44421,73 +137987,11 @@ "tr", "zh_Latn_pinyin" ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 10, - "id": "sensebox_mcu_esp32s2", - "versions": [ - { - "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -44500,8 +138004,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -44516,7 +138022,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espidf", @@ -44538,8 +138043,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -44560,9 +138069,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -44570,30 +138081,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3898, - "id": "serpente", + "downloads": 152, + "id": "waveshare_esp32_s3_lcd_1_47", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -44617,127 +138128,122 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2352, - "id": "shirtty", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "analogio", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3132, - "id": "silicognition-m4-shim", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -44763,21 +138269,24 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -44786,6 +138295,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -44793,23 +138303,34 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", - "i2ctarget", "io", + "ipaddress", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -44821,47 +138342,58 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", "rtc", - "samd", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2912, - "id": "silicognition_rp2040_shim", + "downloads": 436, + "id": "waveshare_esp32_s3_matrix", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -44884,6 +138416,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -44897,11 +138431,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -44909,6 +138442,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -44916,25 +138450,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -44944,6 +138486,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -44952,17 +138495,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -44970,95 +138517,22 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3454, - "id": "simmel", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_bleio", - "aesio", - "analogio", - "array", - "audiobusio", - "audiocore", - "audiopwmio", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "os", - "pwmio", - "random", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "usb_hid", - "watchdog" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 903, - "id": "smartbeedesigns_bee_data_logger", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], "frozen_libraries": [ - "adafruit_bus_device", - "adafruit_ds3231", - "adafruit_register", - "adafruit_sdcard", "neopixel" ], "languages": [ @@ -45083,6 +138557,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -45095,8 +138571,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -45111,9 +138589,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -45133,8 +138611,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -45148,6 +138630,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -45155,9 +138638,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -45165,10 +138650,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -45178,23 +138665,21 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1640, - "id": "smartbeedesigns_bee_motion_s3", + "downloads": 296, + "id": "waveshare_esp32_s3_pico", "versions": [ { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -45217,6 +138702,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -45229,8 +138716,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -45245,9 +138734,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -45267,8 +138756,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -45282,6 +138775,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -45289,9 +138783,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -45299,10 +138795,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -45313,22 +138811,14 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1540, - "id": "smartbeedesigns_bee_s3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -45351,6 +138841,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -45363,8 +138855,10 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -45379,9 +138873,9 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", + "espcamera", "espidf", "espnow", "espulp", @@ -45401,8 +138895,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -45416,6 +138914,7 @@ "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -45423,9 +138922,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -45433,10 +138934,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -45446,17 +138949,18 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3468, - "id": "snekboard", + "downloads": 297, + "id": "waveshare_esp32_s3_tiny", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -45479,92 +138983,11 @@ "tr", "zh_Latn_pinyin" ], - "modules": [ - "adafruit_pixelbuf", - "analogio", - "array", - "audiobusio", - "audiocore", - "audioio", - "board", - "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "paralleldisplaybus", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3856, - "id": "solderparty_bbq20kbd", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_hid" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -45578,11 +139001,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -45590,6 +139012,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -45597,25 +139020,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -45625,6 +139056,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -45633,17 +139065,20 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -45651,34 +139086,22 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4651, - "id": "solderparty_rp2040_stamp", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_hid", - "adafruit_register", - "neopixel", - "stamp_carrier_board", - "stamp_round_carrier_board" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -45701,6 +139124,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -45714,11 +139139,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -45726,6 +139150,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -45733,159 +139158,91 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", - "pwmio", - "qrio", - "rainbowio", - "random", - "re", - "rgbmatrix", - "rotaryio", - "rp2pio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "storage", - "struct", - "supervisor", - "synthio", - "sys", - "terminalio", - "time", - "touchio", - "traceback", - "ulab", - "usb", - "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2901, - "id": "sparkfun_lumidrive", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "adafruit_dotstar" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_pixelbuf", - "analogio", - "array", - "board", - "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", - "math", - "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2970, - "id": "sparkfun_micromod_rp2040", + "downloads": 0, + "id": "waveshare_esp32_s3_touch_lcd_1_47", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -45911,6 +139268,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -45924,11 +139283,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -45936,6 +139294,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -45943,25 +139302,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -45971,6 +139338,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -45979,17 +139347,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -45997,25 +139369,25 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3282, - "id": "sparkfun_nrf52840_micromod", + "downloads": 476, + "id": "waveshare_esp32_s3_touch_lcd_2", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -46041,11 +139413,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -46053,9 +139428,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -46064,6 +139439,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -46071,21 +139447,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -46095,8 +139483,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -46104,37 +139494,39 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2813, - "id": "sparkfun_nrf52840_mini", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -46158,12 +139550,16 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -46171,9 +139567,9 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -46182,6 +139578,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -46189,21 +139586,33 @@ "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -46213,8 +139622,10 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", @@ -46222,36 +139633,45 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", + "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5792, - "id": "sparkfun_pro_micro_rp2040", + "downloads": 0, + "id": "waveshare_esp32_s3_touch_lcd_2_8", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -46277,6 +139697,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -46290,11 +139712,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -46302,6 +139723,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -46309,25 +139731,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -46337,6 +139767,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -46345,17 +139776,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -46363,28 +139798,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4215, - "id": "sparkfun_qwiic_micro_no_flash", + "downloads": 967, + "id": "waveshare_esp32_s3_zero", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -46405,49 +139842,127 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3715, - "id": "sparkfun_qwiic_micro_with_flash", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -46468,47 +139983,128 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "sdioio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3483, - "id": "sparkfun_redboard_turbo", + "downloads": 233, + "id": "waveshare_esp32s2_pico", "versions": [ { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -46532,63 +140128,120 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", + "qrio", + "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", - "warnings" + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3230, - "id": "sparkfun_samd21_dev", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], "frozen_libraries": [], @@ -46612,43 +140265,122 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audioio", + "audiomixer", + "audiomp3", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "canio", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "espcamera", + "espidf", + "espnow", + "espulp", + "fontio", + "fourwire", + "framebufferio", + "frequencyio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "io", + "ipaddress", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "max3421e", + "mdns", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "ps2io", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", "rtc", + "sdcardio", + "select", + "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_midi", + "vectorio", + "warnings", + "watchdog", + "wifi", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4094, - "id": "sparkfun_samd21_mini", + "downloads": 204, + "id": "waveshare_rp2040_geek", "versions": [ { "extensions": [ @@ -46675,44 +140407,112 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3711, - "id": "sparkfun_samd51_micromod", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -46740,22 +140540,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -46774,11 +140579,12 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -46786,8 +140592,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -46796,16 +140606,16 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", @@ -46815,26 +140625,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4383, - "id": "sparkfun_samd51_thing_plus", + "downloads": 268, + "id": "waveshare_rp2040_lcd_0_96", "versions": [ { "extensions": [ @@ -46863,22 +140677,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -46897,11 +140716,12 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -46909,8 +140729,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -46919,16 +140743,16 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", @@ -46938,30 +140762,27 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1590, - "id": "sparkfun_stm32_thing_plus", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -46987,21 +140808,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -47009,19 +140836,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -47029,23 +140860,31 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", "storage", @@ -47054,29 +140893,34 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 725, - "id": "sparkfun_stm32f405_micromod", + "downloads": 374, + "id": "waveshare_rp2040_lcd_1_28", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -47101,21 +140945,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -47123,19 +140973,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -47143,23 +140997,31 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", "storage", @@ -47168,29 +141030,27 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1732, - "id": "sparkfun_teensy_micromod", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -47216,10 +141076,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -47230,7 +141094,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -47240,16 +141106,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -47257,19 +141128,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -47280,6 +141161,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -47289,18 +141171,20 @@ "usb_hid", "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4048, - "id": "sparkfun_thing_plus_rp2040", + "downloads": 438, + "id": "waveshare_rp2040_one", "versions": [ { "extensions": [ @@ -47329,6 +141213,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -47345,6 +141231,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -47378,7 +141265,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -47408,6 +141298,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -47424,22 +141315,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 583, - "id": "sparkfun_thingplus_matter_mgm240p_brd2704a", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" - ], - "frozen_libraries": [ - "adafruit_ble", - "adafruit_register" + "uf2" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -47462,15 +141344,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", + "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -47480,31 +141374,51 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", + "neopixel_write", "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -47512,24 +141426,33 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", + "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1689, - "id": "splitkb_liatris", + "downloads": 515, + "id": "waveshare_rp2040_pizero", "versions": [ { "extensions": [ @@ -47558,6 +141481,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -47574,6 +141499,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -47607,7 +141533,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -47618,6 +141547,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -47637,14 +141567,13 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", "usb_video", "vectorio", @@ -47653,100 +141582,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 5693, - "id": "spresense", - "versions": [ - { - "extensions": [ - "spk" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "analogio", - "array", - "atexit", - "binascii", - "bitbangio", - "board", - "builtins", - "builtins.pow3", - "busio", - "busio.SPI", - "busio.UART", - "camera", - "codeop", - "collections", - "digitalio", - "errno", - "getpass", - "gnss", - "io", - "json", - "locale", - "math", - "microcontroller", - "onewireio", - "os", - "os.getenv", - "pulseio", - "pwmio", - "rainbowio", - "random", - "re", - "rtc", - "sdcardio", - "sdioio", - "select", - "storage", - "struct", - "supervisor", - "sys", - "time", - "traceback", - "ulab", - "usb_cdc", - "warnings", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4317, - "id": "ssci_isp1807_dev_board", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -47774,11 +141611,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -47789,7 +141629,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -47804,12 +141646,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -47817,7 +141663,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -47828,13 +141677,16 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -47845,6 +141697,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -47852,19 +141705,20 @@ "usb_cdc", "usb_hid", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2900, - "id": "ssci_isp1807_micro_board", + "downloads": 229, + "id": "waveshare_rp2040_plus_16mb", "versions": [ { "extensions": [ @@ -47893,11 +141747,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -47908,7 +141765,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -47923,12 +141782,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -47936,7 +141799,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -47949,11 +141815,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -47964,27 +141832,25 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2734, - "id": "stackrduino_m0_pro", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -48009,100 +141875,30 @@ "tr", "zh_Latn_pinyin" ], - "modules": [ - "adafruit_pixelbuf", - "analogio", - "array", - "audiobusio", - "audiocore", - "audioio", - "board", - "builtins", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "codeop", - "collections", - "digitalio", - "displayio", - "epaperdisplay", - "errno", - "fontio", - "fourwire", - "i2cdisplaybus", - "locale", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "onewireio", - "os", - "paralleldisplaybus", - "pulseio", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "terminalio", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi", - "warnings" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1470, - "id": "stm32f411ce_blackpill", - "versions": [ - { - "extensions": [ - "bin" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48112,16 +141908,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48129,19 +141930,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -48149,30 +141960,37 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1106, - "id": "stm32f411ce_blackpill_with_flash", + "downloads": 262, + "id": "waveshare_rp2040_plus_4mb", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -48197,20 +142015,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48220,16 +142045,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48237,19 +142067,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -48260,28 +142100,28 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1113, - "id": "stm32f411ve_discovery", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -48305,15 +142145,28 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48323,34 +142176,51 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -48358,30 +142228,37 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", + "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 920, - "id": "stm32f412zg_discovery", + "downloads": 172, + "id": "waveshare_rp2040_tiny", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -48406,20 +142283,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48429,16 +142313,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48446,19 +142335,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -48469,29 +142368,28 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1177, - "id": "stm32f4_discovery", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -48516,21 +142414,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48538,19 +142442,23 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48558,22 +142466,31 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", - "sdioio", "select", "sharpdisplay", "storage", @@ -48582,29 +142499,34 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 864, - "id": "stm32f746g_discovery", + "downloads": 164, + "id": "waveshare_rp2040_touch_lcd_1_28", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -48629,15 +142551,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", + "analogbufio", + "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48647,16 +142581,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48664,18 +142603,29 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -48683,28 +142633,28 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2403, - "id": "stringcar_m0_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -48730,60 +142680,117 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "alarm", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "warnings" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 613, - "id": "supermini_nrf52840", + "downloads": 4084, + "id": "waveshare_rp2040_zero", "versions": [ { "extensions": [ @@ -48812,11 +142819,14 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -48827,7 +142837,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48842,12 +142854,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48855,7 +142871,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -48868,11 +142887,13 @@ "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -48883,30 +142904,27 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1430, - "id": "swan_r5", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -48931,8 +142949,15 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", "aesio", "alarm", + "analogbufio", "analogio", "array", "atexit", @@ -48943,7 +142968,9 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -48953,16 +142980,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -48970,19 +143002,31 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", + "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", + "sdcardio", "select", "sharpdisplay", "storage", @@ -48991,23 +143035,30 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2866, - "id": "takayoshiotake_octave_rp2040", + "downloads": 233, + "id": "waveshare_rp2350_geek", "versions": [ { "extensions": [ @@ -49036,22 +143087,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -49085,7 +143141,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -49096,6 +143155,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -49115,6 +143175,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -49131,17 +143192,10 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1520, - "id": "targett_module_clip_wroom", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -49166,21 +143220,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49188,37 +143251,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -49228,51 +143289,53 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1453, - "id": "targett_module_clip_wrover", + "downloads": 286, + "id": "waveshare_rp2350_lcd_0_96", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -49297,21 +143360,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49319,38 +143391,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -49360,7 +143429,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -49369,43 +143438,38 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3109, - "id": "teensy40", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -49431,21 +143495,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49455,16 +143527,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -49472,19 +143549,30 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -49495,29 +143583,33 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3464, - "id": "teensy41", + "downloads": 260, + "id": "waveshare_rp2350_lcd_1_28", "versions": [ { "extensions": [ - "hex", "uf2" ], "frozen_libraries": [], @@ -49543,21 +143635,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49567,16 +143667,21 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -49584,19 +143689,30 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", + "nvm", "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -49607,6 +143723,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -49616,19 +143733,15 @@ "usb_hid", "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", + "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4144, - "id": "teknikio_bluebird", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -49656,22 +143769,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49686,12 +143806,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -49699,7 +143823,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -49710,13 +143837,16 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -49727,30 +143857,34 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 647, - "id": "thunderpack_v11", + "downloads": 272, + "id": "waveshare_rp2350_one", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -49774,18 +143908,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49795,24 +143941,34 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -49820,11 +143976,17 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -49832,28 +143994,31 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", - "warnings" + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 657, - "id": "thunderpack_v12", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -49877,17 +144042,30 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -49897,24 +144075,34 @@ "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -49922,11 +144110,17 @@ "onewireio", "os", "os.getenv", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", + "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -49934,24 +144128,33 @@ "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", + "usb_hid", + "usb_host", "usb_midi", - "warnings" + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 3381, - "id": "tinkeringtech_scoutmakes_azul", + "downloads": 264, + "id": "waveshare_rp2350_plus", "versions": [ { "extensions": [ @@ -49980,22 +144183,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -50010,12 +144220,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -50023,7 +144237,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -50034,13 +144251,16 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", @@ -50051,27 +144271,25 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4390, - "id": "trellis_m4_express", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -50099,21 +144317,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", + "audiobusio", "audiocore", - "audioio", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -50128,13 +144354,16 @@ "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", - "frequencyio", + "framebufferio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", "jpegio", "json", @@ -50142,8 +144371,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -50152,43 +144385,50 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", + "sharpdisplay", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 5887, - "id": "trinket_m0", + "downloads": 143, + "id": "waveshare_rp2350_tiny", "versions": [ { "extensions": [ @@ -50215,44 +144455,115 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", "analogio", "array", + "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", + "busdisplay", "busio", "busio.SPI", "busio.UART", + "codeop", "collections", + "countio", "digitalio", + "displayio", + "epaperdisplay", + "errno", + "floppyio", + "fontio", + "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", + "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", + "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", + "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", + "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", - "usb_midi" + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2783, - "id": "trinket_m0_haxpress", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -50278,61 +144589,120 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", "adafruit_pixelbuf", + "aesio", + "analogbufio", "analogio", "array", + "atexit", "audiobusio", "audiocore", - "audioio", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", + "keypad", + "keypad.KeyMatrix", + "keypad.Keys", + "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", - "warnings" + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1093, - "id": "uartlogger2", + "downloads": 210, + "id": "waveshare_rp2350_touch_lcd_1_28", "versions": [ { "extensions": [ @@ -50361,22 +144731,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", + "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", - "audioio", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -50395,19 +144772,25 @@ "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", + "hashlib", "i2cdisplaybus", "i2ctarget", + "imagecapture", "io", + "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -50416,48 +144799,47 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", - "samd", "sdcardio", "select", "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1771, - "id": "uchip", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -50481,133 +144863,126 @@ "zh_Latn_pinyin" ], "modules": [ + "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", + "_pixelmap", + "adafruit_bus_device", + "adafruit_pixelbuf", + "aesio", + "analogbufio", "analogio", "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "neopixel_write", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rotaryio", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "touchio", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3086, - "id": "ugame10", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [ - "stage", - "ugame" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_stage", - "analogio", - "array", + "atexit", + "audiobusio", "audiocore", - "audioio", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", + "binascii", + "bitbangio", + "bitmapfilter", + "bitmaptools", + "bitops", "board", "builtins", + "builtins.pow3", "busdisplay", "busio", "busio.SPI", "busio.UART", "codeop", "collections", + "countio", "digitalio", "displayio", "epaperdisplay", "errno", + "floppyio", "fontio", "fourwire", + "framebufferio", + "getpass", + "gifio", + "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", + "io", + "jpegio", + "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "memorymap", "microcontroller", + "msgpack", + "neopixel_write", "nvm", "onewireio", "os", + "os.getenv", + "paralleldisplaybus", + "picodvi", + "pulseio", "pwmio", + "qrio", "rainbowio", "random", + "re", + "rgbmatrix", "rotaryio", + "rp2pio", + "rtc", + "sdcardio", + "select", + "sharpdisplay", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", + "touchio", + "traceback", + "ulab", + "usb", "usb_cdc", - "warnings" + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", + "vectorio", + "warnings", + "watchdog", + "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 316, - "id": "ugame22", + "downloads": 446, + "id": "waveshare_rp2350_zero", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [ - "pew", - "stage", - "ugame" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -50630,23 +145005,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -50680,7 +145059,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -50691,6 +145073,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -50710,6 +145093,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -50726,23 +145110,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 611, - "id": "unexpectedmaker_bling", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_sdcard", - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -50765,23 +145139,29 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -50789,38 +145169,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -50830,7 +145207,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -50839,48 +145216,47 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 602, - "id": "unexpectedmaker_blizzard_s3", + "downloads": 28, + "id": "weact_esp32c6_n4", "versions": [ { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -50903,8 +145279,9 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -50913,9 +145290,6 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", "bitmapfilter", @@ -50933,13 +145307,10 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", @@ -50956,10 +145327,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -50967,35 +145341,31 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -51003,18 +145373,11 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2706, - "id": "unexpectedmaker_feathers2", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -51038,6 +145401,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51047,11 +145413,9 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -51066,13 +145430,10 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", @@ -51089,10 +145450,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -51100,58 +145464,51 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1525, - "id": "unexpectedmaker_feathers2_neo", + "downloads": 44, + "id": "weact_esp32c6_n8", "versions": [ { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -51173,6 +145530,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51182,11 +145542,9 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -51201,13 +145559,10 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", @@ -51224,10 +145579,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -51235,35 +145593,31 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -51271,18 +145625,11 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1142, - "id": "unexpectedmaker_feathers2_prerelease", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" + "bin" ], "frozen_libraries": [], "languages": [ @@ -51306,6 +145653,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51315,11 +145665,9 @@ "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -51334,13 +145682,10 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", - "espulp", "fontio", "fourwire", "framebufferio", @@ -51357,10 +145702,13 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", - "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -51368,58 +145716,51 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", "supervisor", - "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2695, - "id": "unexpectedmaker_feathers3", + "downloads": 262, + "id": "weact_studio_pico", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -51442,6 +145783,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51454,10 +145797,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -51465,38 +145811,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -51506,7 +145849,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -51515,48 +145857,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 786, - "id": "unexpectedmaker_nanos3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -51579,6 +145914,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51591,10 +145928,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -51602,38 +145942,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -51643,7 +145980,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -51652,48 +145988,47 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1798, - "id": "unexpectedmaker_pros3", + "downloads": 179, + "id": "weact_studio_pico_16mb", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "neopixel" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -51716,6 +146051,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51728,10 +146065,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -51739,38 +146079,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -51780,7 +146117,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -51789,47 +146125,41 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 71, - "id": "unexpectedmaker_tinyc6", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" - ], - "frozen_libraries": [ - "neopixel" + "uf2" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -51851,17 +146181,28 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", + "alarm", "analogbufio", "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -51869,36 +146210,36 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -51906,48 +146247,66 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 899, - "id": "unexpectedmaker_tinypico", + "downloads": 28, + "id": "weenoisemakers_noisenugget", "versions": [ { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "_aic3105", + "_tca6408", + "adafruit_display_text", + "adafruit_displayio_ssd1306", + "adafruit_imageload", + "adafruit_midi", + "neopixel", + "noise_nugget", + "pgb1" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -51969,6 +146328,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -51981,9 +146343,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -51991,38 +146357,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -52032,50 +146395,59 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 654, - "id": "unexpectedmaker_tinypico_nano", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" + ], + "frozen_libraries": [ + "_aic3105", + "_tca6408", + "adafruit_display_text", + "adafruit_displayio_ssd1306", + "adafruit_imageload", + "adafruit_midi", + "neopixel", + "noise_nugget", + "pgb1" ], - "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -52097,6 +146469,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -52109,9 +146484,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -52119,38 +146498,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -52160,53 +146536,55 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1811, - "id": "unexpectedmaker_tinys2", + "downloads": 152, + "id": "wemos_lolin32_lite", "versions": [ { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -52228,8 +146606,10 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -52240,9 +146620,12 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "board", "builtins", @@ -52257,10 +146640,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -52280,8 +146661,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -52295,17 +146680,16 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -52313,13 +146697,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", @@ -52327,22 +146710,13 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1960, - "id": "unexpectedmaker_tinys3", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" + "bin" ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -52365,8 +146739,9 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", - "_stage", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", @@ -52377,7 +146752,9 @@ "atexit", "audiobusio", "audiocore", + "audioio", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -52395,10 +146772,8 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", "espidf", "espnow", "espulp", @@ -52418,8 +146793,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -52433,17 +146812,16 @@ "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", "sdcardio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -52451,36 +146829,32 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", + "usb", "vectorio", "warnings", "watchdog", "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 606, - "id": "unexpectedmaker_tinywatch_s3", + "downloads": 99, + "id": "winterbloom_big_honking_button", "versions": [ { "extensions": [ - "bin", "uf2" ], - "frozen_libraries": [ - "adafruit_st7789" - ], + "frozen_libraries": [], "languages": [ "de_DE", "en_GB", @@ -52501,115 +146875,110 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", - "_stage", - "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", "analogio", "array", - "atexit", - "audiobusio", "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmapfilter", - "bitmaptools", + "audioio", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", - "countio", "digitalio", - "displayio", - "dualbank", - "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "mdns", - "memorymap", "microcontroller", - "msgpack", "neopixel_write", "nvm", "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", "rotaryio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", - "touchio", - "traceback", - "ulab", "usb_cdc", - "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" + "warnings" ], "stable": true, - "version": "9.0.0" + "version": "10.0.3" + }, + { + "extensions": [ + "uf2" + ], + "frozen_libraries": [], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], + "modules": [ + "adafruit_pixelbuf", + "analogio", + "array", + "audiocore", + "audioio", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "codeop", + "collections", + "digitalio", + "errno", + "locale", + "math", + "microcontroller", + "neopixel_write", + "nvm", + "onewireio", + "os", + "pulseio", + "pwmio", + "rainbowio", + "random", + "rotaryio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "warnings" + ], + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 7420, - "id": "vcc_gnd_yd_rp2040", + "downloads": 178, + "id": "winterbloom_sol", "versions": [ { "extensions": [ @@ -52637,29 +147006,18 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", "alarm", - "analogbufio", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", "binascii", "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", @@ -52667,29 +147025,15 @@ "collections", "countio", "digitalio", - "displayio", - "epaperdisplay", "errno", "floppyio", - "fontio", - "fourwire", - "framebufferio", + "frequencyio", "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", - "jpegio", "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", + "max3421e", "microcontroller", "msgpack", "neopixel_write", @@ -52697,50 +147041,34 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "pulseio", "pwmio", - "qrio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", - "rp2pio", "rtc", + "samd", "sdcardio", "select", - "sharpdisplay", + "spitarget", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", - "touchio", "traceback", "ulab", "usb", "usb_cdc", - "usb_hid", - "usb_host", "usb_midi", - "usb_video", - "vectorio", "warnings", "watchdog", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 1603, - "id": "warmbit_bluepixel", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -52767,27 +147095,18 @@ ], "modules": [ "_asyncio", - "_bleio", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", - "aesio", "alarm", "analogio", "array", "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", "binascii", "bitbangio", - "bitmaptools", "board", "builtins", "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", @@ -52795,25 +147114,15 @@ "collections", "countio", "digitalio", - "displayio", - "epaperdisplay", "errno", - "fontio", - "fourwire", - "framebufferio", + "floppyio", + "frequencyio", "getpass", - "gifio", - "i2cdisplaybus", "io", - "jpegio", "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", "locale", "math", - "memorymap", + "max3421e", "microcontroller", "msgpack", "neopixel_write", @@ -52821,48 +147130,42 @@ "onewireio", "os", "os.getenv", - "paralleldisplaybus", "pulseio", "pwmio", "rainbowio", "random", "re", - "rgbmatrix", "rotaryio", "rtc", + "samd", "sdcardio", "select", - "sharpdisplay", + "spitarget", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", - "touchio", "traceback", "ulab", + "usb", "usb_cdc", - "usb_hid", "usb_midi", - "vectorio", "warnings", "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 2194, - "id": "waveshare_esp32_s2_pico_lcd", + "downloads": 179, + "id": "wisdpi_ardu2040m", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -52887,6 +147190,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -52899,9 +147205,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -52909,38 +147219,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -52950,7 +147257,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -52959,43 +147265,38 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 908, - "id": "waveshare_esp32_s3_pico", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -53021,6 +147322,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -53033,10 +147336,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -53044,38 +147350,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -53085,7 +147388,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -53094,174 +147396,44 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", - "storage", - "struct", - "supervisor", - "synthio", - "sys", - "terminalio", - "time", - "touchio", - "traceback", - "ulab", - "usb_cdc", - "usb_hid", - "usb_midi", - "vectorio", - "warnings", - "watchdog", - "wifi", - "zlib" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 557, - "id": "waveshare_esp32_s3_zero", - "versions": [ - { - "extensions": [ - "bin", - "uf2" - ], - "frozen_libraries": [ - "neopixel" - ], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "_asyncio", - "_pixelmap", - "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", - "analogio", - "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "binascii", - "bitbangio", - "bitmaptools", - "board", - "builtins", - "builtins.pow3", - "busdisplay", - "busio", - "busio.SPI", - "busio.UART", - "canio", - "collections", - "countio", - "digitalio", - "displayio", - "dualbank", - "epaperdisplay", - "errno", - "espidf", - "espnow", - "espulp", - "fontio", - "fourwire", - "framebufferio", - "frequencyio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "io", - "ipaddress", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", - "math", - "mdns", - "memorymap", - "microcontroller", - "msgpack", - "neopixel_write", - "nvm", - "onewireio", - "os", - "os.getenv", - "ps2io", - "pulseio", - "pwmio", - "rainbowio", - "random", - "re", - "rgbmatrix", - "rotaryio", - "rtc", - "sdcardio", - "select", - "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1784, - "id": "waveshare_esp32s2_pico", + "downloads": 146, + "id": "wisdpi_tiny_rp2040", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [], @@ -53286,6 +147458,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -53298,9 +147473,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -53308,38 +147487,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -53349,7 +147525,7 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", + "picodvi", "pulseio", "pwmio", "qrio", @@ -53358,40 +147534,36 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2594, - "id": "waveshare_rp2040_lcd_0_96", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -53419,6 +147591,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -53435,6 +147609,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -53468,7 +147643,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -53479,6 +147657,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -53498,6 +147677,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -53513,14 +147693,14 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4432, - "id": "waveshare_rp2040_lcd_1_28", + "downloads": 174, + "id": "wiznet_w5100s_evb_pico", "versions": [ { "extensions": [ @@ -53549,6 +147729,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -53565,6 +147747,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -53581,7 +147764,6 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", @@ -53598,7 +147780,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -53622,20 +147807,20 @@ "sdcardio", "select", "sharpdisplay", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", "usb_video", "vectorio", @@ -53644,14 +147829,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 849, - "id": "waveshare_rp2040_plus_16mb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -53679,6 +147858,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -53695,6 +147876,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -53711,7 +147893,6 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", @@ -53728,7 +147909,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -53752,20 +147936,20 @@ "sdcardio", "select", "sharpdisplay", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", "usb_video", "vectorio", @@ -53773,14 +147957,14 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 808, - "id": "waveshare_rp2040_plus_4mb", + "downloads": 143, + "id": "wiznet_w5100s_evb_pico2", "versions": [ { "extensions": [ @@ -53809,22 +147993,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -53858,7 +148047,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -53869,6 +148061,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -53882,12 +148075,14 @@ "sdcardio", "select", "sharpdisplay", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -53904,14 +148099,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 0, - "id": "waveshare_rp2040_tiny", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -53939,22 +148128,27 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", "aesio", - "alarm", "analogbufio", "analogio", "array", "atexit", "audiobusio", "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", "audiomixer", "audiomp3", "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -53988,7 +148182,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -53999,6 +148196,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -54012,12 +148210,14 @@ "sdcardio", "select", "sharpdisplay", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -54033,14 +148233,14 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1424, - "id": "waveshare_rp2040_touch_lcd_1_28", + "downloads": 405, + "id": "wiznet_w5500_evb_pico", "versions": [ { "extensions": [ @@ -54069,6 +148269,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -54085,6 +148287,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -54101,7 +148304,6 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", @@ -54118,7 +148320,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -54142,20 +148347,20 @@ "sdcardio", "select", "sharpdisplay", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", "usb_video", "vectorio", @@ -54164,14 +148369,8 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 11375, - "id": "waveshare_rp2040_zero", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -54199,6 +148398,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -54215,6 +148416,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -54231,7 +148433,6 @@ "displayio", "epaperdisplay", "errno", - "floppyio", "fontio", "fourwire", "framebufferio", @@ -54248,7 +148449,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -54272,20 +148476,20 @@ "sdcardio", "select", "sharpdisplay", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", - "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", "usb_video", "vectorio", @@ -54293,18 +148497,18 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 106, - "id": "weact_esp32c6_n4", + "downloads": 198, + "id": "wiznet_w5500_evb_pico2", "versions": [ { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -54328,6 +148532,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -54336,9 +148543,19 @@ "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -54346,36 +148563,36 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -54383,46 +148600,50 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 104, - "id": "weact_esp32c6_n8", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ - "bin" + "uf2" ], "frozen_libraries": [], "languages": [ @@ -54446,6 +148667,9 @@ ], "modules": [ "_asyncio", + "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -54454,9 +148678,19 @@ "analogio", "array", "atexit", + "audiobusio", + "audiocore", + "audiodelays", + "audiofilters", + "audiofreeverb", + "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -54464,36 +148698,36 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espidf", - "espnow", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", + "memorymap", "microcontroller", "msgpack", "neopixel_write", @@ -54501,48 +148735,60 @@ "onewireio", "os", "os.getenv", - "ps2io", + "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", + "qrio", "rainbowio", "random", "re", + "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", "ssl", "storage", "struct", "supervisor", + "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", + "usb_cdc", + "usb_hid", + "usb_host", + "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 6092, - "id": "weact_studio_pico", + "downloads": 149, + "id": "wk-50", "versions": [ { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -54565,6 +148811,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -54581,6 +148829,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -54614,7 +148863,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -54625,6 +148877,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -54644,6 +148897,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -54660,19 +148914,15 @@ "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3241, - "id": "weact_studio_pico_16mb", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -54695,6 +148945,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -54711,6 +148963,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -54744,7 +148997,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -54755,6 +149011,7 @@ "os", "os.getenv", "paralleldisplaybus", + "picodvi", "pulseio", "pwmio", "qrio", @@ -54774,6 +149031,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -54789,14 +149047,14 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4594, - "id": "winterbloom_big_honking_button", + "downloads": 209, + "id": "xinabox_cc03", "versions": [ { "extensions": [ @@ -54823,49 +149081,35 @@ "zh_Latn_pinyin" ], "modules": [ - "adafruit_pixelbuf", - "analogio", + "adafruit_bus_device", "array", - "audiocore", - "audioio", "board", "builtins", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", "digitalio", - "errno", - "locale", "math", "microcontroller", - "neopixel_write", "nvm", - "onewireio", "os", - "pulseio", "pwmio", "rainbowio", "random", - "rotaryio", + "rtc", "storage", "struct", "supervisor", "sys", "time", "usb_cdc", - "warnings" + "usb_hid", + "usb_midi" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2790, - "id": "winterbloom_sol", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -54891,73 +149135,40 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_pixelmap", "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogio", "array", - "atexit", - "binascii", - "bitbangio", "board", "builtins", - "builtins.pow3", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "errno", - "floppyio", - "frequencyio", - "getpass", - "io", - "json", - "locale", "math", "microcontroller", - "msgpack", - "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "pulseio", "pwmio", "rainbowio", "random", - "re", - "rotaryio", "rtc", - "samd", - "sdcardio", - "select", "storage", "struct", "supervisor", "sys", "time", - "traceback", - "ulab", "usb_cdc", - "usb_midi", - "warnings", - "watchdog", - "zlib" + "usb_hid", + "usb_midi" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 602, - "id": "wisdpi_ardu2040m", + "downloads": 101, + "id": "xinabox_cs11", "versions": [ { "extensions": [ @@ -54984,111 +149195,34 @@ "zh_Latn_pinyin" ], "modules": [ - "_asyncio", - "_bleio", - "_pixelmap", "adafruit_bus_device", - "adafruit_pixelbuf", - "aesio", - "alarm", - "analogbufio", - "analogio", "array", - "atexit", - "audiobusio", - "audiocore", - "audiomixer", - "audiomp3", - "audiopwmio", - "binascii", - "bitbangio", - "bitmaptools", - "bitops", "board", "builtins", - "builtins.pow3", - "busdisplay", "busio", "busio.SPI", "busio.UART", - "codeop", "collections", - "countio", "digitalio", - "displayio", - "epaperdisplay", - "errno", - "floppyio", - "fontio", - "fourwire", - "framebufferio", - "getpass", - "gifio", - "hashlib", - "i2cdisplaybus", - "i2ctarget", - "imagecapture", - "io", - "jpegio", - "json", - "keypad", - "keypad.KeyMatrix", - "keypad.Keys", - "keypad.ShiftRegisterKeys", - "locale", "math", - "memorymap", "microcontroller", - "msgpack", - "neopixel_write", "nvm", - "onewireio", "os", - "os.getenv", - "paralleldisplaybus", - "pulseio", "pwmio", - "qrio", "rainbowio", "random", - "re", - "rgbmatrix", - "rotaryio", - "rp2pio", - "rtc", "sdcardio", - "select", - "sharpdisplay", "storage", "struct", "supervisor", - "synthio", "sys", - "terminalio", "time", - "touchio", - "traceback", - "ulab", - "usb", "usb_cdc", - "usb_hid", - "usb_host", - "usb_midi", - "usb_video", - "vectorio", - "warnings", - "watchdog", - "zlib" + "usb_hid" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 402, - "id": "wisdpi_tiny_rp2040", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -55113,9 +149247,73 @@ "tr", "zh_Latn_pinyin" ], + "modules": [ + "adafruit_bus_device", + "array", + "board", + "builtins", + "busio", + "busio.SPI", + "busio.UART", + "collections", + "digitalio", + "math", + "microcontroller", + "nvm", + "os", + "pwmio", + "rainbowio", + "random", + "sdcardio", + "storage", + "struct", + "supervisor", + "sys", + "time", + "usb_cdc", + "usb_hid" + ], + "stable": false, + "version": "10.1.0-beta.1" + } + ] + }, + { + "downloads": 2331, + "id": "yd_esp32_s3_n16r8", + "versions": [ + { + "extensions": [ + "bin", + "uf2" + ], + "frozen_libraries": [ + "neopixel" + ], + "languages": [ + "de_DE", + "en_GB", + "en_US", + "en_x_pirate", + "es", + "fil", + "fr", + "ID", + "it_IT", + "ja", + "nl", + "pl", + "pt_BR", + "ru", + "sv", + "tr", + "zh_Latn_pinyin" + ], "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -55129,11 +149327,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -55141,6 +149338,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -55148,25 +149346,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -55176,7 +149382,7 @@ "os", "os.getenv", "paralleldisplaybus", - "picodvi", + "ps2io", "pulseio", "pwmio", "qrio", @@ -55185,17 +149391,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -55203,28 +149413,24 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4699, - "id": "wiznet_w5100s_evb_pico", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -55247,6 +149453,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -55260,11 +149468,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -55272,6 +149479,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -55279,25 +149487,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -55307,6 +149523,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -55315,17 +149532,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -55333,28 +149554,30 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 4755, - "id": "wiznet_w5500_evb_pico", + "downloads": 236, + "id": "yd_esp32_s3_n8r8", "versions": [ { "extensions": [ + "bin", "uf2" ], - "frozen_libraries": [], + "frozen_libraries": [ + "neopixel" + ], "languages": [ "de_DE", "en_GB", @@ -55377,6 +149600,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -55390,11 +149615,10 @@ "audiocore", "audiomixer", "audiomp3", - "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", - "bitops", "board", "builtins", "builtins.pow3", @@ -55402,6 +149626,7 @@ "busio", "busio.SPI", "busio.UART", + "canio", "codeop", "collections", "countio", @@ -55409,25 +149634,33 @@ "displayio", "epaperdisplay", "errno", - "floppyio", + "espcamera", + "espidf", + "espnow", + "espulp", "fontio", "fourwire", "framebufferio", + "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", - "i2ctarget", - "imagecapture", "io", + "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", + "mdns", "memorymap", "microcontroller", "msgpack", @@ -55437,6 +149670,7 @@ "os", "os.getenv", "paralleldisplaybus", + "ps2io", "pulseio", "pwmio", "qrio", @@ -55445,17 +149679,21 @@ "re", "rgbmatrix", "rotaryio", - "rp2pio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", + "socketpool", + "socketpool.socketpool.AF_INET6", + "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -55463,142 +149701,16 @@ "usb", "usb_cdc", "usb_hid", - "usb_host", "usb_midi", - "usb_video", "vectorio", "warnings", "watchdog", + "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3903, - "id": "xinabox_cc03", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_bus_device", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "rtc", - "storage", - "struct", - "supervisor", - "sys", - "time", - "usb_cdc", - "usb_hid", - "usb_midi" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 3677, - "id": "xinabox_cs11", - "versions": [ - { - "extensions": [ - "uf2" - ], - "frozen_libraries": [], - "languages": [ - "de_DE", - "en_GB", - "en_US", - "en_x_pirate", - "es", - "fil", - "fr", - "ID", - "it_IT", - "ja", - "nl", - "pl", - "pt_BR", - "ru", - "sv", - "tr", - "zh_Latn_pinyin" - ], - "modules": [ - "adafruit_bus_device", - "array", - "board", - "builtins", - "busio", - "busio.SPI", - "busio.UART", - "collections", - "digitalio", - "math", - "microcontroller", - "nvm", - "os", - "pwmio", - "rainbowio", - "random", - "sdcardio", - "storage", - "struct", - "supervisor", - "sys", - "time", - "usb_cdc", - "usb_hid" - ], - "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 2885, - "id": "yd_esp32_s3_n16r8", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "bin", @@ -55629,6 +149741,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (native)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -55641,6 +149755,7 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", "binascii", "bitbangio", "bitmapfilter", @@ -55658,7 +149773,6 @@ "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", "espcamera", @@ -55681,8 +149795,12 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", + "max3421e", "mdns", "memorymap", "microcontroller", @@ -55704,9 +149822,11 @@ "rotaryio", "rtc", "sdcardio", + "sdioio", "select", "sharpdisplay", "socketpool", + "socketpool.socketpool.AF_INET6", "ssl", "storage", "struct", @@ -55714,10 +149834,12 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", "usb_midi", @@ -55727,21 +149849,21 @@ "wifi", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] }, { - "downloads": 1287, - "id": "yd_esp32_s3_n8r8", + "downloads": 152, + "id": "zrichard_rp2.65-f", "versions": [ { "extensions": [ - "bin", "uf2" ], "frozen_libraries": [ + "adafruit_midi", "neopixel" ], "languages": [ @@ -55766,6 +149888,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -55778,10 +149902,13 @@ "audiobusio", "audiocore", "audiomixer", + "audiomp3", + "audiopwmio", "binascii", "bitbangio", "bitmapfilter", "bitmaptools", + "bitops", "board", "builtins", "builtins.pow3", @@ -55789,38 +149916,35 @@ "busio", "busio.SPI", "busio.UART", - "canio", "codeop", "collections", "countio", "digitalio", "displayio", - "dualbank", "epaperdisplay", "errno", - "espcamera", - "espidf", - "espnow", - "espulp", + "floppyio", "fontio", "fourwire", "framebufferio", - "frequencyio", "getpass", "gifio", "hashlib", "i2cdisplaybus", + "i2ctarget", + "imagecapture", "io", - "ipaddress", "jpegio", "json", "keypad", "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", - "mdns", "memorymap", "microcontroller", "msgpack", @@ -55830,7 +149954,6 @@ "os", "os.getenv", "paralleldisplaybus", - "ps2io", "pulseio", "pwmio", "qrio", @@ -55839,40 +149962,36 @@ "re", "rgbmatrix", "rotaryio", + "rp2pio", "rtc", "sdcardio", "select", "sharpdisplay", - "socketpool", - "ssl", "storage", "struct", "supervisor", "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", "ulab", + "usb", "usb_cdc", "usb_hid", + "usb_host", "usb_midi", + "usb_video", "vectorio", "warnings", "watchdog", - "wifi", "zlib" ], "stable": true, - "version": "9.0.0" - } - ] - }, - { - "downloads": 4169, - "id": "zrichard_rp2.65-f", - "versions": [ + "version": "10.0.3" + }, { "extensions": [ "uf2" @@ -55903,6 +150022,8 @@ "modules": [ "_asyncio", "_bleio", + "_bleio (HCI co-processor)", + "_eve", "_pixelmap", "adafruit_bus_device", "adafruit_pixelbuf", @@ -55919,6 +150040,7 @@ "audiopwmio", "binascii", "bitbangio", + "bitmapfilter", "bitmaptools", "bitops", "board", @@ -55952,7 +150074,10 @@ "keypad.KeyMatrix", "keypad.Keys", "keypad.ShiftRegisterKeys", + "keypad_demux", + "keypad_demux.DemuxKeyMatrix", "locale", + "lvfontio", "math", "memorymap", "microcontroller", @@ -55982,6 +150107,7 @@ "synthio", "sys", "terminalio", + "tilepalettemapper", "time", "touchio", "traceback", @@ -55997,8 +150123,8 @@ "watchdog", "zlib" ], - "stable": true, - "version": "9.0.0" + "stable": false, + "version": "10.1.0-beta.1" } ] } diff --git a/_includes/download/board.html b/_includes/download/board.html index a497f0d18..52f78904e 100644 --- a/_includes/download/board.html +++ b/_includes/download/board.html @@ -10,6 +10,7 @@ {% assign bootloader_version = bootloaders[page.family].version %} {% assign bootloader_id = page.bootloader_id %} {% assign releases = stable | concat: unstable %} +{% assign bootloader_instructions = page.bootloader_nonstandard_entry_instructions %} {% capture download_url %}https://downloads.circuitpython.org/bin/{{ board_id}}{% endcapture %} {% for version in releases %}
@@ -17,14 +18,28 @@

CircuitPython {{ version.version }}

{% if version.stable %}

This is the latest stable release of CircuitPython that will work with the {{ page.name }}. + Use this release if you are new to CircuitPython.

+ {% if board_id == 'adafruit_magtag_2.9_grayscale' %}

- Use this release if you are new to CircuitPython. + WARNING: The updated Adafruit MagTag 2025 Edition will not work with Circuitpython 9.2.x or earlier. + Use 10.0.0-beta.1 or later, downloaded from below.

+ {% endif %} {% else %}

This is the latest development release of CircuitPython that will work with the {{ page.name }}.

+ {% if page.family == 'esp32s2' or page.family == 'esp32s3' %} +

+ WARNING: On Espressif ESP32-S2 and ESP32-S3 boards with 4MB flash, + CircuitPython 10.0.0-beta.0 and later require TinyUF2 bootloader version 0.33.0 or later. + Older TinyUF2 bootloaders don't provide enough room for the firmware and cannot load it. + See the + Release Notes + for more details, and see Update UF2 Bootloader below. +

+ {% endif %}

Alpha development releases are early releases. They are unfinished, are likely to have bugs, and the features they provide may change. @@ -40,13 +55,14 @@

CircuitPython {{ version.version }}

{% endif %} {% if page.family == 'nrf52840' %}

- On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later. - Older bootloaders cannot load the firmware. See Update UF2 Bootloader below. + On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later. + Older bootloaders cannot load the firmware. See Update UF2 Bootloader below.

{% endif %}

Release Notes for {{ version.version }}

+
{% comment %} Create a list of language codes and names so it can be sorted. @@ -130,10 +146,11 @@

CircuitPython {{ version.version }}

- {% for extension in version.extensions %} + {% assign reverse_extensions = version.extensions | reverse %} + {% for extension in reverse_extensions %} DOWNLOAD .{{ extension | upcase }} NOW {% endfor %} - {% if page.family == 'esp32s2' or page.family == 'esp32c3' or page.family == 'esp32s3' or page.family == 'esp32' %} + {% if page.family == 'esp32s2' or page.family == 'esp32c3' or page.family == 'esp32s3' or page.family == 'esp32' or page.family == 'esp32c6' %}
+ {% if page.download_instructions != nil and page.download_instructions != "" %} + Learn how to install CircuitPython on this board + {% endif %} {% if version.modules %} -

- Built-in modules available: - {{ version.modules | join: ', ' }} -

+
+ Modules included in this download + + {% for module_name in version.modules %} + {% if module_name contains "." %} + + {% else %} + + {% endif %} + {{ module_name }} + {% endfor %} + +
{% endif %} {% if version.frozen_libraries and version.frozen_libraries.size != 0 %}

Included frozen(?) modules: - {{ version.frozen_libraries | join: ', ' }} + + {% for module_name in version.frozen_libraries %} + + {{ module_name }}{% unless forloop.last %}, {% endunless %} + {% endfor %} + +

+ {% endif %} + {% if page.features %} +

Features: + + {% for feature in page.features %} + {{feature}}{% unless forloop.last %}, {% endunless %} + {% endfor %} +

{% endif %}
@@ -200,7 +243,7 @@

Previous Versions of CircuitPython

{% endcomment %} {% if bootloader_version and bootloader_id %} -{% if page.family == 'esp32s2' or page.family == 'esp32c3' or page.family == 'esp32s3' %} +{% if page.family == 'esp32s2' or page.family == 'esp32s3' %}

Install, Repair, or Update UF2 Bootloader

@@ -208,68 +251,78 @@

Install, Repair, or Update UF2 Bootloader

The UF2 bootloader allows you to load CircuitPython, MakeCode, and Arduino programs. - The bootloader is not CircuitPython. - If a UF2 bootloader is installed, you can check its version by looking in - the INFO_UF2.TXT file when the BOOT drive is visible - (FTHRS2BOOT, MAGTAGBOOT, HOUSEBOOT, etc.) + + The bootloader itself is not CircuitPython. + On Espressif boards, the UF2 bootloader is called TinyUF2. + If the TinyUF2 bootloader is installed, you can check its version by looking in + the INFO_UF2.TXT file when the BOOT drive is visible + (FTHRS2BOOT, MAGTAGBOOT, HOUSEBOOT, etc.)

- It is not necessary to reinstall a UF2 bootloader you unless a BOOT drive is not visible - when in UF2 bootloader mode, or you know of a problem with your current UF2 bootloader. + In general, it is not necessary to update TinyUF2 at every version change. + You can read the release notes on GitHub to see what has been changed. + Update if you've been told about a necessary change or a bug fix.

-

- If a UF2 bootloader has never been installed on the board, or the UF2 bootloader was removed by erasing or overwriting the flash, the UF2 bootloader must be installed in order to flash .uf2 files onto the board. .bin files can be uploaded without a UF2 bootloader, using the - ESP Web Flasher - or esptool.py. +

Note: + CircuitPython 10 and later, on Espressif boards with 4MB flash, requires TinyUF2 0.33.0 or later. + The flash partition layout has changed (details).

-

- Note: update.uf2 files are not currently working on ESP32-S2 or ESP32-S3 boards. + If TinyUF2 has never been installed on the board, + or it was removed by erasing or overwriting the flash, + it must be installed in order to flash .uf2 files onto the board. + But you don't need the TinyUF2 bootloader to upload .bin files. They can be uploaded using the + built-in ROM bootloader, with the + Adafruit WebSerial ESPTool + or esptool.py.

- -

Important: - this will erase previously flashed firmware and sketches from the board, - but needs to be perfomed only once. +

Warning: + Installing the TinyUF2 bootloader will erase everything that was previously on the board. + Save any files in CIRCUITPY for which you don't have backups. +

+

There are several ways to install the TinyUF2 bootloader on your board. + Check to see if your board's manufacturer provides specific instructions. + For Adafruit boards, consult the Factory Reset page + in the Learn Guide for your particular board (example).

-

The instructions here are general. - We recommend you consult the manufacturer's board documentation for detailed - instructions, which may be different. +

The easiest way to install TinyUF2 is to use the OPEN INSTALLER button + (see above, in the CiruitPython sections). + You can also use the Adafruit WebSerial ESPTool, or esptool.py, + as described in the Factory Reset page.

- -

- After installing the UF2 bootloader, enter the bootloader by double-clicking the reset button. - On boards with an RGB status LED, tap reset once, wait for the LED to turn purple, and tap + {% if bootloader_instructions == nil %} +

+ After installing TinyUF2, enter the UF2 bootloader by double-clicking the RESET button. + On boards with an RGB status LED, you usually tap reset once, wait for the LED to turn purple, and tap again before the purple goes away. On other boards, consult the board documentation.

+ {% else %} +

{{ bootloader_instructions }}

+ {% endif %}

- After you update, check INFO_UF2.TXT to verify that the bootloader version has been updated. - Then you will need to load or reload CircuitPython using the .uf2 file. + If you are updating TinyUF2, look at INFO_UF2.TXT to verify the new version of TinyUF2, + by checking the version number. + Then you will need to copy the CircuitPython.uf2 file to the BOOT drive.

- DOWNLOAD BOOTLOADER ZIP + DOWNLOAD BOOTLOADER combined.bin
{% else %} @@ -282,7 +335,7 @@

Update UF2 Bootloader

The bootloader allows you to load CircuitPython, MakeCode, and Arduino programs. The bootloader is not CircuitPython. You can check the current version of your bootloader by looking in - the INFO_UF2.TXT file when the BOOT drive is visible (FEATHERBOOT, CPLAYBOOT, etc.). + the INFO_UF2.TXT file when the BOOT drive is visible (FEATHERBOOT, CPLAYBOOT, etc.).

It is not necessary to update your bootloader if it is working fine. @@ -293,17 +346,17 @@

Update UF2 Bootloader

{% if page.family == 'nrf52840' %}

- On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later. + On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later. Older bootloaders cannot load the firmware. To check the version of your board's bootloader, - look at INFO_UF2.TXT when the BOOT drive is present. - + look at INFO_UF2.TXT when the BOOT drive is present. + To update the bootloader, refer to the "Update Bootloader" page in the guide for your board, or start with this page.

- After you update, check INFO_UF2.TXT to verify that the bootloader version has been updated. + After you update, check INFO_UF2.TXT to verify that the bootloader version has been updated. Then you will need to reload CircuitPython.

@@ -313,11 +366,11 @@

Update UF2 Bootloader

{% if page.family == 'atmel-samd' %}

- To update, first save the contents of CIRCUITPY, just in case. - Then double-click the reset button to show the BOOT drive. - Drag the update-bootloader .uf2 file to the BOOT drive. - Wait a few tens of seconds for the bootloader to update; the BOOT drive will reappear. - After you update, check INFO_UF2.TXT to verify that the bootloader version has been updated. + To update, first save the contents of CIRCUITPY, just in case. + Then double-click the reset button to show the BOOT drive. + Drag the update-bootloader .uf2 file to the BOOT drive. + Wait a few tens of seconds for the bootloader to update; the BOOT drive will reappear. + After you update, check INFO_UF2.TXT to verify that the bootloader version has been updated. Then you will need to reload CircuitPython.

diff --git a/_includes/downloads/board_image.html b/_includes/downloads/board_image.html index 9304346f4..23c15c476 100644 --- a/_includes/downloads/board_image.html +++ b/_includes/downloads/board_image.html @@ -1,7 +1,12 @@ - {% assign small_image = "/assets/images/boards/small/" | append: include.board_image %} - {% assign large_image = "/assets/images/boards/large/" | append: include.board_image %} - Image of Board +{% assign small_image = "/assets/images/boards/small/" | append: +include.board_image | absolute_url %} {% assign large_image = +"/assets/images/boards/large/" | append: include.board_image | absolute_url %} +Image of Board diff --git a/_includes/header.html b/_includes/header.html index 0b8f28576..d8a552cbd 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,26 +18,26 @@

-
diff --git a/_includes/header_mobile.html b/_includes/header_mobile.html index ee71d7adb..7bb62e531 100644 --- a/_includes/header_mobile.html +++ b/_includes/header_mobile.html @@ -40,5 +40,4 @@
-
diff --git a/_includes/index/learn_block.html b/_includes/index/learn_block.html new file mode 100644 index 000000000..350a11198 --- /dev/null +++ b/_includes/index/learn_block.html @@ -0,0 +1,16 @@ +
+ {% assign guide = site.data.guides[include.index] %} + {{ guide.image_alt_attribute }} + + +

{{ guide.title }} by {{ guide.author }}

+
+ Made with CircuitPython Logo +
+
diff --git a/_layouts/download.html b/_layouts/download.html index d44369490..684169e4c 100644 --- a/_layouts/download.html +++ b/_layouts/download.html @@ -1,33 +1,41 @@ --- layout: default --- -
-

{{ page.name }}

-

by {{ page.manufacturer }}

+
-
+
+
+ {% assign large_image = "/assets/images/boards/large/" | append: + page.board_image %} + Image of Board +

{{ page.name }} by {{ page.manufacturer }}

+
- {% assign large_image = "/assets/images/boards/large/" | append: page.board_image %} - Image of Board +

{{ content }}

+

Contribute

- {{ content }} + Have some info to add for this board? Edit the source for this page + here.

-

Contribute

-

Have some info to add for this board? Edit the source for this page here.

- {% if page.blinka == true %} - {% include download/blinka.html %} - {% else %} - {% include download/board.html %} - {% endif %} + {% if page.blinka == true %} {% include download/blinka.html %} {% else %} + {% include download/board.html %} {% endif %}
-{% if page.family == 'esp32' or page.family == 'esp32s2' or page.family == 'esp32c3' or page.family == 'esp32s3' %} - +{% if page.family == 'esp32' or page.family == 'esp32s2' or page.family == +'esp32c3' or page.family == 'esp32s3' or page.family == 'esp32c6' %} + + {% endif %} diff --git a/adabot b/adabot index 38b61d262..d047729db 160000 --- a/adabot +++ b/adabot @@ -1 +1 @@ -Subproject commit 38b61d262f5a15d54636c3130bb09cc1808b971d +Subproject commit d047729db6139babd1c3fe28fed386d33ff9edf4 diff --git a/assets/css/main.scss b/assets/css/main.scss index e4eba021f..2880a680d 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -1,23 +1,22 @@ --- --- + @charset "utf-8"; -@import 'vendors/normalize'; +@use "../sass/vendors/normalize"; -@import 'base/variables'; -@import 'base/typography'; -@import 'base/base'; -@import 'base/mixins'; +@use "../sass/base/typography"; +@use "../sass/base/base"; -@import 'layout/grid'; -@import 'layout/header'; -@import 'layout/header_mobile'; +@use "../sass/layout/grid"; +@use "../sass/layout/header"; +@use "../sass/layout/header_mobile"; -@import 'pages/home'; -@import 'pages/common'; -@import 'pages/downloads'; -@import 'pages/download'; -@import 'pages/awesome'; -@import 'pages/libraries'; -@import 'pages/contributing'; -@import 'pages/espinstaller'; +@use "../sass/pages/home"; +@use "../sass/pages/common"; +@use "../sass/pages/downloads"; +@use "../sass/pages/download"; +@use "../sass/pages/awesome"; +@use "../sass/pages/libraries"; +@use "../sass/pages/contributing"; +@use "../sass/pages/espinstaller"; diff --git a/assets/images/CircuitPythonLogo_Black.png b/assets/images/CircuitPythonLogo_Black.png index 214c358ae..a652e556a 100644 Binary files a/assets/images/CircuitPythonLogo_Black.png and b/assets/images/CircuitPythonLogo_Black.png differ diff --git a/assets/images/blinka-computer.png b/assets/images/blinka-computer.png index 53367c3e3..62a704eae 100644 Binary files a/assets/images/blinka-computer.png and b/assets/images/blinka-computer.png differ diff --git a/assets/images/blinka-computer@2x.png b/assets/images/blinka-computer@2x.png index 070dfabbb..003fa2187 100644 Binary files a/assets/images/blinka-computer@2x.png and b/assets/images/blinka-computer@2x.png differ diff --git a/assets/images/blinka-computer@3x.png b/assets/images/blinka-computer@3x.png index 57a92c4a8..0717bae08 100644 Binary files a/assets/images/blinka-computer@3x.png and b/assets/images/blinka-computer@3x.png differ diff --git a/assets/images/blinka.png b/assets/images/blinka.png index 4b8181444..95674e87d 100644 Binary files a/assets/images/blinka.png and b/assets/images/blinka.png differ diff --git a/assets/images/boards/large/0xcb_gemini.jpg b/assets/images/boards/large/0xcb_gemini.jpg new file mode 100644 index 000000000..6375dd5b6 Binary files /dev/null and b/assets/images/boards/large/0xcb_gemini.jpg differ diff --git a/assets/images/boards/large/0xcb_helios.jpg b/assets/images/boards/large/0xcb_helios.jpg index d6d4cd5f6..78967f970 100644 Binary files a/assets/images/boards/large/0xcb_helios.jpg and b/assets/images/boards/large/0xcb_helios.jpg differ diff --git a/assets/images/boards/large/8086_rp2040_interfacer.jpg b/assets/images/boards/large/8086_rp2040_interfacer.jpg new file mode 100644 index 000000000..bf8c9aaf5 Binary files /dev/null and b/assets/images/boards/large/8086_rp2040_interfacer.jpg differ diff --git a/assets/images/boards/large/8086_usb_interposer.jpg b/assets/images/boards/large/8086_usb_interposer.jpg new file mode 100755 index 000000000..45b72ba67 Binary files /dev/null and b/assets/images/boards/large/8086_usb_interposer.jpg differ diff --git a/assets/images/boards/large/CircuitArt_ESP32S3_Zero.jpg b/assets/images/boards/large/CircuitArt_ESP32S3_Zero.jpg new file mode 100644 index 000000000..73236f089 Binary files /dev/null and b/assets/images/boards/large/CircuitArt_ESP32S3_Zero.jpg differ diff --git a/assets/images/boards/large/ThingPulse_Pendrive_S3.jpg b/assets/images/boards/large/ThingPulse_Pendrive_S3.jpg new file mode 100644 index 000000000..c7d780f23 Binary files /dev/null and b/assets/images/boards/large/ThingPulse_Pendrive_S3.jpg differ diff --git a/assets/images/boards/large/adafruit_feather_esp32c6_4mbflash_nopsram.jpg b/assets/images/boards/large/adafruit_feather_esp32c6_4mbflash_nopsram.jpg index 77e1e7c89..d71775c19 100644 Binary files a/assets/images/boards/large/adafruit_feather_esp32c6_4mbflash_nopsram.jpg and b/assets/images/boards/large/adafruit_feather_esp32c6_4mbflash_nopsram.jpg differ diff --git a/assets/images/boards/large/adafruit_feather_rp2040_adalogger.jpg b/assets/images/boards/large/adafruit_feather_rp2040_adalogger.jpg new file mode 100644 index 000000000..8b78bda61 Binary files /dev/null and b/assets/images/boards/large/adafruit_feather_rp2040_adalogger.jpg differ diff --git a/assets/images/boards/large/adafruit_feather_rp2350.jpg b/assets/images/boards/large/adafruit_feather_rp2350.jpg new file mode 100644 index 000000000..bec3e6b46 Binary files /dev/null and b/assets/images/boards/large/adafruit_feather_rp2350.jpg differ diff --git a/assets/images/boards/large/adafruit_feather_rp2350_adalogger.jpg b/assets/images/boards/large/adafruit_feather_rp2350_adalogger.jpg new file mode 100644 index 000000000..89ea3e999 Binary files /dev/null and b/assets/images/boards/large/adafruit_feather_rp2350_adalogger.jpg differ diff --git a/assets/images/boards/large/adafruit_floppsy_rp2040.jpg b/assets/images/boards/large/adafruit_floppsy_rp2040.jpg index 574a0080d..356234c98 100644 Binary files a/assets/images/boards/large/adafruit_floppsy_rp2040.jpg and b/assets/images/boards/large/adafruit_floppsy_rp2040.jpg differ diff --git a/assets/images/boards/large/adafruit_fruit_jam.jpg b/assets/images/boards/large/adafruit_fruit_jam.jpg new file mode 100644 index 000000000..e0d365b09 Binary files /dev/null and b/assets/images/boards/large/adafruit_fruit_jam.jpg differ diff --git a/assets/images/boards/large/adafruit_metro_rp2350.jpg b/assets/images/boards/large/adafruit_metro_rp2350.jpg new file mode 100644 index 000000000..fe4e15cf1 Binary files /dev/null and b/assets/images/boards/large/adafruit_metro_rp2350.jpg differ diff --git a/assets/images/boards/large/adafruit_mini_sparkle_motion.jpg b/assets/images/boards/large/adafruit_mini_sparkle_motion.jpg new file mode 100644 index 000000000..feaf6a01a Binary files /dev/null and b/assets/images/boards/large/adafruit_mini_sparkle_motion.jpg differ diff --git a/assets/images/boards/large/adafruit_pixel_trinkey_m0.jpg b/assets/images/boards/large/adafruit_pixel_trinkey_m0.jpg new file mode 100644 index 000000000..79075767b Binary files /dev/null and b/assets/images/boards/large/adafruit_pixel_trinkey_m0.jpg differ diff --git a/assets/images/boards/large/adafruit_sht4x_trinkey_m0.jpg b/assets/images/boards/large/adafruit_sht4x_trinkey_m0.jpg index 583f1dffa..7e8149835 100644 Binary files a/assets/images/boards/large/adafruit_sht4x_trinkey_m0.jpg and b/assets/images/boards/large/adafruit_sht4x_trinkey_m0.jpg differ diff --git a/assets/images/boards/large/adafruit_sparkle_motion.jpg b/assets/images/boards/large/adafruit_sparkle_motion.jpg new file mode 100644 index 000000000..0f2bb4b1a Binary files /dev/null and b/assets/images/boards/large/adafruit_sparkle_motion.jpg differ diff --git a/assets/images/boards/large/adafruit_sparkle_motion_stick.jpg b/assets/images/boards/large/adafruit_sparkle_motion_stick.jpg new file mode 100644 index 000000000..b5d4616b3 Binary files /dev/null and b/assets/images/boards/large/adafruit_sparkle_motion_stick.jpg differ diff --git a/assets/images/boards/large/adafruit_trrs_trinkey_m0.jpg b/assets/images/boards/large/adafruit_trrs_trinkey_m0.jpg new file mode 100644 index 000000000..07e5f7ccc Binary files /dev/null and b/assets/images/boards/large/adafruit_trrs_trinkey_m0.jpg differ diff --git a/assets/images/boards/large/ai-thinker-esp32-cam.jpg b/assets/images/boards/large/ai-thinker-esp32-cam.jpg new file mode 100644 index 000000000..5acfc04ad Binary files /dev/null and b/assets/images/boards/large/ai-thinker-esp32-cam.jpg differ diff --git a/assets/images/boards/large/ai_on_the_edge_cam.jpg b/assets/images/boards/large/ai_on_the_edge_cam.jpg new file mode 100644 index 000000000..834f65c8f Binary files /dev/null and b/assets/images/boards/large/ai_on_the_edge_cam.jpg differ diff --git a/assets/images/boards/large/apard32690.jpg b/assets/images/boards/large/apard32690.jpg new file mode 100644 index 000000000..e7e4fb795 Binary files /dev/null and b/assets/images/boards/large/apard32690.jpg differ diff --git a/assets/images/boards/large/archi.jpg b/assets/images/boards/large/archi.jpg new file mode 100644 index 000000000..5491dd60b Binary files /dev/null and b/assets/images/boards/large/archi.jpg differ diff --git a/assets/images/boards/large/arduino_nano_33_ble_rev2.jpg b/assets/images/boards/large/arduino_nano_33_ble_rev2.jpg new file mode 100644 index 000000000..6801407ad Binary files /dev/null and b/assets/images/boards/large/arduino_nano_33_ble_rev2.jpg differ diff --git a/assets/images/boards/large/autosportlabs_esp32_can_x2.jpg b/assets/images/boards/large/autosportlabs_esp32_can_x2.jpg new file mode 100644 index 000000000..7d1991a77 Binary files /dev/null and b/assets/images/boards/large/autosportlabs_esp32_can_x2.jpg differ diff --git a/assets/images/boards/large/banana_pi_bpi_ai2h_ai2n.jpg b/assets/images/boards/large/banana_pi_bpi_ai2h_ai2n.jpg new file mode 100644 index 000000000..8ab3ad575 Binary files /dev/null and b/assets/images/boards/large/banana_pi_bpi_ai2h_ai2n.jpg differ diff --git a/assets/images/boards/large/banana_pi_bpi_f3.jpg b/assets/images/boards/large/banana_pi_bpi_f3.jpg new file mode 100644 index 000000000..c9f244904 Binary files /dev/null and b/assets/images/boards/large/banana_pi_bpi_f3.jpg differ diff --git a/assets/images/boards/large/banana_pi_bpi_f5.jpg b/assets/images/boards/large/banana_pi_bpi_f5.jpg new file mode 100644 index 000000000..6835c5d83 Binary files /dev/null and b/assets/images/boards/large/banana_pi_bpi_f5.jpg differ diff --git a/assets/images/boards/large/banana_pi_m2_zero.jpg b/assets/images/boards/large/banana_pi_bpi_m2_zero.jpg similarity index 100% rename from assets/images/boards/large/banana_pi_m2_zero.jpg rename to assets/images/boards/large/banana_pi_bpi_m2_zero.jpg diff --git a/assets/images/boards/large/banana_pi_bpi_m4_berry.jpg b/assets/images/boards/large/banana_pi_bpi_m4_berry.jpg new file mode 100644 index 000000000..0f3b896b7 Binary files /dev/null and b/assets/images/boards/large/banana_pi_bpi_m4_berry.jpg differ diff --git a/assets/images/boards/large/banana_pi_bpi_m4_zero.jpg b/assets/images/boards/large/banana_pi_bpi_m4_zero.jpg new file mode 100644 index 000000000..b2e6f5fe8 Binary files /dev/null and b/assets/images/boards/large/banana_pi_bpi_m4_zero.jpg differ diff --git a/assets/images/boards/large/barduino.jpg b/assets/images/boards/large/barduino.jpg new file mode 100644 index 000000000..10d2ed2f1 Binary files /dev/null and b/assets/images/boards/large/barduino.jpg differ diff --git a/assets/images/boards/large/beetle-esp32-c3.png b/assets/images/boards/large/beetle-esp32-c3.png index 2e0453875..6bdea8221 100644 Binary files a/assets/images/boards/large/beetle-esp32-c3.png and b/assets/images/boards/large/beetle-esp32-c3.png differ diff --git a/assets/images/boards/large/blues_cygnet.jpg b/assets/images/boards/large/blues_cygnet.jpg new file mode 100644 index 000000000..b5e0e28d7 Binary files /dev/null and b/assets/images/boards/large/blues_cygnet.jpg differ diff --git a/assets/images/boards/large/bradanlanestudio_coin_m0.jpg b/assets/images/boards/large/bradanlanestudio_coin_m0.jpg new file mode 100644 index 000000000..bb56db24a Binary files /dev/null and b/assets/images/boards/large/bradanlanestudio_coin_m0.jpg differ diff --git a/assets/images/boards/large/bradanlanestudio_explorer_rp2040.jpg b/assets/images/boards/large/bradanlanestudio_explorer_rp2040.jpg new file mode 100644 index 000000000..457bcfded Binary files /dev/null and b/assets/images/boards/large/bradanlanestudio_explorer_rp2040.jpg differ diff --git a/assets/images/boards/large/brainboardz_neuron.jpg b/assets/images/boards/large/brainboardz_neuron.jpg index 1cc127afa..624abb224 100644 Binary files a/assets/images/boards/large/brainboardz_neuron.jpg and b/assets/images/boards/large/brainboardz_neuron.jpg differ diff --git a/assets/images/boards/large/cezerio_dev_esp32c6.jpg b/assets/images/boards/large/cezerio_dev_esp32c6.jpg new file mode 100644 index 000000000..189d71f9a Binary files /dev/null and b/assets/images/boards/large/cezerio_dev_esp32c6.jpg differ diff --git a/assets/images/boards/large/cezerio_mini_dev_esp32c6.jpg b/assets/images/boards/large/cezerio_mini_dev_esp32c6.jpg new file mode 100644 index 000000000..f236fca5a Binary files /dev/null and b/assets/images/boards/large/cezerio_mini_dev_esp32c6.jpg differ diff --git a/assets/images/boards/large/challenger_rp2350_bconnect.jpg b/assets/images/boards/large/challenger_rp2350_bconnect.jpg new file mode 100644 index 000000000..10bce88ae Binary files /dev/null and b/assets/images/boards/large/challenger_rp2350_bconnect.jpg differ diff --git a/assets/images/boards/large/challenger_rp2350_wifi6_ble5.jpg b/assets/images/boards/large/challenger_rp2350_wifi6_ble5.jpg new file mode 100644 index 000000000..85340674f Binary files /dev/null and b/assets/images/boards/large/challenger_rp2350_wifi6_ble5.jpg differ diff --git a/assets/images/boards/large/cytron_iriv_io_controller.png b/assets/images/boards/large/cytron_iriv_io_controller.png new file mode 100644 index 000000000..665ffb4a8 Binary files /dev/null and b/assets/images/boards/large/cytron_iriv_io_controller.png differ diff --git a/assets/images/boards/large/cytron_maker_uno_rp2040.jpg b/assets/images/boards/large/cytron_maker_uno_rp2040.jpg index c2dab8b1c..4b482c4cc 100644 Binary files a/assets/images/boards/large/cytron_maker_uno_rp2040.jpg and b/assets/images/boards/large/cytron_maker_uno_rp2040.jpg differ diff --git a/assets/images/boards/large/cytron_motion_2350_pro.png b/assets/images/boards/large/cytron_motion_2350_pro.png new file mode 100644 index 000000000..b4228da73 Binary files /dev/null and b/assets/images/boards/large/cytron_motion_2350_pro.png differ diff --git a/assets/images/boards/large/d-robotics_rdk-x3.jpg b/assets/images/boards/large/d-robotics_rdk-x3.jpg new file mode 100644 index 000000000..077b6a992 Binary files /dev/null and b/assets/images/boards/large/d-robotics_rdk-x3.jpg differ diff --git a/assets/images/boards/large/daisy_seed_with_sdram.jpg b/assets/images/boards/large/daisy_seed_with_sdram.jpg new file mode 100644 index 000000000..26caff471 Binary files /dev/null and b/assets/images/boards/large/daisy_seed_with_sdram.jpg differ diff --git a/assets/images/boards/large/datanoise_picoadk_v2.jpg b/assets/images/boards/large/datanoise_picoadk_v2.jpg new file mode 100644 index 000000000..3323bbd24 Binary files /dev/null and b/assets/images/boards/large/datanoise_picoadk_v2.jpg differ diff --git a/assets/images/boards/large/eafaq_omnimo_nrf52840.jpg b/assets/images/boards/large/eafaq_omnimo_nrf52840.jpg new file mode 100644 index 000000000..147569023 Binary files /dev/null and b/assets/images/boards/large/eafaq_omnimo_nrf52840.jpg differ diff --git a/assets/images/boards/large/elecrow_crowpanel_3.5.jpg b/assets/images/boards/large/elecrow_crowpanel_3.5.jpg new file mode 100644 index 000000000..6a91f31f2 Binary files /dev/null and b/assets/images/boards/large/elecrow_crowpanel_3.5.jpg differ diff --git a/assets/images/boards/large/elecrow_crowpanel_4_2_epaper.jpg b/assets/images/boards/large/elecrow_crowpanel_4_2_epaper.jpg new file mode 100644 index 000000000..64741dd7c Binary files /dev/null and b/assets/images/boards/large/elecrow_crowpanel_4_2_epaper.jpg differ diff --git a/assets/images/boards/large/electronut_labs_blip.png b/assets/images/boards/large/electronut_labs_blip.png index 8fc575684..87e19e132 100644 Binary files a/assets/images/boards/large/electronut_labs_blip.png and b/assets/images/boards/large/electronut_labs_blip.png differ diff --git a/assets/images/boards/large/esp32-wrover-dev-cam.jpg b/assets/images/boards/large/esp32-wrover-dev-cam.jpg new file mode 100644 index 000000000..0b37a1a00 Binary files /dev/null and b/assets/images/boards/large/esp32-wrover-dev-cam.jpg differ diff --git a/assets/images/boards/large/espressif_esp32c3_lyra_v2.jpg b/assets/images/boards/large/espressif_esp32c3_lyra_v2.jpg new file mode 100644 index 000000000..b77fe310a Binary files /dev/null and b/assets/images/boards/large/espressif_esp32c3_lyra_v2.jpg differ diff --git a/assets/images/boards/large/espressif_esp32p4_function_ev.jpg b/assets/images/boards/large/espressif_esp32p4_function_ev.jpg new file mode 100644 index 000000000..98cd593de Binary files /dev/null and b/assets/images/boards/large/espressif_esp32p4_function_ev.jpg differ diff --git a/assets/images/boards/large/espressif_esp32s3_lcd_ev_v1.5.jpg b/assets/images/boards/large/espressif_esp32s3_lcd_ev_v1.5.jpg new file mode 100644 index 000000000..7b070f108 Binary files /dev/null and b/assets/images/boards/large/espressif_esp32s3_lcd_ev_v1.5.jpg differ diff --git a/assets/images/boards/large/espressif_esp8684_devkitc_02_n4.jpg b/assets/images/boards/large/espressif_esp8684_devkitc_02_n4.jpg new file mode 100644 index 000000000..24607b748 Binary files /dev/null and b/assets/images/boards/large/espressif_esp8684_devkitc_02_n4.jpg differ diff --git a/assets/images/boards/large/ft4232h.jpg b/assets/images/boards/large/ft4232h.jpg new file mode 100644 index 000000000..3f0fba87c Binary files /dev/null and b/assets/images/boards/large/ft4232h.jpg differ diff --git a/assets/images/boards/large/heltec_vision_master_e290.jpg b/assets/images/boards/large/heltec_vision_master_e290.jpg new file mode 100644 index 000000000..b6e7b35d6 Binary files /dev/null and b/assets/images/boards/large/heltec_vision_master_e290.jpg differ diff --git a/assets/images/boards/large/heltec_wireless_paper.jpg b/assets/images/boards/large/heltec_wireless_paper.jpg new file mode 100644 index 000000000..12b9f8fad Binary files /dev/null and b/assets/images/boards/large/heltec_wireless_paper.jpg differ diff --git a/assets/images/boards/large/hxr_sao_dmm.jpg b/assets/images/boards/large/hxr_sao_dmm.jpg new file mode 100644 index 000000000..3ab176d3f Binary files /dev/null and b/assets/images/boards/large/hxr_sao_dmm.jpg differ diff --git a/assets/images/boards/large/indiedroid_nova.jpg b/assets/images/boards/large/indiedroid_nova.jpg new file mode 100644 index 000000000..727b68948 Binary files /dev/null and b/assets/images/boards/large/indiedroid_nova.jpg differ diff --git a/assets/images/boards/large/jetson_agx_thor.jpg b/assets/images/boards/large/jetson_agx_thor.jpg new file mode 100644 index 000000000..66927e796 Binary files /dev/null and b/assets/images/boards/large/jetson_agx_thor.jpg differ diff --git a/assets/images/boards/large/lilygo_tdeck.jpg b/assets/images/boards/large/lilygo_tdeck.jpg index 0a1d63eb8..0b8f897ed 100644 Binary files a/assets/images/boards/large/lilygo_tdeck.jpg and b/assets/images/boards/large/lilygo_tdeck.jpg differ diff --git a/assets/images/boards/large/lilygo_tdisplay_s3.jpg b/assets/images/boards/large/lilygo_tdisplay_s3.jpg index f7a3b4cce..8ed96497b 100644 Binary files a/assets/images/boards/large/lilygo_tdisplay_s3.jpg and b/assets/images/boards/large/lilygo_tdisplay_s3.jpg differ diff --git a/assets/images/boards/large/lilygo_tdisplay_s3_pro.jpg b/assets/images/boards/large/lilygo_tdisplay_s3_pro.jpg new file mode 100644 index 000000000..b24b47e5f Binary files /dev/null and b/assets/images/boards/large/lilygo_tdisplay_s3_pro.jpg differ diff --git a/assets/images/boards/large/lilygo_tdongle_s3.jpg b/assets/images/boards/large/lilygo_tdongle_s3.jpg new file mode 100644 index 000000000..1468d6772 Binary files /dev/null and b/assets/images/boards/large/lilygo_tdongle_s3.jpg differ diff --git a/assets/images/boards/large/lilygo_tqt_pro.jpg b/assets/images/boards/large/lilygo_tqt_pro.jpg new file mode 100644 index 000000000..2c4cef033 Binary files /dev/null and b/assets/images/boards/large/lilygo_tqt_pro.jpg differ diff --git a/assets/images/boards/large/lilygo_twatch_s3.jpg b/assets/images/boards/large/lilygo_twatch_s3.jpg new file mode 100644 index 000000000..44d0f47ae Binary files /dev/null and b/assets/images/boards/large/lilygo_twatch_s3.jpg differ diff --git a/assets/images/boards/large/lolin_c3_mini.png b/assets/images/boards/large/lolin_c3_mini.png index fda57ce83..5f699c1fb 100644 Binary files a/assets/images/boards/large/lolin_c3_mini.png and b/assets/images/boards/large/lolin_c3_mini.png differ diff --git a/assets/images/boards/large/lolin_s3.png b/assets/images/boards/large/lolin_s3.png index 75c7936c0..1c8308837 100644 Binary files a/assets/images/boards/large/lolin_s3.png and b/assets/images/boards/large/lolin_s3.png differ diff --git a/assets/images/boards/large/lolin_s3_mini_pro.jpg b/assets/images/boards/large/lolin_s3_mini_pro.jpg new file mode 100644 index 000000000..902dba098 Binary files /dev/null and b/assets/images/boards/large/lolin_s3_mini_pro.jpg differ diff --git a/assets/images/boards/large/lolin_s3_pro.jpg b/assets/images/boards/large/lolin_s3_pro.jpg index e3a7a24d3..4079bba91 100644 Binary files a/assets/images/boards/large/lolin_s3_pro.jpg and b/assets/images/boards/large/lolin_s3_pro.jpg differ diff --git a/assets/images/boards/large/lubancat-5.jpg b/assets/images/boards/large/lubancat-5.jpg new file mode 100644 index 000000000..9869f41b5 Binary files /dev/null and b/assets/images/boards/large/lubancat-5.jpg differ diff --git a/assets/images/boards/large/luckyfox_pico.jpg b/assets/images/boards/large/luckyfox_pico.jpg new file mode 100644 index 000000000..053a32fea Binary files /dev/null and b/assets/images/boards/large/luckyfox_pico.jpg differ diff --git a/assets/images/boards/large/luckyfox_pico_max.jpg b/assets/images/boards/large/luckyfox_pico_max.jpg new file mode 100644 index 000000000..f140b963c Binary files /dev/null and b/assets/images/boards/large/luckyfox_pico_max.jpg differ diff --git a/assets/images/boards/large/luckyfox_pico_mini.jpg b/assets/images/boards/large/luckyfox_pico_mini.jpg new file mode 100644 index 000000000..e9076095a Binary files /dev/null and b/assets/images/boards/large/luckyfox_pico_mini.jpg differ diff --git a/assets/images/boards/large/luckyfox_pico_plus.jpg b/assets/images/boards/large/luckyfox_pico_plus.jpg new file mode 100644 index 000000000..b1b52f25d Binary files /dev/null and b/assets/images/boards/large/luckyfox_pico_plus.jpg differ diff --git a/assets/images/boards/large/m5stack_atoms3_lite.png b/assets/images/boards/large/m5stack_atoms3_lite.png index b2678080f..784fcac60 100644 Binary files a/assets/images/boards/large/m5stack_atoms3_lite.png and b/assets/images/boards/large/m5stack_atoms3_lite.png differ diff --git a/assets/images/boards/large/m5stack_cardputer.jpg b/assets/images/boards/large/m5stack_cardputer.jpg index e874b22d2..fa42ded28 100644 Binary files a/assets/images/boards/large/m5stack_cardputer.jpg and b/assets/images/boards/large/m5stack_cardputer.jpg differ diff --git a/assets/images/boards/large/m5stack_cores3.jpg b/assets/images/boards/large/m5stack_cores3.jpg new file mode 100644 index 000000000..16b5ec422 Binary files /dev/null and b/assets/images/boards/large/m5stack_cores3.jpg differ diff --git a/assets/images/boards/large/m5stack_dinmeter.jpg b/assets/images/boards/large/m5stack_dinmeter.jpg new file mode 100644 index 000000000..1ed595b0c Binary files /dev/null and b/assets/images/boards/large/m5stack_dinmeter.jpg differ diff --git a/assets/images/boards/large/m5stack_stamp_s3.jpg b/assets/images/boards/large/m5stack_stamp_s3.jpg new file mode 100644 index 000000000..693343467 Binary files /dev/null and b/assets/images/boards/large/m5stack_stamp_s3.jpg differ diff --git a/assets/images/boards/large/m5stack_stick_c_plus2.jpg b/assets/images/boards/large/m5stack_stick_c_plus2.jpg new file mode 100644 index 000000000..776119b82 Binary files /dev/null and b/assets/images/boards/large/m5stack_stick_c_plus2.jpg differ diff --git a/assets/images/boards/large/makerdiary_imxrt1011_nanokit.jpg b/assets/images/boards/large/makerdiary_imxrt1011_nanokit.jpg new file mode 100644 index 000000000..e984ef052 Binary files /dev/null and b/assets/images/boards/large/makerdiary_imxrt1011_nanokit.jpg differ diff --git a/assets/images/boards/large/makergo-esp32c3-supermini.jpg b/assets/images/boards/large/makergo-esp32c3-supermini.jpg new file mode 100644 index 000000000..3320cf47b Binary files /dev/null and b/assets/images/boards/large/makergo-esp32c3-supermini.jpg differ diff --git a/assets/images/boards/large/makergo_esp32c6_supermini.jpg b/assets/images/boards/large/makergo_esp32c6_supermini.jpg new file mode 100644 index 000000000..78b10d8af Binary files /dev/null and b/assets/images/boards/large/makergo_esp32c6_supermini.jpg differ diff --git a/assets/images/boards/large/max32690evkit.jpg b/assets/images/boards/large/max32690evkit.jpg new file mode 100644 index 000000000..d5c0d79b3 Binary files /dev/null and b/assets/images/boards/large/max32690evkit.jpg differ diff --git a/assets/images/boards/large/metro_nrf52840_express.png b/assets/images/boards/large/metro_nrf52840_express.png index bc5094459..871ea5f31 100644 Binary files a/assets/images/boards/large/metro_nrf52840_express.png and b/assets/images/boards/large/metro_nrf52840_express.png differ diff --git a/assets/images/boards/large/milkv_duo.jpg b/assets/images/boards/large/milkv_duo.jpg index dfd93b08a..2c1e863e5 100644 Binary files a/assets/images/boards/large/milkv_duo.jpg and b/assets/images/boards/large/milkv_duo.jpg differ diff --git a/assets/images/boards/large/mtm_computer.jpg b/assets/images/boards/large/mtm_computer.jpg new file mode 100644 index 000000000..18f1f2012 Binary files /dev/null and b/assets/images/boards/large/mtm_computer.jpg differ diff --git a/assets/images/boards/large/nodemcu_esp32c2.jpg b/assets/images/boards/large/nodemcu_esp32c2.jpg new file mode 100644 index 000000000..13dc9908a Binary files /dev/null and b/assets/images/boards/large/nodemcu_esp32c2.jpg differ diff --git a/assets/images/boards/large/nordic_nrf5340dk.jpg b/assets/images/boards/large/nordic_nrf5340dk.jpg new file mode 100644 index 000000000..fcc7770ed Binary files /dev/null and b/assets/images/boards/large/nordic_nrf5340dk.jpg differ diff --git a/assets/images/boards/large/nordic_nrf54l15dk.jpg b/assets/images/boards/large/nordic_nrf54l15dk.jpg new file mode 100644 index 000000000..2b1341462 Binary files /dev/null and b/assets/images/boards/large/nordic_nrf54l15dk.jpg differ diff --git a/assets/images/boards/large/nordic_nrf7002dk.jpg b/assets/images/boards/large/nordic_nrf7002dk.jpg new file mode 100644 index 000000000..ab8bf1503 Binary files /dev/null and b/assets/images/boards/large/nordic_nrf7002dk.jpg differ diff --git a/assets/images/boards/large/odt_rpga_feather.jpg b/assets/images/boards/large/odt_rpga_feather.jpg new file mode 100644 index 000000000..0bdc219a9 Binary files /dev/null and b/assets/images/boards/large/odt_rpga_feather.jpg differ diff --git a/assets/images/boards/large/orange_pi_3_lts.jpg b/assets/images/boards/large/orange_pi_3_lts.jpg new file mode 100644 index 000000000..0139f6098 Binary files /dev/null and b/assets/images/boards/large/orange_pi_3_lts.jpg differ diff --git a/assets/images/boards/large/orange_pi_3b.jpg b/assets/images/boards/large/orange_pi_3b.jpg new file mode 100644 index 000000000..6713b6ca8 Binary files /dev/null and b/assets/images/boards/large/orange_pi_3b.jpg differ diff --git a/assets/images/boards/large/orange_pi_5_max.jpg b/assets/images/boards/large/orange_pi_5_max.jpg new file mode 100644 index 000000000..00a981158 Binary files /dev/null and b/assets/images/boards/large/orange_pi_5_max.jpg differ diff --git a/assets/images/boards/large/orange_pi_5_pro.jpg b/assets/images/boards/large/orange_pi_5_pro.jpg new file mode 100644 index 000000000..ad501081b Binary files /dev/null and b/assets/images/boards/large/orange_pi_5_pro.jpg differ diff --git a/assets/images/boards/large/orange_pi_lite.png b/assets/images/boards/large/orange_pi_lite.png index d2fba8803..d13edcbc9 100644 Binary files a/assets/images/boards/large/orange_pi_lite.png and b/assets/images/boards/large/orange_pi_lite.png differ diff --git a/assets/images/boards/large/orange_pi_one.png b/assets/images/boards/large/orange_pi_one.png index 108bdb554..7176bfdaa 100644 Binary files a/assets/images/boards/large/orange_pi_one.png and b/assets/images/boards/large/orange_pi_one.png differ diff --git a/assets/images/boards/large/orange_pi_pc2.jpg b/assets/images/boards/large/orange_pi_pc2.jpg new file mode 100644 index 000000000..176635765 Binary files /dev/null and b/assets/images/boards/large/orange_pi_pc2.jpg differ diff --git a/assets/images/boards/large/orange_pi_plus_2e.png b/assets/images/boards/large/orange_pi_plus_2e.png index c3b1244f9..5cb480d1e 100644 Binary files a/assets/images/boards/large/orange_pi_plus_2e.png and b/assets/images/boards/large/orange_pi_plus_2e.png differ diff --git a/assets/images/boards/large/orpheus_pico.jpg b/assets/images/boards/large/orpheus_pico.jpg new file mode 100644 index 000000000..7f57a45d8 Binary files /dev/null and b/assets/images/boards/large/orpheus_pico.jpg differ diff --git a/assets/images/boards/large/particle_tachyon.jpg b/assets/images/boards/large/particle_tachyon.jpg new file mode 100644 index 000000000..e6743bb05 Binary files /dev/null and b/assets/images/boards/large/particle_tachyon.jpg differ diff --git a/assets/images/boards/large/picomo_v3.jpg b/assets/images/boards/large/picomo_v3.jpg new file mode 100644 index 000000000..e9cab7659 Binary files /dev/null and b/assets/images/boards/large/picomo_v3.jpg differ diff --git a/assets/images/boards/large/pimoroni_inky_frame_7_3.jpg b/assets/images/boards/large/pimoroni_inky_frame_7_3.jpg index 514cfa6fe..61c434383 100644 Binary files a/assets/images/boards/large/pimoroni_inky_frame_7_3.jpg and b/assets/images/boards/large/pimoroni_inky_frame_7_3.jpg differ diff --git a/assets/images/boards/large/pimoroni_pga2350.jpg b/assets/images/boards/large/pimoroni_pga2350.jpg new file mode 100644 index 000000000..b4ed3d03e Binary files /dev/null and b/assets/images/boards/large/pimoroni_pga2350.jpg differ diff --git a/assets/images/boards/large/pimoroni_pico_plus2.jpg b/assets/images/boards/large/pimoroni_pico_plus2.jpg new file mode 100644 index 000000000..4466877a0 Binary files /dev/null and b/assets/images/boards/large/pimoroni_pico_plus2.jpg differ diff --git a/assets/images/boards/large/pimoroni_pico_plus2w.jpg b/assets/images/boards/large/pimoroni_pico_plus2w.jpg new file mode 100644 index 000000000..826194338 Binary files /dev/null and b/assets/images/boards/large/pimoroni_pico_plus2w.jpg differ diff --git a/assets/images/boards/large/pimoroni_plasma2350.jpg b/assets/images/boards/large/pimoroni_plasma2350.jpg new file mode 100644 index 000000000..1a4144332 Binary files /dev/null and b/assets/images/boards/large/pimoroni_plasma2350.jpg differ diff --git a/assets/images/boards/large/pimoroni_plasma2350w.jpg b/assets/images/boards/large/pimoroni_plasma2350w.jpg new file mode 100644 index 000000000..dd2a1b80b Binary files /dev/null and b/assets/images/boards/large/pimoroni_plasma2350w.jpg differ diff --git a/assets/images/boards/large/pimoroni_tiny2350.jpg b/assets/images/boards/large/pimoroni_tiny2350.jpg new file mode 100644 index 000000000..a6c94feec Binary files /dev/null and b/assets/images/boards/large/pimoroni_tiny2350.jpg differ diff --git a/assets/images/boards/large/pimoroni_tinyfx.jpg b/assets/images/boards/large/pimoroni_tinyfx.jpg new file mode 100644 index 000000000..081bd216b Binary files /dev/null and b/assets/images/boards/large/pimoroni_tinyfx.jpg differ diff --git a/assets/images/boards/large/pine64.png b/assets/images/boards/large/pine64.png index 05549b44e..82d9bb80a 100644 Binary files a/assets/images/boards/large/pine64.png and b/assets/images/boards/large/pine64.png differ diff --git a/assets/images/boards/large/proveskit_rp2040_v4.jpg b/assets/images/boards/large/proveskit_rp2040_v4.jpg new file mode 100644 index 000000000..5e1befe47 Binary files /dev/null and b/assets/images/boards/large/proveskit_rp2040_v4.jpg differ diff --git a/assets/images/boards/large/quartz64_a.jpg b/assets/images/boards/large/quartz64_a.jpg new file mode 100644 index 000000000..a135f8394 Binary files /dev/null and b/assets/images/boards/large/quartz64_a.jpg differ diff --git a/assets/images/boards/large/radxa_rock_3b.jpg b/assets/images/boards/large/radxa_rock_3b.jpg new file mode 100644 index 000000000..a3ce45d67 Binary files /dev/null and b/assets/images/boards/large/radxa_rock_3b.jpg differ diff --git a/assets/images/boards/large/radxa_rock_3c.jpg b/assets/images/boards/large/radxa_rock_3c.jpg index d07783ec7..0ca73d1eb 100644 Binary files a/assets/images/boards/large/radxa_rock_3c.jpg and b/assets/images/boards/large/radxa_rock_3c.jpg differ diff --git a/assets/images/boards/large/radxa_rock_4se.jpg b/assets/images/boards/large/radxa_rock_4se.jpg index 12d2e9c41..fc7eb07be 100644 Binary files a/assets/images/boards/large/radxa_rock_4se.jpg and b/assets/images/boards/large/radxa_rock_4se.jpg differ diff --git a/assets/images/boards/large/radxa_rock_5c.jpg b/assets/images/boards/large/radxa_rock_5c.jpg new file mode 100644 index 000000000..721312ddf Binary files /dev/null and b/assets/images/boards/large/radxa_rock_5c.jpg differ diff --git a/assets/images/boards/large/radxa_x4.jpg b/assets/images/boards/large/radxa_x4.jpg new file mode 100644 index 000000000..5c8ddf49c Binary files /dev/null and b/assets/images/boards/large/radxa_x4.jpg differ diff --git a/assets/images/boards/large/radxa_zero_3e.jpg b/assets/images/boards/large/radxa_zero_3e.jpg new file mode 100644 index 000000000..d3fbb9a9e Binary files /dev/null and b/assets/images/boards/large/radxa_zero_3e.jpg differ diff --git a/assets/images/boards/large/radxa_zero_3w.jpg b/assets/images/boards/large/radxa_zero_3w.jpg new file mode 100644 index 000000000..301911ff1 Binary files /dev/null and b/assets/images/boards/large/radxa_zero_3w.jpg differ diff --git a/assets/images/boards/large/raspberry_pi_500.jpg b/assets/images/boards/large/raspberry_pi_500.jpg new file mode 100644 index 000000000..06a67f403 Binary files /dev/null and b/assets/images/boards/large/raspberry_pi_500.jpg differ diff --git a/assets/images/boards/large/raspberry_pi_pico2.jpg b/assets/images/boards/large/raspberry_pi_pico2.jpg new file mode 100644 index 000000000..916fda0bb Binary files /dev/null and b/assets/images/boards/large/raspberry_pi_pico2.jpg differ diff --git a/assets/images/boards/large/raspberry_pi_pico2_w.jpg b/assets/images/boards/large/raspberry_pi_pico2_w.jpg new file mode 100644 index 000000000..f7ac9fe2c Binary files /dev/null and b/assets/images/boards/large/raspberry_pi_pico2_w.jpg differ diff --git a/assets/images/boards/large/raspberrypi_cm5io.jpg b/assets/images/boards/large/raspberrypi_cm5io.jpg new file mode 100644 index 000000000..cb43c34e4 Binary files /dev/null and b/assets/images/boards/large/raspberrypi_cm5io.jpg differ diff --git a/assets/images/boards/large/red-s2-wroom.jpg b/assets/images/boards/large/red-s2-wroom.jpg new file mode 100644 index 000000000..87de084ef Binary files /dev/null and b/assets/images/boards/large/red-s2-wroom.jpg differ diff --git a/assets/images/boards/large/renesas_ek_ra6m5.jpg b/assets/images/boards/large/renesas_ek_ra6m5.jpg new file mode 100644 index 000000000..69c6824c0 Binary files /dev/null and b/assets/images/boards/large/renesas_ek_ra6m5.jpg differ diff --git a/assets/images/boards/large/renesas_ek_ra8d1.jpg b/assets/images/boards/large/renesas_ek_ra8d1.jpg new file mode 100644 index 000000000..ed0b5420f Binary files /dev/null and b/assets/images/boards/large/renesas_ek_ra8d1.jpg differ diff --git a/assets/images/boards/large/rfguru_rp2040.jpg b/assets/images/boards/large/rfguru_rp2040.jpg new file mode 100644 index 000000000..41fe396e1 Binary files /dev/null and b/assets/images/boards/large/rfguru_rp2040.jpg differ diff --git a/assets/images/boards/large/seeed_xiao_esp32c6.jpg b/assets/images/boards/large/seeed_xiao_esp32c6.jpg new file mode 100644 index 000000000..6c57c8251 Binary files /dev/null and b/assets/images/boards/large/seeed_xiao_esp32c6.jpg differ diff --git a/assets/images/boards/large/seeed_xiao_esp32s3.jpg b/assets/images/boards/large/seeed_xiao_esp32s3.jpg new file mode 100644 index 000000000..1b989f9f5 Binary files /dev/null and b/assets/images/boards/large/seeed_xiao_esp32s3.jpg differ diff --git a/assets/images/boards/large/seeed_xiao_esp32s3_sense.jpg b/assets/images/boards/large/seeed_xiao_esp32s3_sense.jpg new file mode 100644 index 000000000..a091573b6 Binary files /dev/null and b/assets/images/boards/large/seeed_xiao_esp32s3_sense.jpg differ diff --git a/assets/images/boards/large/seeeduino_xiao_rp2350.jpg b/assets/images/boards/large/seeeduino_xiao_rp2350.jpg new file mode 100644 index 000000000..71e642102 Binary files /dev/null and b/assets/images/boards/large/seeeduino_xiao_rp2350.jpg differ diff --git a/assets/images/boards/large/solderparty_esp32p4_stamp_xl.jpg b/assets/images/boards/large/solderparty_esp32p4_stamp_xl.jpg new file mode 100644 index 000000000..b2c13a0f2 Binary files /dev/null and b/assets/images/boards/large/solderparty_esp32p4_stamp_xl.jpg differ diff --git a/assets/images/boards/large/solderparty_rp2350_stamp.jpg b/assets/images/boards/large/solderparty_rp2350_stamp.jpg new file mode 100644 index 000000000..5fbdd3860 Binary files /dev/null and b/assets/images/boards/large/solderparty_rp2350_stamp.jpg differ diff --git a/assets/images/boards/large/solderparty_rp2350_stamp_xl.jpg b/assets/images/boards/large/solderparty_rp2350_stamp_xl.jpg new file mode 100644 index 000000000..eb6a0f5ce Binary files /dev/null and b/assets/images/boards/large/solderparty_rp2350_stamp_xl.jpg differ diff --git a/assets/images/boards/large/sparkfun_pro_micro_rp2350.jpg b/assets/images/boards/large/sparkfun_pro_micro_rp2350.jpg new file mode 100644 index 000000000..87841cfb4 Binary files /dev/null and b/assets/images/boards/large/sparkfun_pro_micro_rp2350.jpg differ diff --git a/assets/images/boards/large/sparkfun_thing_plus_rp2350.jpg b/assets/images/boards/large/sparkfun_thing_plus_rp2350.jpg new file mode 100644 index 000000000..d0e1155b5 Binary files /dev/null and b/assets/images/boards/large/sparkfun_thing_plus_rp2350.jpg differ diff --git a/assets/images/boards/large/spotpear_esp32c3_lcd_1_44.jpg b/assets/images/boards/large/spotpear_esp32c3_lcd_1_44.jpg new file mode 100644 index 000000000..1ba5a065c Binary files /dev/null and b/assets/images/boards/large/spotpear_esp32c3_lcd_1_44.jpg differ diff --git a/assets/images/boards/large/spotpear_esp32c3_lcd_1_69.jpg b/assets/images/boards/large/spotpear_esp32c3_lcd_1_69.jpg new file mode 100644 index 000000000..e5e83f6c1 Binary files /dev/null and b/assets/images/boards/large/spotpear_esp32c3_lcd_1_69.jpg differ diff --git a/assets/images/boards/large/sqfmi_watchy.jpg b/assets/images/boards/large/sqfmi_watchy.jpg new file mode 100644 index 000000000..2e7add318 Binary files /dev/null and b/assets/images/boards/large/sqfmi_watchy.jpg differ diff --git a/assets/images/boards/large/st_nucleo_u575zi_q.jpg b/assets/images/boards/large/st_nucleo_u575zi_q.jpg new file mode 100644 index 000000000..f45068579 Binary files /dev/null and b/assets/images/boards/large/st_nucleo_u575zi_q.jpg differ diff --git a/assets/images/boards/large/st_stm32h7b3i_dk.jpg b/assets/images/boards/large/st_stm32h7b3i_dk.jpg new file mode 100644 index 000000000..5d31cb048 Binary files /dev/null and b/assets/images/boards/large/st_stm32h7b3i_dk.jpg differ diff --git a/assets/images/boards/large/starfive_visionfive2.jpg b/assets/images/boards/large/starfive_visionfive2.jpg new file mode 100644 index 000000000..f2faf91c8 Binary files /dev/null and b/assets/images/boards/large/starfive_visionfive2.jpg differ diff --git a/assets/images/boards/large/sunton_esp32_2424S012.jpg b/assets/images/boards/large/sunton_esp32_2424S012.jpg new file mode 100644 index 000000000..524524452 Binary files /dev/null and b/assets/images/boards/large/sunton_esp32_2424S012.jpg differ diff --git a/assets/images/boards/large/sunton_esp32_2432S024C.jpg b/assets/images/boards/large/sunton_esp32_2432S024C.jpg new file mode 100644 index 000000000..4f8d648d6 Binary files /dev/null and b/assets/images/boards/large/sunton_esp32_2432S024C.jpg differ diff --git a/assets/images/boards/large/sunton_esp32_2432S028.jpg b/assets/images/boards/large/sunton_esp32_2432S028.jpg new file mode 100644 index 000000000..9f91e5961 Binary files /dev/null and b/assets/images/boards/large/sunton_esp32_2432S028.jpg differ diff --git a/assets/images/boards/large/sunton_esp32_2432S032C.jpg b/assets/images/boards/large/sunton_esp32_2432S032C.jpg new file mode 100644 index 000000000..8c19061b2 Binary files /dev/null and b/assets/images/boards/large/sunton_esp32_2432S032C.jpg differ diff --git a/assets/images/boards/large/sunton_esp32_8048S050.jpg b/assets/images/boards/large/sunton_esp32_8048S050.jpg new file mode 100644 index 000000000..7d1118c87 Binary files /dev/null and b/assets/images/boards/large/sunton_esp32_8048S050.jpg differ diff --git a/assets/images/boards/large/sunton_esp32_8048S070.jpg b/assets/images/boards/large/sunton_esp32_8048S070.jpg new file mode 100644 index 000000000..9783c6fbc Binary files /dev/null and b/assets/images/boards/large/sunton_esp32_8048S070.jpg differ diff --git a/assets/images/boards/large/supermini_nrf52840.png b/assets/images/boards/large/supermini_nrf52840.png index 9c597ec52..6917fbdc9 100644 Binary files a/assets/images/boards/large/supermini_nrf52840.png and b/assets/images/boards/large/supermini_nrf52840.png differ diff --git a/assets/images/boards/large/ttgo_t8_v1_7.jpg b/assets/images/boards/large/ttgo_t8_v1_7.jpg new file mode 100644 index 000000000..542fb238a Binary files /dev/null and b/assets/images/boards/large/ttgo_t8_v1_7.jpg differ diff --git a/assets/images/boards/large/unexpectedmaker_edges3d.jpg b/assets/images/boards/large/unexpectedmaker_edges3d.jpg new file mode 100644 index 000000000..c31998eab Binary files /dev/null and b/assets/images/boards/large/unexpectedmaker_edges3d.jpg differ diff --git a/assets/images/boards/large/unexpectedmaker_feathers3_neo.jpg b/assets/images/boards/large/unexpectedmaker_feathers3_neo.jpg new file mode 100644 index 000000000..6f52fcd46 Binary files /dev/null and b/assets/images/boards/large/unexpectedmaker_feathers3_neo.jpg differ diff --git a/assets/images/boards/large/unexpectedmaker_omgs3.jpg b/assets/images/boards/large/unexpectedmaker_omgs3.jpg new file mode 100644 index 000000000..560a57a02 Binary files /dev/null and b/assets/images/boards/large/unexpectedmaker_omgs3.jpg differ diff --git a/assets/images/boards/large/unexpectedmaker_rgbtouch_mini.jpg b/assets/images/boards/large/unexpectedmaker_rgbtouch_mini.jpg new file mode 100644 index 000000000..dc1d2683a Binary files /dev/null and b/assets/images/boards/large/unexpectedmaker_rgbtouch_mini.jpg differ diff --git a/assets/images/boards/large/vicharak_axon.jpg b/assets/images/boards/large/vicharak_axon.jpg new file mode 100644 index 000000000..1ca699108 Binary files /dev/null and b/assets/images/boards/large/vicharak_axon.jpg differ diff --git a/assets/images/boards/large/vicharak_vaaman.jpg b/assets/images/boards/large/vicharak_vaaman.jpg new file mode 100644 index 000000000..ad0511534 Binary files /dev/null and b/assets/images/boards/large/vicharak_vaaman.jpg differ diff --git a/assets/images/boards/large/vidi_x.jpg b/assets/images/boards/large/vidi_x.jpg new file mode 100644 index 000000000..c3e05013d Binary files /dev/null and b/assets/images/boards/large/vidi_x.jpg differ diff --git a/assets/images/boards/large/vivid_unit.jpg b/assets/images/boards/large/vivid_unit.jpg new file mode 100644 index 000000000..764cb654d Binary files /dev/null and b/assets/images/boards/large/vivid_unit.jpg differ diff --git a/assets/images/boards/large/walnut_pi_1b.jpg b/assets/images/boards/large/walnut_pi_1b.jpg new file mode 100644 index 000000000..128d660a6 Binary files /dev/null and b/assets/images/boards/large/walnut_pi_1b.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_c6_lcd_1_47.jpg b/assets/images/boards/large/waveshare_esp32_c6_lcd_1_47.jpg new file mode 100644 index 000000000..0d3ffd09c Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_c6_lcd_1_47.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_eth.jpg b/assets/images/boards/large/waveshare_esp32_s3_eth.jpg new file mode 100644 index 000000000..13cb926cf Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_s3_eth.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_geek.jpg b/assets/images/boards/large/waveshare_esp32_s3_geek.jpg new file mode 100644 index 000000000..4b1e3a8ed Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_s3_geek.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_lcd_1_47.jpg b/assets/images/boards/large/waveshare_esp32_s3_lcd_1_47.jpg new file mode 100644 index 000000000..cb719eca2 Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_s3_lcd_1_47.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_matrix.jpg b/assets/images/boards/large/waveshare_esp32_s3_matrix.jpg new file mode 100644 index 000000000..899dcca3b Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_s3_matrix.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_tiny.jpg b/assets/images/boards/large/waveshare_esp32_s3_tiny.jpg new file mode 100644 index 000000000..8815395d5 Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_s3_tiny.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_touch_lcd_2.jpg b/assets/images/boards/large/waveshare_esp32_s3_touch_lcd_2.jpg new file mode 100644 index 000000000..22b7a9108 Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32_s3_touch_lcd_2.jpg differ diff --git a/assets/images/boards/large/waveshare_esp32_s3_zero.png b/assets/images/boards/large/waveshare_esp32_s3_zero.png index 41f6636d5..9930ba66b 100644 Binary files a/assets/images/boards/large/waveshare_esp32_s3_zero.png and b/assets/images/boards/large/waveshare_esp32_s3_zero.png differ diff --git a/assets/images/boards/large/waveshare_esp32s3_lcd_1_28.jpg b/assets/images/boards/large/waveshare_esp32s3_lcd_1_28.jpg new file mode 100644 index 000000000..0b34b6829 Binary files /dev/null and b/assets/images/boards/large/waveshare_esp32s3_lcd_1_28.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2040_geek.jpg b/assets/images/boards/large/waveshare_rp2040_geek.jpg new file mode 100644 index 000000000..40af6f7eb Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2040_geek.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2040_one.jpg b/assets/images/boards/large/waveshare_rp2040_one.jpg new file mode 100644 index 000000000..0c679c827 Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2040_one.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2040_pizero.jpg b/assets/images/boards/large/waveshare_rp2040_pizero.jpg new file mode 100644 index 000000000..d2ecc6989 Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2040_pizero.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2040_tiny.jpg b/assets/images/boards/large/waveshare_rp2040_tiny.jpg index 1380f5147..2f57d3fcc 100644 Binary files a/assets/images/boards/large/waveshare_rp2040_tiny.jpg and b/assets/images/boards/large/waveshare_rp2040_tiny.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_geek.jpg b/assets/images/boards/large/waveshare_rp2350_geek.jpg new file mode 100644 index 000000000..fb4fe12c1 Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_geek.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_lcd_0_96.jpg b/assets/images/boards/large/waveshare_rp2350_lcd_0_96.jpg new file mode 100644 index 000000000..c32bcc19c Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_lcd_0_96.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_lcd_1_28.jpg b/assets/images/boards/large/waveshare_rp2350_lcd_1_28.jpg new file mode 100644 index 000000000..012d9e54f Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_lcd_1_28.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_one.jpg b/assets/images/boards/large/waveshare_rp2350_one.jpg new file mode 100644 index 000000000..2bd7be4d1 Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_one.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_plus.jpg b/assets/images/boards/large/waveshare_rp2350_plus.jpg new file mode 100644 index 000000000..00256780b Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_plus.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_tiny.jpg b/assets/images/boards/large/waveshare_rp2350_tiny.jpg new file mode 100644 index 000000000..ed4e2718e Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_tiny.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_touch_lcd_1_28.jpg b/assets/images/boards/large/waveshare_rp2350_touch_lcd_1_28.jpg new file mode 100644 index 000000000..c4b4136e2 Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_touch_lcd_1_28.jpg differ diff --git a/assets/images/boards/large/waveshare_rp2350_zero.jpg b/assets/images/boards/large/waveshare_rp2350_zero.jpg new file mode 100644 index 000000000..1be1b9481 Binary files /dev/null and b/assets/images/boards/large/waveshare_rp2350_zero.jpg differ diff --git a/assets/images/boards/large/weenoisemakers_noisenugget.jpg b/assets/images/boards/large/weenoisemakers_noisenugget.jpg new file mode 100644 index 000000000..9430764b9 Binary files /dev/null and b/assets/images/boards/large/weenoisemakers_noisenugget.jpg differ diff --git a/assets/images/boards/large/wemos_lolin32_lite.jpg b/assets/images/boards/large/wemos_lolin32_lite.jpg new file mode 100644 index 000000000..447687714 Binary files /dev/null and b/assets/images/boards/large/wemos_lolin32_lite.jpg differ diff --git a/assets/images/boards/large/wiznet_w5100s_evb_pico2.jpg b/assets/images/boards/large/wiznet_w5100s_evb_pico2.jpg new file mode 100644 index 000000000..b62d764eb Binary files /dev/null and b/assets/images/boards/large/wiznet_w5100s_evb_pico2.jpg differ diff --git a/assets/images/boards/large/wiznet_w5500_evb_pico2.jpg b/assets/images/boards/large/wiznet_w5500_evb_pico2.jpg new file mode 100644 index 000000000..d3835d6d0 Binary files /dev/null and b/assets/images/boards/large/wiznet_w5500_evb_pico2.jpg differ diff --git a/assets/images/boards/large/wk_50.jpg b/assets/images/boards/large/wk_50.jpg new file mode 100644 index 000000000..ad113b8e6 Binary files /dev/null and b/assets/images/boards/large/wk_50.jpg differ diff --git a/assets/images/boards/original/0xcb_gemini.jpg b/assets/images/boards/original/0xcb_gemini.jpg new file mode 100644 index 000000000..f6c4788a9 Binary files /dev/null and b/assets/images/boards/original/0xcb_gemini.jpg differ diff --git a/assets/images/boards/original/0xcb_helios.jpg b/assets/images/boards/original/0xcb_helios.jpg index cb2fc5fd3..feaa98016 100644 Binary files a/assets/images/boards/original/0xcb_helios.jpg and b/assets/images/boards/original/0xcb_helios.jpg differ diff --git a/assets/images/boards/original/8086_rp2040_interfacer.jpg b/assets/images/boards/original/8086_rp2040_interfacer.jpg new file mode 100644 index 000000000..4f60a0e99 Binary files /dev/null and b/assets/images/boards/original/8086_rp2040_interfacer.jpg differ diff --git a/assets/images/boards/original/8086_usb_interposer.jpg b/assets/images/boards/original/8086_usb_interposer.jpg new file mode 100755 index 000000000..95980ecc4 Binary files /dev/null and b/assets/images/boards/original/8086_usb_interposer.jpg differ diff --git a/assets/images/boards/original/CircuitArt_ESP32S3_Zero.jpg b/assets/images/boards/original/CircuitArt_ESP32S3_Zero.jpg new file mode 100644 index 000000000..b05561838 Binary files /dev/null and b/assets/images/boards/original/CircuitArt_ESP32S3_Zero.jpg differ diff --git a/assets/images/boards/original/ThingPulse_Pendrive_S3.jpg b/assets/images/boards/original/ThingPulse_Pendrive_S3.jpg new file mode 100644 index 000000000..7a1931da4 Binary files /dev/null and b/assets/images/boards/original/ThingPulse_Pendrive_S3.jpg differ diff --git a/assets/images/boards/original/adafruit_feather_esp32c6_4mbflash_nopsram.jpg b/assets/images/boards/original/adafruit_feather_esp32c6_4mbflash_nopsram.jpg index 6960a46e8..e54bb55ff 100644 Binary files a/assets/images/boards/original/adafruit_feather_esp32c6_4mbflash_nopsram.jpg and b/assets/images/boards/original/adafruit_feather_esp32c6_4mbflash_nopsram.jpg differ diff --git a/assets/images/boards/original/adafruit_feather_rp2040_adalogger.jpg b/assets/images/boards/original/adafruit_feather_rp2040_adalogger.jpg new file mode 100644 index 000000000..440ac28cd Binary files /dev/null and b/assets/images/boards/original/adafruit_feather_rp2040_adalogger.jpg differ diff --git a/assets/images/boards/original/adafruit_feather_rp2350.jpg b/assets/images/boards/original/adafruit_feather_rp2350.jpg new file mode 100644 index 000000000..31d120985 Binary files /dev/null and b/assets/images/boards/original/adafruit_feather_rp2350.jpg differ diff --git a/assets/images/boards/original/adafruit_feather_rp2350_adalogger.jpg b/assets/images/boards/original/adafruit_feather_rp2350_adalogger.jpg new file mode 100644 index 000000000..e6e57d737 Binary files /dev/null and b/assets/images/boards/original/adafruit_feather_rp2350_adalogger.jpg differ diff --git a/assets/images/boards/original/adafruit_floppsy_rp2040.jpg b/assets/images/boards/original/adafruit_floppsy_rp2040.jpg index 8a00966ed..0ca56eb1b 100644 Binary files a/assets/images/boards/original/adafruit_floppsy_rp2040.jpg and b/assets/images/boards/original/adafruit_floppsy_rp2040.jpg differ diff --git a/assets/images/boards/original/adafruit_fruit_jam.jpg b/assets/images/boards/original/adafruit_fruit_jam.jpg new file mode 100644 index 000000000..1fa8c1057 Binary files /dev/null and b/assets/images/boards/original/adafruit_fruit_jam.jpg differ diff --git a/assets/images/boards/original/adafruit_metro_rp2350.jpg b/assets/images/boards/original/adafruit_metro_rp2350.jpg new file mode 100644 index 000000000..8fa108b3e Binary files /dev/null and b/assets/images/boards/original/adafruit_metro_rp2350.jpg differ diff --git a/assets/images/boards/original/adafruit_mini_sparkle_motion.jpg b/assets/images/boards/original/adafruit_mini_sparkle_motion.jpg new file mode 100644 index 000000000..d6f426f90 Binary files /dev/null and b/assets/images/boards/original/adafruit_mini_sparkle_motion.jpg differ diff --git a/assets/images/boards/original/adafruit_pixel_trinkey_m0.jpg b/assets/images/boards/original/adafruit_pixel_trinkey_m0.jpg new file mode 100644 index 000000000..e80817d05 Binary files /dev/null and b/assets/images/boards/original/adafruit_pixel_trinkey_m0.jpg differ diff --git a/assets/images/boards/original/adafruit_sht4x_trinkey_m0.jpg b/assets/images/boards/original/adafruit_sht4x_trinkey_m0.jpg index 9481f9810..003028392 100644 Binary files a/assets/images/boards/original/adafruit_sht4x_trinkey_m0.jpg and b/assets/images/boards/original/adafruit_sht4x_trinkey_m0.jpg differ diff --git a/assets/images/boards/original/adafruit_sparkle_motion.jpg b/assets/images/boards/original/adafruit_sparkle_motion.jpg new file mode 100644 index 000000000..f8e4514b6 Binary files /dev/null and b/assets/images/boards/original/adafruit_sparkle_motion.jpg differ diff --git a/assets/images/boards/original/adafruit_sparkle_motion_stick.jpg b/assets/images/boards/original/adafruit_sparkle_motion_stick.jpg new file mode 100644 index 000000000..6f6eab711 Binary files /dev/null and b/assets/images/boards/original/adafruit_sparkle_motion_stick.jpg differ diff --git a/assets/images/boards/original/adafruit_trrs_trinkey_m0.jpg b/assets/images/boards/original/adafruit_trrs_trinkey_m0.jpg new file mode 100644 index 000000000..b91e8c44f Binary files /dev/null and b/assets/images/boards/original/adafruit_trrs_trinkey_m0.jpg differ diff --git a/assets/images/boards/original/ai-thinker-esp32-cam.jpg b/assets/images/boards/original/ai-thinker-esp32-cam.jpg new file mode 100644 index 000000000..007e97322 Binary files /dev/null and b/assets/images/boards/original/ai-thinker-esp32-cam.jpg differ diff --git a/assets/images/boards/original/ai_on_the_edge_cam.jpg b/assets/images/boards/original/ai_on_the_edge_cam.jpg new file mode 100644 index 000000000..2e9a6e9b5 Binary files /dev/null and b/assets/images/boards/original/ai_on_the_edge_cam.jpg differ diff --git a/assets/images/boards/original/apard32690.jpg b/assets/images/boards/original/apard32690.jpg new file mode 100644 index 000000000..a2e447994 Binary files /dev/null and b/assets/images/boards/original/apard32690.jpg differ diff --git a/assets/images/boards/original/archi.jpg b/assets/images/boards/original/archi.jpg new file mode 100644 index 000000000..c1886d3f0 Binary files /dev/null and b/assets/images/boards/original/archi.jpg differ diff --git a/assets/images/boards/original/arduino_nano_33_ble_rev2.jpg b/assets/images/boards/original/arduino_nano_33_ble_rev2.jpg new file mode 100644 index 000000000..b4b92ddb2 Binary files /dev/null and b/assets/images/boards/original/arduino_nano_33_ble_rev2.jpg differ diff --git a/assets/images/boards/original/autosportlabs_esp32_can_x2.jpg b/assets/images/boards/original/autosportlabs_esp32_can_x2.jpg new file mode 100644 index 000000000..8c579eecf Binary files /dev/null and b/assets/images/boards/original/autosportlabs_esp32_can_x2.jpg differ diff --git a/assets/images/boards/original/banana_pi_bpi_ai2h_ai2n.jpg b/assets/images/boards/original/banana_pi_bpi_ai2h_ai2n.jpg new file mode 100644 index 000000000..b09fdefbd Binary files /dev/null and b/assets/images/boards/original/banana_pi_bpi_ai2h_ai2n.jpg differ diff --git a/assets/images/boards/original/banana_pi_bpi_f3.jpg b/assets/images/boards/original/banana_pi_bpi_f3.jpg new file mode 100644 index 000000000..e208dce12 Binary files /dev/null and b/assets/images/boards/original/banana_pi_bpi_f3.jpg differ diff --git a/assets/images/boards/original/banana_pi_bpi_f5.jpg b/assets/images/boards/original/banana_pi_bpi_f5.jpg new file mode 100644 index 000000000..3f962207d Binary files /dev/null and b/assets/images/boards/original/banana_pi_bpi_f5.jpg differ diff --git a/assets/images/boards/original/banana_pi_m2_zero.jpg b/assets/images/boards/original/banana_pi_bpi_m2_zero.jpg similarity index 100% rename from assets/images/boards/original/banana_pi_m2_zero.jpg rename to assets/images/boards/original/banana_pi_bpi_m2_zero.jpg diff --git a/assets/images/boards/original/banana_pi_bpi_m4_berry.jpg b/assets/images/boards/original/banana_pi_bpi_m4_berry.jpg new file mode 100644 index 000000000..cb9f9fe61 Binary files /dev/null and b/assets/images/boards/original/banana_pi_bpi_m4_berry.jpg differ diff --git a/assets/images/boards/original/banana_pi_bpi_m4_zero.jpg b/assets/images/boards/original/banana_pi_bpi_m4_zero.jpg new file mode 100644 index 000000000..0bdcfeb19 Binary files /dev/null and b/assets/images/boards/original/banana_pi_bpi_m4_zero.jpg differ diff --git a/assets/images/boards/original/barduino.jpg b/assets/images/boards/original/barduino.jpg new file mode 100644 index 000000000..8fa6b320e Binary files /dev/null and b/assets/images/boards/original/barduino.jpg differ diff --git a/assets/images/boards/original/beetle-esp32-c3-downloadmode.png b/assets/images/boards/original/beetle-esp32-c3-downloadmode.png index 417c4a380..58bcc6a17 100644 Binary files a/assets/images/boards/original/beetle-esp32-c3-downloadmode.png and b/assets/images/boards/original/beetle-esp32-c3-downloadmode.png differ diff --git a/assets/images/boards/original/beetle-esp32-c3.png b/assets/images/boards/original/beetle-esp32-c3.png index 5d641f223..7911b49e9 100644 Binary files a/assets/images/boards/original/beetle-esp32-c3.png and b/assets/images/boards/original/beetle-esp32-c3.png differ diff --git a/assets/images/boards/original/blues_cygnet.jpg b/assets/images/boards/original/blues_cygnet.jpg new file mode 100644 index 000000000..d628883d8 Binary files /dev/null and b/assets/images/boards/original/blues_cygnet.jpg differ diff --git a/assets/images/boards/original/bradanlanestudio_coin_m0.jpg b/assets/images/boards/original/bradanlanestudio_coin_m0.jpg new file mode 100644 index 000000000..f57e929c2 Binary files /dev/null and b/assets/images/boards/original/bradanlanestudio_coin_m0.jpg differ diff --git a/assets/images/boards/original/bradanlanestudio_explorer_rp2040.jpg b/assets/images/boards/original/bradanlanestudio_explorer_rp2040.jpg new file mode 100644 index 000000000..a33a57c1a Binary files /dev/null and b/assets/images/boards/original/bradanlanestudio_explorer_rp2040.jpg differ diff --git a/assets/images/boards/original/brainboardz_neuron.jpg b/assets/images/boards/original/brainboardz_neuron.jpg index 6a5416915..b8c122430 100644 Binary files a/assets/images/boards/original/brainboardz_neuron.jpg and b/assets/images/boards/original/brainboardz_neuron.jpg differ diff --git a/assets/images/boards/original/cezerio_dev_esp32c6.jpg b/assets/images/boards/original/cezerio_dev_esp32c6.jpg new file mode 100644 index 000000000..fc2dde277 Binary files /dev/null and b/assets/images/boards/original/cezerio_dev_esp32c6.jpg differ diff --git a/assets/images/boards/original/cezerio_mini_dev_esp32c6.jpg b/assets/images/boards/original/cezerio_mini_dev_esp32c6.jpg new file mode 100644 index 000000000..67ad0e44a Binary files /dev/null and b/assets/images/boards/original/cezerio_mini_dev_esp32c6.jpg differ diff --git a/assets/images/boards/original/challenger_rp2350_bconnect.jpg b/assets/images/boards/original/challenger_rp2350_bconnect.jpg new file mode 100644 index 000000000..73cd87ad6 Binary files /dev/null and b/assets/images/boards/original/challenger_rp2350_bconnect.jpg differ diff --git a/assets/images/boards/original/challenger_rp2350_wifi6_ble5.jpg b/assets/images/boards/original/challenger_rp2350_wifi6_ble5.jpg new file mode 100644 index 000000000..f770dd041 Binary files /dev/null and b/assets/images/boards/original/challenger_rp2350_wifi6_ble5.jpg differ diff --git a/assets/images/boards/original/cytron_iriv_io_controller.png b/assets/images/boards/original/cytron_iriv_io_controller.png new file mode 100644 index 000000000..db1b0188d Binary files /dev/null and b/assets/images/boards/original/cytron_iriv_io_controller.png differ diff --git a/assets/images/boards/original/cytron_maker_uno_rp2040.jpg b/assets/images/boards/original/cytron_maker_uno_rp2040.jpg index 1b3c0ba2e..6c4f94dc0 100644 Binary files a/assets/images/boards/original/cytron_maker_uno_rp2040.jpg and b/assets/images/boards/original/cytron_maker_uno_rp2040.jpg differ diff --git a/assets/images/boards/original/cytron_motion_2350_pro.png b/assets/images/boards/original/cytron_motion_2350_pro.png new file mode 100644 index 000000000..0438f3142 Binary files /dev/null and b/assets/images/boards/original/cytron_motion_2350_pro.png differ diff --git a/assets/images/boards/original/d-robotics_rdk-x3.jpg b/assets/images/boards/original/d-robotics_rdk-x3.jpg new file mode 100644 index 000000000..5f1d04173 Binary files /dev/null and b/assets/images/boards/original/d-robotics_rdk-x3.jpg differ diff --git a/assets/images/boards/original/daisy_seed_with_sdram.jpg b/assets/images/boards/original/daisy_seed_with_sdram.jpg new file mode 100644 index 000000000..e1260bb61 Binary files /dev/null and b/assets/images/boards/original/daisy_seed_with_sdram.jpg differ diff --git a/assets/images/boards/original/datanoise_picoadk_v2.jpg b/assets/images/boards/original/datanoise_picoadk_v2.jpg new file mode 100644 index 000000000..007724eac Binary files /dev/null and b/assets/images/boards/original/datanoise_picoadk_v2.jpg differ diff --git a/assets/images/boards/original/eafaq_omnimo_nrf52840.jpg b/assets/images/boards/original/eafaq_omnimo_nrf52840.jpg new file mode 100644 index 000000000..549f01405 Binary files /dev/null and b/assets/images/boards/original/eafaq_omnimo_nrf52840.jpg differ diff --git a/assets/images/boards/original/elecrow_crowpanel_3.5.jpg b/assets/images/boards/original/elecrow_crowpanel_3.5.jpg new file mode 100644 index 000000000..6a91f31f2 Binary files /dev/null and b/assets/images/boards/original/elecrow_crowpanel_3.5.jpg differ diff --git a/assets/images/boards/original/elecrow_crowpanel_4_2_epaper.jpg b/assets/images/boards/original/elecrow_crowpanel_4_2_epaper.jpg new file mode 100644 index 000000000..64741dd7c Binary files /dev/null and b/assets/images/boards/original/elecrow_crowpanel_4_2_epaper.jpg differ diff --git a/assets/images/boards/original/electronut_labs_blip.png b/assets/images/boards/original/electronut_labs_blip.png index f8d3f387b..1a354af48 100644 Binary files a/assets/images/boards/original/electronut_labs_blip.png and b/assets/images/boards/original/electronut_labs_blip.png differ diff --git a/assets/images/boards/original/esp32-wrover-dev-cam.jpg b/assets/images/boards/original/esp32-wrover-dev-cam.jpg new file mode 100644 index 000000000..46a18e691 Binary files /dev/null and b/assets/images/boards/original/esp32-wrover-dev-cam.jpg differ diff --git a/assets/images/boards/original/espressif_esp32c3_lyra_v2.jpg b/assets/images/boards/original/espressif_esp32c3_lyra_v2.jpg new file mode 100644 index 000000000..69cea3206 Binary files /dev/null and b/assets/images/boards/original/espressif_esp32c3_lyra_v2.jpg differ diff --git a/assets/images/boards/original/espressif_esp32p4_function_ev.jpg b/assets/images/boards/original/espressif_esp32p4_function_ev.jpg new file mode 100644 index 000000000..6ab9eb4f3 Binary files /dev/null and b/assets/images/boards/original/espressif_esp32p4_function_ev.jpg differ diff --git a/assets/images/boards/original/espressif_esp32s3_lcd_ev_v1.5.jpg b/assets/images/boards/original/espressif_esp32s3_lcd_ev_v1.5.jpg new file mode 100644 index 000000000..edaca642b Binary files /dev/null and b/assets/images/boards/original/espressif_esp32s3_lcd_ev_v1.5.jpg differ diff --git a/assets/images/boards/original/espressif_esp8684_devkitc_02_n4.jpg b/assets/images/boards/original/espressif_esp8684_devkitc_02_n4.jpg new file mode 100644 index 000000000..8ef01e87f Binary files /dev/null and b/assets/images/boards/original/espressif_esp8684_devkitc_02_n4.jpg differ diff --git a/assets/images/boards/original/ft4232h.jpg b/assets/images/boards/original/ft4232h.jpg new file mode 100644 index 000000000..b3700fb98 Binary files /dev/null and b/assets/images/boards/original/ft4232h.jpg differ diff --git a/assets/images/boards/original/heltec_vision_master_e290.jpg b/assets/images/boards/original/heltec_vision_master_e290.jpg new file mode 100644 index 000000000..11d1be0cd Binary files /dev/null and b/assets/images/boards/original/heltec_vision_master_e290.jpg differ diff --git a/assets/images/boards/original/heltec_wireless_paper.jpg b/assets/images/boards/original/heltec_wireless_paper.jpg new file mode 100644 index 000000000..12b9f8fad Binary files /dev/null and b/assets/images/boards/original/heltec_wireless_paper.jpg differ diff --git a/assets/images/boards/original/hxr_sao_dmm.jpg b/assets/images/boards/original/hxr_sao_dmm.jpg new file mode 100644 index 000000000..0bd4c3935 Binary files /dev/null and b/assets/images/boards/original/hxr_sao_dmm.jpg differ diff --git a/assets/images/boards/original/indiedroid_nova.jpg b/assets/images/boards/original/indiedroid_nova.jpg new file mode 100644 index 000000000..54f541e12 Binary files /dev/null and b/assets/images/boards/original/indiedroid_nova.jpg differ diff --git a/assets/images/boards/original/jetson_agx_thor.jpg b/assets/images/boards/original/jetson_agx_thor.jpg new file mode 100644 index 000000000..52b6ea44e Binary files /dev/null and b/assets/images/boards/original/jetson_agx_thor.jpg differ diff --git a/assets/images/boards/original/lilygo_tdeck.jpg b/assets/images/boards/original/lilygo_tdeck.jpg index 1535ac793..0c6bc7e5f 100644 Binary files a/assets/images/boards/original/lilygo_tdeck.jpg and b/assets/images/boards/original/lilygo_tdeck.jpg differ diff --git a/assets/images/boards/original/lilygo_tdisplay_s3.jpg b/assets/images/boards/original/lilygo_tdisplay_s3.jpg index dd101121e..d372a261c 100644 Binary files a/assets/images/boards/original/lilygo_tdisplay_s3.jpg and b/assets/images/boards/original/lilygo_tdisplay_s3.jpg differ diff --git a/assets/images/boards/original/lilygo_tdisplay_s3_pro.jpg b/assets/images/boards/original/lilygo_tdisplay_s3_pro.jpg new file mode 100644 index 000000000..1aee70716 Binary files /dev/null and b/assets/images/boards/original/lilygo_tdisplay_s3_pro.jpg differ diff --git a/assets/images/boards/original/lilygo_tdongle_s3.jpg b/assets/images/boards/original/lilygo_tdongle_s3.jpg new file mode 100644 index 000000000..b4352fd1a Binary files /dev/null and b/assets/images/boards/original/lilygo_tdongle_s3.jpg differ diff --git a/assets/images/boards/original/lilygo_tqt_pro.jpg b/assets/images/boards/original/lilygo_tqt_pro.jpg new file mode 100644 index 000000000..da2e2d044 Binary files /dev/null and b/assets/images/boards/original/lilygo_tqt_pro.jpg differ diff --git a/assets/images/boards/original/lilygo_twatch_s3.jpg b/assets/images/boards/original/lilygo_twatch_s3.jpg new file mode 100644 index 000000000..c3fb868fa Binary files /dev/null and b/assets/images/boards/original/lilygo_twatch_s3.jpg differ diff --git a/assets/images/boards/original/lolin_c3_mini.png b/assets/images/boards/original/lolin_c3_mini.png index 366bfa9c0..8c82c5a94 100644 Binary files a/assets/images/boards/original/lolin_c3_mini.png and b/assets/images/boards/original/lolin_c3_mini.png differ diff --git a/assets/images/boards/original/lolin_s3.png b/assets/images/boards/original/lolin_s3.png index 902e9f9ae..8371b5f42 100644 Binary files a/assets/images/boards/original/lolin_s3.png and b/assets/images/boards/original/lolin_s3.png differ diff --git a/assets/images/boards/original/lolin_s3_mini_pro.jpg b/assets/images/boards/original/lolin_s3_mini_pro.jpg new file mode 100644 index 000000000..902dba098 Binary files /dev/null and b/assets/images/boards/original/lolin_s3_mini_pro.jpg differ diff --git a/assets/images/boards/original/lolin_s3_pro.jpg b/assets/images/boards/original/lolin_s3_pro.jpg index 3f4784772..edc16cd42 100644 Binary files a/assets/images/boards/original/lolin_s3_pro.jpg and b/assets/images/boards/original/lolin_s3_pro.jpg differ diff --git a/assets/images/boards/original/lubancat-5.jpg b/assets/images/boards/original/lubancat-5.jpg new file mode 100644 index 000000000..cab7a5efd Binary files /dev/null and b/assets/images/boards/original/lubancat-5.jpg differ diff --git a/assets/images/boards/original/luckyfox_pico.jpg b/assets/images/boards/original/luckyfox_pico.jpg new file mode 100644 index 000000000..d3cca00de Binary files /dev/null and b/assets/images/boards/original/luckyfox_pico.jpg differ diff --git a/assets/images/boards/original/luckyfox_pico_max.jpg b/assets/images/boards/original/luckyfox_pico_max.jpg new file mode 100644 index 000000000..7bf0a6b70 Binary files /dev/null and b/assets/images/boards/original/luckyfox_pico_max.jpg differ diff --git a/assets/images/boards/original/luckyfox_pico_mini.jpg b/assets/images/boards/original/luckyfox_pico_mini.jpg new file mode 100644 index 000000000..a19debcdf Binary files /dev/null and b/assets/images/boards/original/luckyfox_pico_mini.jpg differ diff --git a/assets/images/boards/original/luckyfox_pico_plus.jpg b/assets/images/boards/original/luckyfox_pico_plus.jpg new file mode 100644 index 000000000..6d2ddab7e Binary files /dev/null and b/assets/images/boards/original/luckyfox_pico_plus.jpg differ diff --git a/assets/images/boards/original/m5stack_atoms3_lite.png b/assets/images/boards/original/m5stack_atoms3_lite.png index b2678080f..784fcac60 100644 Binary files a/assets/images/boards/original/m5stack_atoms3_lite.png and b/assets/images/boards/original/m5stack_atoms3_lite.png differ diff --git a/assets/images/boards/original/m5stack_cardputer.jpg b/assets/images/boards/original/m5stack_cardputer.jpg index a8f5bd4cf..314e09681 100644 Binary files a/assets/images/boards/original/m5stack_cardputer.jpg and b/assets/images/boards/original/m5stack_cardputer.jpg differ diff --git a/assets/images/boards/original/m5stack_cores3.jpg b/assets/images/boards/original/m5stack_cores3.jpg new file mode 100644 index 000000000..439f778a2 Binary files /dev/null and b/assets/images/boards/original/m5stack_cores3.jpg differ diff --git a/assets/images/boards/original/m5stack_dinmeter.jpg b/assets/images/boards/original/m5stack_dinmeter.jpg new file mode 100644 index 000000000..e6a38a29f Binary files /dev/null and b/assets/images/boards/original/m5stack_dinmeter.jpg differ diff --git a/assets/images/boards/original/m5stack_stamp_s3.jpg b/assets/images/boards/original/m5stack_stamp_s3.jpg new file mode 100644 index 000000000..d873957aa Binary files /dev/null and b/assets/images/boards/original/m5stack_stamp_s3.jpg differ diff --git a/assets/images/boards/original/m5stack_stick_c_plus2.jpg b/assets/images/boards/original/m5stack_stick_c_plus2.jpg new file mode 100644 index 000000000..bf4e962ca Binary files /dev/null and b/assets/images/boards/original/m5stack_stick_c_plus2.jpg differ diff --git a/assets/images/boards/original/makerdiary_imxrt1011_nanokit.jpg b/assets/images/boards/original/makerdiary_imxrt1011_nanokit.jpg new file mode 100644 index 000000000..b3de1a15f Binary files /dev/null and b/assets/images/boards/original/makerdiary_imxrt1011_nanokit.jpg differ diff --git a/assets/images/boards/original/makergo-esp32c3-supermini.jpg b/assets/images/boards/original/makergo-esp32c3-supermini.jpg new file mode 100644 index 000000000..095d3785e Binary files /dev/null and b/assets/images/boards/original/makergo-esp32c3-supermini.jpg differ diff --git a/assets/images/boards/original/makergo_esp32c6_supermini.jpg b/assets/images/boards/original/makergo_esp32c6_supermini.jpg new file mode 100644 index 000000000..f3bad6364 Binary files /dev/null and b/assets/images/boards/original/makergo_esp32c6_supermini.jpg differ diff --git a/assets/images/boards/original/max32690evkit.jpg b/assets/images/boards/original/max32690evkit.jpg new file mode 100644 index 000000000..b3059f64b Binary files /dev/null and b/assets/images/boards/original/max32690evkit.jpg differ diff --git a/assets/images/boards/original/metro_nrf52840_express.png b/assets/images/boards/original/metro_nrf52840_express.png index 43171ac2d..c8e8dc0e2 100644 Binary files a/assets/images/boards/original/metro_nrf52840_express.png and b/assets/images/boards/original/metro_nrf52840_express.png differ diff --git a/assets/images/boards/original/milkv_duo.jpg b/assets/images/boards/original/milkv_duo.jpg index b9a4b8a5e..7ca2c4991 100644 Binary files a/assets/images/boards/original/milkv_duo.jpg and b/assets/images/boards/original/milkv_duo.jpg differ diff --git a/assets/images/boards/original/mtm_computer.jpg b/assets/images/boards/original/mtm_computer.jpg new file mode 100644 index 000000000..18f1f2012 Binary files /dev/null and b/assets/images/boards/original/mtm_computer.jpg differ diff --git a/assets/images/boards/original/nodemcu_esp32c2.jpg b/assets/images/boards/original/nodemcu_esp32c2.jpg new file mode 100644 index 000000000..5011c2abe Binary files /dev/null and b/assets/images/boards/original/nodemcu_esp32c2.jpg differ diff --git a/assets/images/boards/original/nordic_nrf5340dk.jpg b/assets/images/boards/original/nordic_nrf5340dk.jpg new file mode 100644 index 000000000..02c1622ac Binary files /dev/null and b/assets/images/boards/original/nordic_nrf5340dk.jpg differ diff --git a/assets/images/boards/original/nordic_nrf54l15dk.jpg b/assets/images/boards/original/nordic_nrf54l15dk.jpg new file mode 100644 index 000000000..8e74491a5 Binary files /dev/null and b/assets/images/boards/original/nordic_nrf54l15dk.jpg differ diff --git a/assets/images/boards/original/nordic_nrf7002dk.jpg b/assets/images/boards/original/nordic_nrf7002dk.jpg new file mode 100644 index 000000000..4baf84f11 Binary files /dev/null and b/assets/images/boards/original/nordic_nrf7002dk.jpg differ diff --git a/assets/images/boards/original/odt_rpga_feather.jpg b/assets/images/boards/original/odt_rpga_feather.jpg new file mode 100644 index 000000000..a6379d62c Binary files /dev/null and b/assets/images/boards/original/odt_rpga_feather.jpg differ diff --git a/assets/images/boards/original/orange_pi_3_lts.jpg b/assets/images/boards/original/orange_pi_3_lts.jpg new file mode 100644 index 000000000..129f8ef79 Binary files /dev/null and b/assets/images/boards/original/orange_pi_3_lts.jpg differ diff --git a/assets/images/boards/original/orange_pi_3b.jpg b/assets/images/boards/original/orange_pi_3b.jpg new file mode 100644 index 000000000..e00714f4d Binary files /dev/null and b/assets/images/boards/original/orange_pi_3b.jpg differ diff --git a/assets/images/boards/original/orange_pi_5_max.jpg b/assets/images/boards/original/orange_pi_5_max.jpg new file mode 100644 index 000000000..41dbecb69 Binary files /dev/null and b/assets/images/boards/original/orange_pi_5_max.jpg differ diff --git a/assets/images/boards/original/orange_pi_5_pro.jpg b/assets/images/boards/original/orange_pi_5_pro.jpg new file mode 100644 index 000000000..6079b28cf Binary files /dev/null and b/assets/images/boards/original/orange_pi_5_pro.jpg differ diff --git a/assets/images/boards/original/orange_pi_lite.png b/assets/images/boards/original/orange_pi_lite.png index 89b713560..2521f95f1 100644 Binary files a/assets/images/boards/original/orange_pi_lite.png and b/assets/images/boards/original/orange_pi_lite.png differ diff --git a/assets/images/boards/original/orange_pi_one.png b/assets/images/boards/original/orange_pi_one.png index 20275afbc..2ba847e3d 100644 Binary files a/assets/images/boards/original/orange_pi_one.png and b/assets/images/boards/original/orange_pi_one.png differ diff --git a/assets/images/boards/original/orange_pi_pc2.jpg b/assets/images/boards/original/orange_pi_pc2.jpg new file mode 100644 index 000000000..201e5c823 Binary files /dev/null and b/assets/images/boards/original/orange_pi_pc2.jpg differ diff --git a/assets/images/boards/original/orpheus_pico.jpg b/assets/images/boards/original/orpheus_pico.jpg new file mode 100644 index 000000000..f1bdd8dc0 Binary files /dev/null and b/assets/images/boards/original/orpheus_pico.jpg differ diff --git a/assets/images/boards/original/particle_tachyon.jpg b/assets/images/boards/original/particle_tachyon.jpg new file mode 100644 index 000000000..6dd73fb8d Binary files /dev/null and b/assets/images/boards/original/particle_tachyon.jpg differ diff --git a/assets/images/boards/original/picomo_v3.jpg b/assets/images/boards/original/picomo_v3.jpg new file mode 100644 index 000000000..101d6cb2a Binary files /dev/null and b/assets/images/boards/original/picomo_v3.jpg differ diff --git a/assets/images/boards/original/pimoroni_inky_frame_7_3.jpg b/assets/images/boards/original/pimoroni_inky_frame_7_3.jpg index 42ce66b10..6dccf5470 100644 Binary files a/assets/images/boards/original/pimoroni_inky_frame_7_3.jpg and b/assets/images/boards/original/pimoroni_inky_frame_7_3.jpg differ diff --git a/assets/images/boards/original/pimoroni_pga2350.jpg b/assets/images/boards/original/pimoroni_pga2350.jpg new file mode 100644 index 000000000..b5583bb14 Binary files /dev/null and b/assets/images/boards/original/pimoroni_pga2350.jpg differ diff --git a/assets/images/boards/original/pimoroni_pico_plus2.jpg b/assets/images/boards/original/pimoroni_pico_plus2.jpg new file mode 100644 index 000000000..2dadf4e01 Binary files /dev/null and b/assets/images/boards/original/pimoroni_pico_plus2.jpg differ diff --git a/assets/images/boards/original/pimoroni_pico_plus2w.jpg b/assets/images/boards/original/pimoroni_pico_plus2w.jpg new file mode 100644 index 000000000..b72922e26 Binary files /dev/null and b/assets/images/boards/original/pimoroni_pico_plus2w.jpg differ diff --git a/assets/images/boards/original/pimoroni_plasma2350.jpg b/assets/images/boards/original/pimoroni_plasma2350.jpg new file mode 100644 index 000000000..e0ffe004f Binary files /dev/null and b/assets/images/boards/original/pimoroni_plasma2350.jpg differ diff --git a/assets/images/boards/original/pimoroni_plasma2350w.jpg b/assets/images/boards/original/pimoroni_plasma2350w.jpg new file mode 100644 index 000000000..5653c526b Binary files /dev/null and b/assets/images/boards/original/pimoroni_plasma2350w.jpg differ diff --git a/assets/images/boards/original/pimoroni_tiny2350.jpg b/assets/images/boards/original/pimoroni_tiny2350.jpg new file mode 100644 index 000000000..ac45d74e0 Binary files /dev/null and b/assets/images/boards/original/pimoroni_tiny2350.jpg differ diff --git a/assets/images/boards/original/pimoroni_tinyfx.jpg b/assets/images/boards/original/pimoroni_tinyfx.jpg new file mode 100644 index 000000000..73e65d7c8 Binary files /dev/null and b/assets/images/boards/original/pimoroni_tinyfx.jpg differ diff --git a/assets/images/boards/original/pine64.png b/assets/images/boards/original/pine64.png index 05549b44e..82d9bb80a 100644 Binary files a/assets/images/boards/original/pine64.png and b/assets/images/boards/original/pine64.png differ diff --git a/assets/images/boards/original/proveskit_rp2040_v4.jpg b/assets/images/boards/original/proveskit_rp2040_v4.jpg new file mode 100644 index 000000000..1fc5ddf71 Binary files /dev/null and b/assets/images/boards/original/proveskit_rp2040_v4.jpg differ diff --git a/assets/images/boards/original/quartz64_a.jpg b/assets/images/boards/original/quartz64_a.jpg new file mode 100644 index 000000000..281de61da Binary files /dev/null and b/assets/images/boards/original/quartz64_a.jpg differ diff --git a/assets/images/boards/original/radxa_rock_3b.jpg b/assets/images/boards/original/radxa_rock_3b.jpg new file mode 100644 index 000000000..c89c82006 Binary files /dev/null and b/assets/images/boards/original/radxa_rock_3b.jpg differ diff --git a/assets/images/boards/original/radxa_rock_3c.jpg b/assets/images/boards/original/radxa_rock_3c.jpg index 1bfbbc547..ac24cee95 100644 Binary files a/assets/images/boards/original/radxa_rock_3c.jpg and b/assets/images/boards/original/radxa_rock_3c.jpg differ diff --git a/assets/images/boards/original/radxa_rock_4se.jpg b/assets/images/boards/original/radxa_rock_4se.jpg index e9e80dfb6..5a372fefd 100644 Binary files a/assets/images/boards/original/radxa_rock_4se.jpg and b/assets/images/boards/original/radxa_rock_4se.jpg differ diff --git a/assets/images/boards/original/radxa_rock_5c.jpg b/assets/images/boards/original/radxa_rock_5c.jpg new file mode 100644 index 000000000..aa182924f Binary files /dev/null and b/assets/images/boards/original/radxa_rock_5c.jpg differ diff --git a/assets/images/boards/original/radxa_x4.jpg b/assets/images/boards/original/radxa_x4.jpg new file mode 100644 index 000000000..9d18af654 Binary files /dev/null and b/assets/images/boards/original/radxa_x4.jpg differ diff --git a/assets/images/boards/original/radxa_zero_3e.jpg b/assets/images/boards/original/radxa_zero_3e.jpg new file mode 100644 index 000000000..7e46641dc Binary files /dev/null and b/assets/images/boards/original/radxa_zero_3e.jpg differ diff --git a/assets/images/boards/original/radxa_zero_3w.jpg b/assets/images/boards/original/radxa_zero_3w.jpg new file mode 100644 index 000000000..182dabfc4 Binary files /dev/null and b/assets/images/boards/original/radxa_zero_3w.jpg differ diff --git a/assets/images/boards/original/raspberry_pi_500.jpg b/assets/images/boards/original/raspberry_pi_500.jpg new file mode 100644 index 000000000..ea960396e Binary files /dev/null and b/assets/images/boards/original/raspberry_pi_500.jpg differ diff --git a/assets/images/boards/original/raspberry_pi_pico2.jpg b/assets/images/boards/original/raspberry_pi_pico2.jpg new file mode 100644 index 000000000..2c43774f5 Binary files /dev/null and b/assets/images/boards/original/raspberry_pi_pico2.jpg differ diff --git a/assets/images/boards/original/raspberry_pi_pico2_w.jpg b/assets/images/boards/original/raspberry_pi_pico2_w.jpg new file mode 100644 index 000000000..dd763140e Binary files /dev/null and b/assets/images/boards/original/raspberry_pi_pico2_w.jpg differ diff --git a/assets/images/boards/original/raspberrypi_cm5io.jpg b/assets/images/boards/original/raspberrypi_cm5io.jpg new file mode 100644 index 000000000..23a4c543f Binary files /dev/null and b/assets/images/boards/original/raspberrypi_cm5io.jpg differ diff --git a/assets/images/boards/original/red-s2-wroom.jpg b/assets/images/boards/original/red-s2-wroom.jpg new file mode 100644 index 000000000..1340a6bf5 Binary files /dev/null and b/assets/images/boards/original/red-s2-wroom.jpg differ diff --git a/assets/images/boards/original/renesas_ek_ra6m5.jpg b/assets/images/boards/original/renesas_ek_ra6m5.jpg new file mode 100644 index 000000000..04f30d855 Binary files /dev/null and b/assets/images/boards/original/renesas_ek_ra6m5.jpg differ diff --git a/assets/images/boards/original/renesas_ek_ra8d1.jpg b/assets/images/boards/original/renesas_ek_ra8d1.jpg new file mode 100644 index 000000000..b0b74fc55 Binary files /dev/null and b/assets/images/boards/original/renesas_ek_ra8d1.jpg differ diff --git a/assets/images/boards/original/rfguru_rp2040.jpg b/assets/images/boards/original/rfguru_rp2040.jpg new file mode 100644 index 000000000..4a63db522 Binary files /dev/null and b/assets/images/boards/original/rfguru_rp2040.jpg differ diff --git a/assets/images/boards/original/seeed_xiao_esp32c6.jpg b/assets/images/boards/original/seeed_xiao_esp32c6.jpg new file mode 100644 index 000000000..fad29c245 Binary files /dev/null and b/assets/images/boards/original/seeed_xiao_esp32c6.jpg differ diff --git a/assets/images/boards/original/seeed_xiao_esp32s3.jpg b/assets/images/boards/original/seeed_xiao_esp32s3.jpg new file mode 100644 index 000000000..095a0edc2 Binary files /dev/null and b/assets/images/boards/original/seeed_xiao_esp32s3.jpg differ diff --git a/assets/images/boards/original/seeed_xiao_esp32s3_sense.jpg b/assets/images/boards/original/seeed_xiao_esp32s3_sense.jpg new file mode 100644 index 000000000..0876888bf Binary files /dev/null and b/assets/images/boards/original/seeed_xiao_esp32s3_sense.jpg differ diff --git a/assets/images/boards/original/seeeduino_xiao_rp2350.jpg b/assets/images/boards/original/seeeduino_xiao_rp2350.jpg new file mode 100644 index 000000000..118a80ba1 Binary files /dev/null and b/assets/images/boards/original/seeeduino_xiao_rp2350.jpg differ diff --git a/assets/images/boards/original/solderparty_esp32p4_stamp_xl.jpg b/assets/images/boards/original/solderparty_esp32p4_stamp_xl.jpg new file mode 100644 index 000000000..2e30e438b Binary files /dev/null and b/assets/images/boards/original/solderparty_esp32p4_stamp_xl.jpg differ diff --git a/assets/images/boards/original/solderparty_rp2350_stamp.jpg b/assets/images/boards/original/solderparty_rp2350_stamp.jpg new file mode 100644 index 000000000..39bc592b2 Binary files /dev/null and b/assets/images/boards/original/solderparty_rp2350_stamp.jpg differ diff --git a/assets/images/boards/original/solderparty_rp2350_stamp_xl.jpg b/assets/images/boards/original/solderparty_rp2350_stamp_xl.jpg new file mode 100644 index 000000000..ca3c227a6 Binary files /dev/null and b/assets/images/boards/original/solderparty_rp2350_stamp_xl.jpg differ diff --git a/assets/images/boards/original/sparkfun_pro_micro_rp2350.jpg b/assets/images/boards/original/sparkfun_pro_micro_rp2350.jpg new file mode 100644 index 000000000..453c4c3e7 Binary files /dev/null and b/assets/images/boards/original/sparkfun_pro_micro_rp2350.jpg differ diff --git a/assets/images/boards/original/sparkfun_thing_plus_rp2350.jpg b/assets/images/boards/original/sparkfun_thing_plus_rp2350.jpg new file mode 100644 index 000000000..27838bc04 Binary files /dev/null and b/assets/images/boards/original/sparkfun_thing_plus_rp2350.jpg differ diff --git a/assets/images/boards/original/spotpear_esp32c3_lcd_1_44.jpg b/assets/images/boards/original/spotpear_esp32c3_lcd_1_44.jpg new file mode 100644 index 000000000..e30107a4e Binary files /dev/null and b/assets/images/boards/original/spotpear_esp32c3_lcd_1_44.jpg differ diff --git a/assets/images/boards/original/spotpear_esp32c3_lcd_1_69.jpg b/assets/images/boards/original/spotpear_esp32c3_lcd_1_69.jpg new file mode 100644 index 000000000..e5e83f6c1 Binary files /dev/null and b/assets/images/boards/original/spotpear_esp32c3_lcd_1_69.jpg differ diff --git a/assets/images/boards/original/sqfmi_watchy.jpg b/assets/images/boards/original/sqfmi_watchy.jpg new file mode 100644 index 000000000..688533d20 Binary files /dev/null and b/assets/images/boards/original/sqfmi_watchy.jpg differ diff --git a/assets/images/boards/original/st_nucleo_u575zi_q.jpg b/assets/images/boards/original/st_nucleo_u575zi_q.jpg new file mode 100644 index 000000000..e448f90b9 Binary files /dev/null and b/assets/images/boards/original/st_nucleo_u575zi_q.jpg differ diff --git a/assets/images/boards/original/st_stm32h7b3i_dk.jpg b/assets/images/boards/original/st_stm32h7b3i_dk.jpg new file mode 100644 index 000000000..e5c57dd4f Binary files /dev/null and b/assets/images/boards/original/st_stm32h7b3i_dk.jpg differ diff --git a/assets/images/boards/original/starfive_visionfive2.jpg b/assets/images/boards/original/starfive_visionfive2.jpg new file mode 100644 index 000000000..f52b166d8 Binary files /dev/null and b/assets/images/boards/original/starfive_visionfive2.jpg differ diff --git a/assets/images/boards/original/sunton_esp32_2424S012.jpg b/assets/images/boards/original/sunton_esp32_2424S012.jpg new file mode 100644 index 000000000..524524452 Binary files /dev/null and b/assets/images/boards/original/sunton_esp32_2424S012.jpg differ diff --git a/assets/images/boards/original/sunton_esp32_2432S024C.jpg b/assets/images/boards/original/sunton_esp32_2432S024C.jpg new file mode 100644 index 000000000..20217b094 Binary files /dev/null and b/assets/images/boards/original/sunton_esp32_2432S024C.jpg differ diff --git a/assets/images/boards/original/sunton_esp32_2432S028.jpg b/assets/images/boards/original/sunton_esp32_2432S028.jpg new file mode 100644 index 000000000..78705206d Binary files /dev/null and b/assets/images/boards/original/sunton_esp32_2432S028.jpg differ diff --git a/assets/images/boards/original/sunton_esp32_2432S032C.jpg b/assets/images/boards/original/sunton_esp32_2432S032C.jpg new file mode 100644 index 000000000..b0783d6b6 Binary files /dev/null and b/assets/images/boards/original/sunton_esp32_2432S032C.jpg differ diff --git a/assets/images/boards/original/sunton_esp32_8048S050.jpg b/assets/images/boards/original/sunton_esp32_8048S050.jpg new file mode 100644 index 000000000..637ce10f1 Binary files /dev/null and b/assets/images/boards/original/sunton_esp32_8048S050.jpg differ diff --git a/assets/images/boards/original/sunton_esp32_8048S070.jpg b/assets/images/boards/original/sunton_esp32_8048S070.jpg new file mode 100644 index 000000000..0144fdc8c Binary files /dev/null and b/assets/images/boards/original/sunton_esp32_8048S070.jpg differ diff --git a/assets/images/boards/original/supermini_nrf52840.png b/assets/images/boards/original/supermini_nrf52840.png index 9c597ec52..6917fbdc9 100644 Binary files a/assets/images/boards/original/supermini_nrf52840.png and b/assets/images/boards/original/supermini_nrf52840.png differ diff --git a/assets/images/boards/original/ttgo_t8_v1_7.jpg b/assets/images/boards/original/ttgo_t8_v1_7.jpg new file mode 100644 index 000000000..02309de23 Binary files /dev/null and b/assets/images/boards/original/ttgo_t8_v1_7.jpg differ diff --git a/assets/images/boards/original/unexpectedmaker_edges3d.jpg b/assets/images/boards/original/unexpectedmaker_edges3d.jpg new file mode 100644 index 000000000..9f30c8d56 Binary files /dev/null and b/assets/images/boards/original/unexpectedmaker_edges3d.jpg differ diff --git a/assets/images/boards/original/unexpectedmaker_feathers3_neo.jpg b/assets/images/boards/original/unexpectedmaker_feathers3_neo.jpg new file mode 100644 index 000000000..25a01b10b Binary files /dev/null and b/assets/images/boards/original/unexpectedmaker_feathers3_neo.jpg differ diff --git a/assets/images/boards/original/unexpectedmaker_omgs3.jpg b/assets/images/boards/original/unexpectedmaker_omgs3.jpg new file mode 100644 index 000000000..646d0595f Binary files /dev/null and b/assets/images/boards/original/unexpectedmaker_omgs3.jpg differ diff --git a/assets/images/boards/original/unexpectedmaker_rgbtouch_mini.jpg b/assets/images/boards/original/unexpectedmaker_rgbtouch_mini.jpg new file mode 100644 index 000000000..8a7ea3a3b Binary files /dev/null and b/assets/images/boards/original/unexpectedmaker_rgbtouch_mini.jpg differ diff --git a/assets/images/boards/original/vicharak_axon.jpg b/assets/images/boards/original/vicharak_axon.jpg new file mode 100644 index 000000000..8e68e866e Binary files /dev/null and b/assets/images/boards/original/vicharak_axon.jpg differ diff --git a/assets/images/boards/original/vicharak_vaaman.jpg b/assets/images/boards/original/vicharak_vaaman.jpg new file mode 100644 index 000000000..7ba05001b Binary files /dev/null and b/assets/images/boards/original/vicharak_vaaman.jpg differ diff --git a/assets/images/boards/original/vidi_x.jpg b/assets/images/boards/original/vidi_x.jpg new file mode 100644 index 000000000..2a70ea282 Binary files /dev/null and b/assets/images/boards/original/vidi_x.jpg differ diff --git a/assets/images/boards/original/vivid_unit.jpg b/assets/images/boards/original/vivid_unit.jpg new file mode 100644 index 000000000..a46170d79 Binary files /dev/null and b/assets/images/boards/original/vivid_unit.jpg differ diff --git a/assets/images/boards/original/walnut_pi_1b.jpg b/assets/images/boards/original/walnut_pi_1b.jpg new file mode 100644 index 000000000..8302ebf79 Binary files /dev/null and b/assets/images/boards/original/walnut_pi_1b.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_c6_lcd_1_47.jpg b/assets/images/boards/original/waveshare_esp32_c6_lcd_1_47.jpg new file mode 100644 index 000000000..c5ab234ab Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_c6_lcd_1_47.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_eth.jpg b/assets/images/boards/original/waveshare_esp32_s3_eth.jpg new file mode 100644 index 000000000..742c2dccf Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_s3_eth.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_geek.jpg b/assets/images/boards/original/waveshare_esp32_s3_geek.jpg new file mode 100644 index 000000000..409ebcf2d Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_s3_geek.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_lcd_1_47.jpg b/assets/images/boards/original/waveshare_esp32_s3_lcd_1_47.jpg new file mode 100644 index 000000000..d2f027f5a Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_s3_lcd_1_47.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_matrix.jpg b/assets/images/boards/original/waveshare_esp32_s3_matrix.jpg new file mode 100644 index 000000000..15251055c Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_s3_matrix.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_tiny.jpg b/assets/images/boards/original/waveshare_esp32_s3_tiny.jpg new file mode 100644 index 000000000..88069045c Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_s3_tiny.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_touch_lcd_2.jpg b/assets/images/boards/original/waveshare_esp32_s3_touch_lcd_2.jpg new file mode 100644 index 000000000..fe296487d Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32_s3_touch_lcd_2.jpg differ diff --git a/assets/images/boards/original/waveshare_esp32_s3_zero.png b/assets/images/boards/original/waveshare_esp32_s3_zero.png index 3f702d5bd..dfe554acc 100644 Binary files a/assets/images/boards/original/waveshare_esp32_s3_zero.png and b/assets/images/boards/original/waveshare_esp32_s3_zero.png differ diff --git a/assets/images/boards/original/waveshare_esp32s3_lcd_1_28.jpg b/assets/images/boards/original/waveshare_esp32s3_lcd_1_28.jpg new file mode 100644 index 000000000..7f770fb55 Binary files /dev/null and b/assets/images/boards/original/waveshare_esp32s3_lcd_1_28.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2040_geek.jpg b/assets/images/boards/original/waveshare_rp2040_geek.jpg new file mode 100644 index 000000000..0120235e8 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2040_geek.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2040_one.jpg b/assets/images/boards/original/waveshare_rp2040_one.jpg new file mode 100644 index 000000000..9be011fd1 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2040_one.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2040_pizero.jpg b/assets/images/boards/original/waveshare_rp2040_pizero.jpg new file mode 100644 index 000000000..0d1a13bb1 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2040_pizero.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2040_tiny.jpg b/assets/images/boards/original/waveshare_rp2040_tiny.jpg index bba7aa604..3cbb1a1b4 100644 Binary files a/assets/images/boards/original/waveshare_rp2040_tiny.jpg and b/assets/images/boards/original/waveshare_rp2040_tiny.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_geek.jpg b/assets/images/boards/original/waveshare_rp2350_geek.jpg new file mode 100644 index 000000000..c393af897 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_geek.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_lcd_0_96.jpg b/assets/images/boards/original/waveshare_rp2350_lcd_0_96.jpg new file mode 100644 index 000000000..200c3109f Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_lcd_0_96.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_lcd_1_28.jpg b/assets/images/boards/original/waveshare_rp2350_lcd_1_28.jpg new file mode 100644 index 000000000..04e05de4f Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_lcd_1_28.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_one.jpg b/assets/images/boards/original/waveshare_rp2350_one.jpg new file mode 100644 index 000000000..405131b73 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_one.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_plus.jpg b/assets/images/boards/original/waveshare_rp2350_plus.jpg new file mode 100644 index 000000000..a648933e4 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_plus.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_tiny.jpg b/assets/images/boards/original/waveshare_rp2350_tiny.jpg new file mode 100644 index 000000000..1cbc242b4 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_tiny.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_touch_lcd_1_28.jpg b/assets/images/boards/original/waveshare_rp2350_touch_lcd_1_28.jpg new file mode 100644 index 000000000..80753eb12 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_touch_lcd_1_28.jpg differ diff --git a/assets/images/boards/original/waveshare_rp2350_zero.jpg b/assets/images/boards/original/waveshare_rp2350_zero.jpg new file mode 100644 index 000000000..0057fc7f7 Binary files /dev/null and b/assets/images/boards/original/waveshare_rp2350_zero.jpg differ diff --git a/assets/images/boards/original/weenoisemakers_noisenugget.jpg b/assets/images/boards/original/weenoisemakers_noisenugget.jpg new file mode 100644 index 000000000..b73ad1b5b Binary files /dev/null and b/assets/images/boards/original/weenoisemakers_noisenugget.jpg differ diff --git a/assets/images/boards/original/wemos_lolin32_lite.jpg b/assets/images/boards/original/wemos_lolin32_lite.jpg new file mode 100644 index 000000000..70892fd8b Binary files /dev/null and b/assets/images/boards/original/wemos_lolin32_lite.jpg differ diff --git a/assets/images/boards/original/wiznet_w5100s_evb_pico2.jpg b/assets/images/boards/original/wiznet_w5100s_evb_pico2.jpg new file mode 100644 index 000000000..abee722b6 Binary files /dev/null and b/assets/images/boards/original/wiznet_w5100s_evb_pico2.jpg differ diff --git a/assets/images/boards/original/wiznet_w5500_evb_pico2.jpg b/assets/images/boards/original/wiznet_w5500_evb_pico2.jpg new file mode 100644 index 000000000..665fdefb4 Binary files /dev/null and b/assets/images/boards/original/wiznet_w5500_evb_pico2.jpg differ diff --git a/assets/images/boards/original/wk_50.jpg b/assets/images/boards/original/wk_50.jpg new file mode 100644 index 000000000..a8cf6b1ae Binary files /dev/null and b/assets/images/boards/original/wk_50.jpg differ diff --git a/assets/images/boards/small/0xcb_gemini.jpg b/assets/images/boards/small/0xcb_gemini.jpg new file mode 100644 index 000000000..0db37b11c Binary files /dev/null and b/assets/images/boards/small/0xcb_gemini.jpg differ diff --git a/assets/images/boards/small/0xcb_helios.jpg b/assets/images/boards/small/0xcb_helios.jpg index 49718ba52..69c7223e7 100644 Binary files a/assets/images/boards/small/0xcb_helios.jpg and b/assets/images/boards/small/0xcb_helios.jpg differ diff --git a/assets/images/boards/small/8086_rp2040_interfacer.jpg b/assets/images/boards/small/8086_rp2040_interfacer.jpg new file mode 100644 index 000000000..84044206e Binary files /dev/null and b/assets/images/boards/small/8086_rp2040_interfacer.jpg differ diff --git a/assets/images/boards/small/8086_usb_interposer.jpg b/assets/images/boards/small/8086_usb_interposer.jpg new file mode 100755 index 000000000..f74c077c8 Binary files /dev/null and b/assets/images/boards/small/8086_usb_interposer.jpg differ diff --git a/assets/images/boards/small/CircuitArt_ESP32S3_Zero.jpg b/assets/images/boards/small/CircuitArt_ESP32S3_Zero.jpg new file mode 100644 index 000000000..fff58ed62 Binary files /dev/null and b/assets/images/boards/small/CircuitArt_ESP32S3_Zero.jpg differ diff --git a/assets/images/boards/small/ThingPulse_Pendrive_S3.jpg b/assets/images/boards/small/ThingPulse_Pendrive_S3.jpg new file mode 100644 index 000000000..21aba945c Binary files /dev/null and b/assets/images/boards/small/ThingPulse_Pendrive_S3.jpg differ diff --git a/assets/images/boards/small/adafruit_feather_esp32c6_4mbflash_nopsram.jpg b/assets/images/boards/small/adafruit_feather_esp32c6_4mbflash_nopsram.jpg index f8c90e783..a810b48fe 100644 Binary files a/assets/images/boards/small/adafruit_feather_esp32c6_4mbflash_nopsram.jpg and b/assets/images/boards/small/adafruit_feather_esp32c6_4mbflash_nopsram.jpg differ diff --git a/assets/images/boards/small/adafruit_feather_rp2040_adalogger.jpg b/assets/images/boards/small/adafruit_feather_rp2040_adalogger.jpg new file mode 100644 index 000000000..1a425486b Binary files /dev/null and b/assets/images/boards/small/adafruit_feather_rp2040_adalogger.jpg differ diff --git a/assets/images/boards/small/adafruit_feather_rp2350.jpg b/assets/images/boards/small/adafruit_feather_rp2350.jpg new file mode 100644 index 000000000..60f704010 Binary files /dev/null and b/assets/images/boards/small/adafruit_feather_rp2350.jpg differ diff --git a/assets/images/boards/small/adafruit_feather_rp2350_adalogger.jpg b/assets/images/boards/small/adafruit_feather_rp2350_adalogger.jpg new file mode 100644 index 000000000..8132c00fd Binary files /dev/null and b/assets/images/boards/small/adafruit_feather_rp2350_adalogger.jpg differ diff --git a/assets/images/boards/small/adafruit_floppsy_rp2040.jpg b/assets/images/boards/small/adafruit_floppsy_rp2040.jpg index 7f66b9a88..99ee244ff 100644 Binary files a/assets/images/boards/small/adafruit_floppsy_rp2040.jpg and b/assets/images/boards/small/adafruit_floppsy_rp2040.jpg differ diff --git a/assets/images/boards/small/adafruit_fruit_jam.jpg b/assets/images/boards/small/adafruit_fruit_jam.jpg new file mode 100644 index 000000000..642cdd8e9 Binary files /dev/null and b/assets/images/boards/small/adafruit_fruit_jam.jpg differ diff --git a/assets/images/boards/small/adafruit_metro_rp2350.jpg b/assets/images/boards/small/adafruit_metro_rp2350.jpg new file mode 100644 index 000000000..2601456a4 Binary files /dev/null and b/assets/images/boards/small/adafruit_metro_rp2350.jpg differ diff --git a/assets/images/boards/small/adafruit_mini_sparkle_motion.jpg b/assets/images/boards/small/adafruit_mini_sparkle_motion.jpg new file mode 100644 index 000000000..6a48da73f Binary files /dev/null and b/assets/images/boards/small/adafruit_mini_sparkle_motion.jpg differ diff --git a/assets/images/boards/small/adafruit_pixel_trinkey_m0.jpg b/assets/images/boards/small/adafruit_pixel_trinkey_m0.jpg new file mode 100644 index 000000000..d9d05f61e Binary files /dev/null and b/assets/images/boards/small/adafruit_pixel_trinkey_m0.jpg differ diff --git a/assets/images/boards/small/adafruit_sht4x_trinkey_m0.jpg b/assets/images/boards/small/adafruit_sht4x_trinkey_m0.jpg index 887f9604e..8ab4065d9 100644 Binary files a/assets/images/boards/small/adafruit_sht4x_trinkey_m0.jpg and b/assets/images/boards/small/adafruit_sht4x_trinkey_m0.jpg differ diff --git a/assets/images/boards/small/adafruit_sparkle_motion.jpg b/assets/images/boards/small/adafruit_sparkle_motion.jpg new file mode 100644 index 000000000..d8145055b Binary files /dev/null and b/assets/images/boards/small/adafruit_sparkle_motion.jpg differ diff --git a/assets/images/boards/small/adafruit_sparkle_motion_stick.jpg b/assets/images/boards/small/adafruit_sparkle_motion_stick.jpg new file mode 100644 index 000000000..eda8bc9b1 Binary files /dev/null and b/assets/images/boards/small/adafruit_sparkle_motion_stick.jpg differ diff --git a/assets/images/boards/small/adafruit_trrs_trinkey_m0.jpg b/assets/images/boards/small/adafruit_trrs_trinkey_m0.jpg new file mode 100644 index 000000000..5680459df Binary files /dev/null and b/assets/images/boards/small/adafruit_trrs_trinkey_m0.jpg differ diff --git a/assets/images/boards/small/ai-thinker-esp32-cam.jpg b/assets/images/boards/small/ai-thinker-esp32-cam.jpg new file mode 100644 index 000000000..42414c190 Binary files /dev/null and b/assets/images/boards/small/ai-thinker-esp32-cam.jpg differ diff --git a/assets/images/boards/small/ai_on_the_edge_cam.jpg b/assets/images/boards/small/ai_on_the_edge_cam.jpg new file mode 100644 index 000000000..7c478c1c9 Binary files /dev/null and b/assets/images/boards/small/ai_on_the_edge_cam.jpg differ diff --git a/assets/images/boards/small/apard32690.jpg b/assets/images/boards/small/apard32690.jpg new file mode 100644 index 000000000..411826967 Binary files /dev/null and b/assets/images/boards/small/apard32690.jpg differ diff --git a/assets/images/boards/small/archi.jpg b/assets/images/boards/small/archi.jpg new file mode 100644 index 000000000..2fc4b3c35 Binary files /dev/null and b/assets/images/boards/small/archi.jpg differ diff --git a/assets/images/boards/small/arduino_nano_33_ble_rev2.jpg b/assets/images/boards/small/arduino_nano_33_ble_rev2.jpg new file mode 100644 index 000000000..7210bc190 Binary files /dev/null and b/assets/images/boards/small/arduino_nano_33_ble_rev2.jpg differ diff --git a/assets/images/boards/small/autosportlabs_esp32_can_x2.jpg b/assets/images/boards/small/autosportlabs_esp32_can_x2.jpg new file mode 100644 index 000000000..03ec3dea4 Binary files /dev/null and b/assets/images/boards/small/autosportlabs_esp32_can_x2.jpg differ diff --git a/assets/images/boards/small/banana_pi_bpi_ai2h_ai2n.jpg b/assets/images/boards/small/banana_pi_bpi_ai2h_ai2n.jpg new file mode 100644 index 000000000..d12686c9b Binary files /dev/null and b/assets/images/boards/small/banana_pi_bpi_ai2h_ai2n.jpg differ diff --git a/assets/images/boards/small/banana_pi_bpi_f3.jpg b/assets/images/boards/small/banana_pi_bpi_f3.jpg new file mode 100644 index 000000000..110ed88bd Binary files /dev/null and b/assets/images/boards/small/banana_pi_bpi_f3.jpg differ diff --git a/assets/images/boards/small/banana_pi_bpi_f5.jpg b/assets/images/boards/small/banana_pi_bpi_f5.jpg new file mode 100644 index 000000000..2633e38b9 Binary files /dev/null and b/assets/images/boards/small/banana_pi_bpi_f5.jpg differ diff --git a/assets/images/boards/small/banana_pi_m2_zero.jpg b/assets/images/boards/small/banana_pi_bpi_m2_zero.jpg similarity index 100% rename from assets/images/boards/small/banana_pi_m2_zero.jpg rename to assets/images/boards/small/banana_pi_bpi_m2_zero.jpg diff --git a/assets/images/boards/small/banana_pi_bpi_m4_berry.jpg b/assets/images/boards/small/banana_pi_bpi_m4_berry.jpg new file mode 100644 index 000000000..620ab9f0f Binary files /dev/null and b/assets/images/boards/small/banana_pi_bpi_m4_berry.jpg differ diff --git a/assets/images/boards/small/banana_pi_bpi_m4_zero.jpg b/assets/images/boards/small/banana_pi_bpi_m4_zero.jpg new file mode 100644 index 000000000..9b26db3dc Binary files /dev/null and b/assets/images/boards/small/banana_pi_bpi_m4_zero.jpg differ diff --git a/assets/images/boards/small/barduino.jpg b/assets/images/boards/small/barduino.jpg new file mode 100644 index 000000000..4dc39098b Binary files /dev/null and b/assets/images/boards/small/barduino.jpg differ diff --git a/assets/images/boards/small/beetle-esp32-c3.png b/assets/images/boards/small/beetle-esp32-c3.png index b43f2dfbd..24741cea9 100644 Binary files a/assets/images/boards/small/beetle-esp32-c3.png and b/assets/images/boards/small/beetle-esp32-c3.png differ diff --git a/assets/images/boards/small/blues_cygnet.jpg b/assets/images/boards/small/blues_cygnet.jpg new file mode 100644 index 000000000..467fd4a14 Binary files /dev/null and b/assets/images/boards/small/blues_cygnet.jpg differ diff --git a/assets/images/boards/small/bradanlanestudio_coin_m0.jpg b/assets/images/boards/small/bradanlanestudio_coin_m0.jpg new file mode 100644 index 000000000..8209aa19a Binary files /dev/null and b/assets/images/boards/small/bradanlanestudio_coin_m0.jpg differ diff --git a/assets/images/boards/small/bradanlanestudio_explorer_rp2040.jpg b/assets/images/boards/small/bradanlanestudio_explorer_rp2040.jpg new file mode 100644 index 000000000..f96f26e29 Binary files /dev/null and b/assets/images/boards/small/bradanlanestudio_explorer_rp2040.jpg differ diff --git a/assets/images/boards/small/brainboardz_neuron.jpg b/assets/images/boards/small/brainboardz_neuron.jpg index 6a51142a2..62008bb09 100644 Binary files a/assets/images/boards/small/brainboardz_neuron.jpg and b/assets/images/boards/small/brainboardz_neuron.jpg differ diff --git a/assets/images/boards/small/cezerio_dev_esp32c6.jpg b/assets/images/boards/small/cezerio_dev_esp32c6.jpg new file mode 100644 index 000000000..df7400b21 Binary files /dev/null and b/assets/images/boards/small/cezerio_dev_esp32c6.jpg differ diff --git a/assets/images/boards/small/cezerio_mini_dev_esp32c6.jpg b/assets/images/boards/small/cezerio_mini_dev_esp32c6.jpg new file mode 100644 index 000000000..c8fda37fe Binary files /dev/null and b/assets/images/boards/small/cezerio_mini_dev_esp32c6.jpg differ diff --git a/assets/images/boards/small/challenger_rp2350_bconnect.jpg b/assets/images/boards/small/challenger_rp2350_bconnect.jpg new file mode 100644 index 000000000..63c925836 Binary files /dev/null and b/assets/images/boards/small/challenger_rp2350_bconnect.jpg differ diff --git a/assets/images/boards/small/challenger_rp2350_wifi6_ble5.jpg b/assets/images/boards/small/challenger_rp2350_wifi6_ble5.jpg new file mode 100644 index 000000000..7e05c3dd5 Binary files /dev/null and b/assets/images/boards/small/challenger_rp2350_wifi6_ble5.jpg differ diff --git a/assets/images/boards/small/cytron_iriv_io_controller.png b/assets/images/boards/small/cytron_iriv_io_controller.png new file mode 100644 index 000000000..e086beca1 Binary files /dev/null and b/assets/images/boards/small/cytron_iriv_io_controller.png differ diff --git a/assets/images/boards/small/cytron_maker_uno_rp2040.jpg b/assets/images/boards/small/cytron_maker_uno_rp2040.jpg index 6faf77619..9917e0ccf 100644 Binary files a/assets/images/boards/small/cytron_maker_uno_rp2040.jpg and b/assets/images/boards/small/cytron_maker_uno_rp2040.jpg differ diff --git a/assets/images/boards/small/cytron_motion_2350_pro.png b/assets/images/boards/small/cytron_motion_2350_pro.png new file mode 100644 index 000000000..9ba254b87 Binary files /dev/null and b/assets/images/boards/small/cytron_motion_2350_pro.png differ diff --git a/assets/images/boards/small/d-robotics_rdk-x3.jpg b/assets/images/boards/small/d-robotics_rdk-x3.jpg new file mode 100644 index 000000000..ee23d3ec5 Binary files /dev/null and b/assets/images/boards/small/d-robotics_rdk-x3.jpg differ diff --git a/assets/images/boards/small/daisy_seed_with_sdram.jpg b/assets/images/boards/small/daisy_seed_with_sdram.jpg new file mode 100644 index 000000000..21dbf2aea Binary files /dev/null and b/assets/images/boards/small/daisy_seed_with_sdram.jpg differ diff --git a/assets/images/boards/small/datanoise_picoadk_v2.jpg b/assets/images/boards/small/datanoise_picoadk_v2.jpg new file mode 100644 index 000000000..37ad32797 Binary files /dev/null and b/assets/images/boards/small/datanoise_picoadk_v2.jpg differ diff --git a/assets/images/boards/small/eafaq_omnimo_nrf52840.jpg b/assets/images/boards/small/eafaq_omnimo_nrf52840.jpg new file mode 100644 index 000000000..b80c0182f Binary files /dev/null and b/assets/images/boards/small/eafaq_omnimo_nrf52840.jpg differ diff --git a/assets/images/boards/small/elecrow_crowpanel_3.5.jpg b/assets/images/boards/small/elecrow_crowpanel_3.5.jpg new file mode 100644 index 000000000..c43fb9c51 Binary files /dev/null and b/assets/images/boards/small/elecrow_crowpanel_3.5.jpg differ diff --git a/assets/images/boards/small/elecrow_crowpanel_4_2_epaper.jpg b/assets/images/boards/small/elecrow_crowpanel_4_2_epaper.jpg new file mode 100644 index 000000000..a49cab11c Binary files /dev/null and b/assets/images/boards/small/elecrow_crowpanel_4_2_epaper.jpg differ diff --git a/assets/images/boards/small/electronut_labs_blip.png b/assets/images/boards/small/electronut_labs_blip.png index 7dffe151a..0057f39f8 100644 Binary files a/assets/images/boards/small/electronut_labs_blip.png and b/assets/images/boards/small/electronut_labs_blip.png differ diff --git a/assets/images/boards/small/esp32-wrover-dev-cam.jpg b/assets/images/boards/small/esp32-wrover-dev-cam.jpg new file mode 100644 index 000000000..22fa58415 Binary files /dev/null and b/assets/images/boards/small/esp32-wrover-dev-cam.jpg differ diff --git a/assets/images/boards/small/espressif_esp32c3_lyra_v2.jpg b/assets/images/boards/small/espressif_esp32c3_lyra_v2.jpg new file mode 100644 index 000000000..07596d16b Binary files /dev/null and b/assets/images/boards/small/espressif_esp32c3_lyra_v2.jpg differ diff --git a/assets/images/boards/small/espressif_esp32p4_function_ev.jpg b/assets/images/boards/small/espressif_esp32p4_function_ev.jpg new file mode 100644 index 000000000..e999ab924 Binary files /dev/null and b/assets/images/boards/small/espressif_esp32p4_function_ev.jpg differ diff --git a/assets/images/boards/small/espressif_esp32s3_lcd_ev_v1.5.jpg b/assets/images/boards/small/espressif_esp32s3_lcd_ev_v1.5.jpg new file mode 100644 index 000000000..33b6e2878 Binary files /dev/null and b/assets/images/boards/small/espressif_esp32s3_lcd_ev_v1.5.jpg differ diff --git a/assets/images/boards/small/espressif_esp8684_devkitc_02_n4.jpg b/assets/images/boards/small/espressif_esp8684_devkitc_02_n4.jpg new file mode 100644 index 000000000..055618e0e Binary files /dev/null and b/assets/images/boards/small/espressif_esp8684_devkitc_02_n4.jpg differ diff --git a/assets/images/boards/small/ft4232h.jpg b/assets/images/boards/small/ft4232h.jpg new file mode 100644 index 000000000..9dc6ab6ab Binary files /dev/null and b/assets/images/boards/small/ft4232h.jpg differ diff --git a/assets/images/boards/small/heltec_vision_master_e290.jpg b/assets/images/boards/small/heltec_vision_master_e290.jpg new file mode 100644 index 000000000..40ec48508 Binary files /dev/null and b/assets/images/boards/small/heltec_vision_master_e290.jpg differ diff --git a/assets/images/boards/small/heltec_wireless_paper.jpg b/assets/images/boards/small/heltec_wireless_paper.jpg new file mode 100644 index 000000000..518e1f938 Binary files /dev/null and b/assets/images/boards/small/heltec_wireless_paper.jpg differ diff --git a/assets/images/boards/small/hxr_sao_dmm.jpg b/assets/images/boards/small/hxr_sao_dmm.jpg new file mode 100644 index 000000000..44c50084e Binary files /dev/null and b/assets/images/boards/small/hxr_sao_dmm.jpg differ diff --git a/assets/images/boards/small/indiedroid_nova.jpg b/assets/images/boards/small/indiedroid_nova.jpg new file mode 100644 index 000000000..d24c32a89 Binary files /dev/null and b/assets/images/boards/small/indiedroid_nova.jpg differ diff --git a/assets/images/boards/small/jetson_agx_thor.jpg b/assets/images/boards/small/jetson_agx_thor.jpg new file mode 100644 index 000000000..a792f602b Binary files /dev/null and b/assets/images/boards/small/jetson_agx_thor.jpg differ diff --git a/assets/images/boards/small/lilygo_tdeck.jpg b/assets/images/boards/small/lilygo_tdeck.jpg index 9f533f7f8..4990cfc6c 100644 Binary files a/assets/images/boards/small/lilygo_tdeck.jpg and b/assets/images/boards/small/lilygo_tdeck.jpg differ diff --git a/assets/images/boards/small/lilygo_tdisplay_s3.jpg b/assets/images/boards/small/lilygo_tdisplay_s3.jpg index 437714daa..43ed40130 100644 Binary files a/assets/images/boards/small/lilygo_tdisplay_s3.jpg and b/assets/images/boards/small/lilygo_tdisplay_s3.jpg differ diff --git a/assets/images/boards/small/lilygo_tdisplay_s3_pro.jpg b/assets/images/boards/small/lilygo_tdisplay_s3_pro.jpg new file mode 100644 index 000000000..e84ec8157 Binary files /dev/null and b/assets/images/boards/small/lilygo_tdisplay_s3_pro.jpg differ diff --git a/assets/images/boards/small/lilygo_tdongle_s3.jpg b/assets/images/boards/small/lilygo_tdongle_s3.jpg new file mode 100644 index 000000000..84d6292bd Binary files /dev/null and b/assets/images/boards/small/lilygo_tdongle_s3.jpg differ diff --git a/assets/images/boards/small/lilygo_tqt_pro.jpg b/assets/images/boards/small/lilygo_tqt_pro.jpg new file mode 100644 index 000000000..768efe91c Binary files /dev/null and b/assets/images/boards/small/lilygo_tqt_pro.jpg differ diff --git a/assets/images/boards/small/lilygo_twatch_s3.jpg b/assets/images/boards/small/lilygo_twatch_s3.jpg new file mode 100644 index 000000000..74da9a83f Binary files /dev/null and b/assets/images/boards/small/lilygo_twatch_s3.jpg differ diff --git a/assets/images/boards/small/lolin_c3_mini.png b/assets/images/boards/small/lolin_c3_mini.png index b0041bbaa..a3eec1a80 100644 Binary files a/assets/images/boards/small/lolin_c3_mini.png and b/assets/images/boards/small/lolin_c3_mini.png differ diff --git a/assets/images/boards/small/lolin_s3.png b/assets/images/boards/small/lolin_s3.png index 7fa9aa022..576e72ec0 100644 Binary files a/assets/images/boards/small/lolin_s3.png and b/assets/images/boards/small/lolin_s3.png differ diff --git a/assets/images/boards/small/lolin_s3_mini_pro.jpg b/assets/images/boards/small/lolin_s3_mini_pro.jpg new file mode 100644 index 000000000..2c2947598 Binary files /dev/null and b/assets/images/boards/small/lolin_s3_mini_pro.jpg differ diff --git a/assets/images/boards/small/lolin_s3_pro.jpg b/assets/images/boards/small/lolin_s3_pro.jpg index 6a33873b5..7e9f30c43 100644 Binary files a/assets/images/boards/small/lolin_s3_pro.jpg and b/assets/images/boards/small/lolin_s3_pro.jpg differ diff --git a/assets/images/boards/small/lubancat-5.jpg b/assets/images/boards/small/lubancat-5.jpg new file mode 100644 index 000000000..2b130df34 Binary files /dev/null and b/assets/images/boards/small/lubancat-5.jpg differ diff --git a/assets/images/boards/small/luckyfox_pico.jpg b/assets/images/boards/small/luckyfox_pico.jpg new file mode 100644 index 000000000..debb0a5a2 Binary files /dev/null and b/assets/images/boards/small/luckyfox_pico.jpg differ diff --git a/assets/images/boards/small/luckyfox_pico_max.jpg b/assets/images/boards/small/luckyfox_pico_max.jpg new file mode 100644 index 000000000..65a40e0c1 Binary files /dev/null and b/assets/images/boards/small/luckyfox_pico_max.jpg differ diff --git a/assets/images/boards/small/luckyfox_pico_mini.jpg b/assets/images/boards/small/luckyfox_pico_mini.jpg new file mode 100644 index 000000000..842991b71 Binary files /dev/null and b/assets/images/boards/small/luckyfox_pico_mini.jpg differ diff --git a/assets/images/boards/small/luckyfox_pico_plus.jpg b/assets/images/boards/small/luckyfox_pico_plus.jpg new file mode 100644 index 000000000..6371e5dc1 Binary files /dev/null and b/assets/images/boards/small/luckyfox_pico_plus.jpg differ diff --git a/assets/images/boards/small/m5stack_atoms3_lite.png b/assets/images/boards/small/m5stack_atoms3_lite.png index 3da671d3a..7239f594b 100644 Binary files a/assets/images/boards/small/m5stack_atoms3_lite.png and b/assets/images/boards/small/m5stack_atoms3_lite.png differ diff --git a/assets/images/boards/small/m5stack_cardputer.jpg b/assets/images/boards/small/m5stack_cardputer.jpg index 60e6fb8b2..e8bb8acd3 100644 Binary files a/assets/images/boards/small/m5stack_cardputer.jpg and b/assets/images/boards/small/m5stack_cardputer.jpg differ diff --git a/assets/images/boards/small/m5stack_cores3.jpg b/assets/images/boards/small/m5stack_cores3.jpg new file mode 100644 index 000000000..e67c9f041 Binary files /dev/null and b/assets/images/boards/small/m5stack_cores3.jpg differ diff --git a/assets/images/boards/small/m5stack_dinmeter.jpg b/assets/images/boards/small/m5stack_dinmeter.jpg new file mode 100644 index 000000000..c44432942 Binary files /dev/null and b/assets/images/boards/small/m5stack_dinmeter.jpg differ diff --git a/assets/images/boards/small/m5stack_stamp_s3.jpg b/assets/images/boards/small/m5stack_stamp_s3.jpg new file mode 100644 index 000000000..0db4bbb58 Binary files /dev/null and b/assets/images/boards/small/m5stack_stamp_s3.jpg differ diff --git a/assets/images/boards/small/m5stack_stick_c_plus2.jpg b/assets/images/boards/small/m5stack_stick_c_plus2.jpg new file mode 100644 index 000000000..b46d5754b Binary files /dev/null and b/assets/images/boards/small/m5stack_stick_c_plus2.jpg differ diff --git a/assets/images/boards/small/makerdiary_imxrt1011_nanokit.jpg b/assets/images/boards/small/makerdiary_imxrt1011_nanokit.jpg new file mode 100644 index 000000000..e446a0d86 Binary files /dev/null and b/assets/images/boards/small/makerdiary_imxrt1011_nanokit.jpg differ diff --git a/assets/images/boards/small/makergo-esp32c3-supermini.jpg b/assets/images/boards/small/makergo-esp32c3-supermini.jpg new file mode 100644 index 000000000..8a76e152b Binary files /dev/null and b/assets/images/boards/small/makergo-esp32c3-supermini.jpg differ diff --git a/assets/images/boards/small/makergo_esp32c6_supermini.jpg b/assets/images/boards/small/makergo_esp32c6_supermini.jpg new file mode 100644 index 000000000..d9c396f63 Binary files /dev/null and b/assets/images/boards/small/makergo_esp32c6_supermini.jpg differ diff --git a/assets/images/boards/small/max32690evkit.jpg b/assets/images/boards/small/max32690evkit.jpg new file mode 100644 index 000000000..7f2786ac3 Binary files /dev/null and b/assets/images/boards/small/max32690evkit.jpg differ diff --git a/assets/images/boards/small/metro_nrf52840_express.png b/assets/images/boards/small/metro_nrf52840_express.png index 74ec7c51b..cd3ff51d2 100644 Binary files a/assets/images/boards/small/metro_nrf52840_express.png and b/assets/images/boards/small/metro_nrf52840_express.png differ diff --git a/assets/images/boards/small/milkv_duo.jpg b/assets/images/boards/small/milkv_duo.jpg index a2740c305..233335a81 100644 Binary files a/assets/images/boards/small/milkv_duo.jpg and b/assets/images/boards/small/milkv_duo.jpg differ diff --git a/assets/images/boards/small/mtm_computer.jpg b/assets/images/boards/small/mtm_computer.jpg new file mode 100644 index 000000000..45cba989e Binary files /dev/null and b/assets/images/boards/small/mtm_computer.jpg differ diff --git a/assets/images/boards/small/nodemcu_esp32c2.jpg b/assets/images/boards/small/nodemcu_esp32c2.jpg new file mode 100644 index 000000000..5bd7c1e24 Binary files /dev/null and b/assets/images/boards/small/nodemcu_esp32c2.jpg differ diff --git a/assets/images/boards/small/nordic_nrf5340dk.jpg b/assets/images/boards/small/nordic_nrf5340dk.jpg new file mode 100644 index 000000000..4755817d0 Binary files /dev/null and b/assets/images/boards/small/nordic_nrf5340dk.jpg differ diff --git a/assets/images/boards/small/nordic_nrf54l15dk.jpg b/assets/images/boards/small/nordic_nrf54l15dk.jpg new file mode 100644 index 000000000..878b4b3dc Binary files /dev/null and b/assets/images/boards/small/nordic_nrf54l15dk.jpg differ diff --git a/assets/images/boards/small/nordic_nrf7002dk.jpg b/assets/images/boards/small/nordic_nrf7002dk.jpg new file mode 100644 index 000000000..820538cd1 Binary files /dev/null and b/assets/images/boards/small/nordic_nrf7002dk.jpg differ diff --git a/assets/images/boards/small/odt_rpga_feather.jpg b/assets/images/boards/small/odt_rpga_feather.jpg new file mode 100644 index 000000000..505465fad Binary files /dev/null and b/assets/images/boards/small/odt_rpga_feather.jpg differ diff --git a/assets/images/boards/small/orange_pi_3_lts.jpg b/assets/images/boards/small/orange_pi_3_lts.jpg new file mode 100644 index 000000000..14e20332c Binary files /dev/null and b/assets/images/boards/small/orange_pi_3_lts.jpg differ diff --git a/assets/images/boards/small/orange_pi_3b.jpg b/assets/images/boards/small/orange_pi_3b.jpg new file mode 100644 index 000000000..3700fbe84 Binary files /dev/null and b/assets/images/boards/small/orange_pi_3b.jpg differ diff --git a/assets/images/boards/small/orange_pi_5_max.jpg b/assets/images/boards/small/orange_pi_5_max.jpg new file mode 100644 index 000000000..ea2bef50f Binary files /dev/null and b/assets/images/boards/small/orange_pi_5_max.jpg differ diff --git a/assets/images/boards/small/orange_pi_5_pro.jpg b/assets/images/boards/small/orange_pi_5_pro.jpg new file mode 100644 index 000000000..fb8381046 Binary files /dev/null and b/assets/images/boards/small/orange_pi_5_pro.jpg differ diff --git a/assets/images/boards/small/orange_pi_lite.png b/assets/images/boards/small/orange_pi_lite.png index e3a77e36e..58a98040a 100644 Binary files a/assets/images/boards/small/orange_pi_lite.png and b/assets/images/boards/small/orange_pi_lite.png differ diff --git a/assets/images/boards/small/orange_pi_one.png b/assets/images/boards/small/orange_pi_one.png index 6ac493785..24795d1ad 100644 Binary files a/assets/images/boards/small/orange_pi_one.png and b/assets/images/boards/small/orange_pi_one.png differ diff --git a/assets/images/boards/small/orange_pi_pc2.jpg b/assets/images/boards/small/orange_pi_pc2.jpg new file mode 100644 index 000000000..d5fc54e2c Binary files /dev/null and b/assets/images/boards/small/orange_pi_pc2.jpg differ diff --git a/assets/images/boards/small/orange_pi_plus_2e.png b/assets/images/boards/small/orange_pi_plus_2e.png index ffec698fa..2837cbecc 100644 Binary files a/assets/images/boards/small/orange_pi_plus_2e.png and b/assets/images/boards/small/orange_pi_plus_2e.png differ diff --git a/assets/images/boards/small/orpheus_pico.jpg b/assets/images/boards/small/orpheus_pico.jpg new file mode 100644 index 000000000..6f61b1019 Binary files /dev/null and b/assets/images/boards/small/orpheus_pico.jpg differ diff --git a/assets/images/boards/small/particle_tachyon.jpg b/assets/images/boards/small/particle_tachyon.jpg new file mode 100644 index 000000000..c3d29d0d4 Binary files /dev/null and b/assets/images/boards/small/particle_tachyon.jpg differ diff --git a/assets/images/boards/small/picomo_v3.jpg b/assets/images/boards/small/picomo_v3.jpg new file mode 100644 index 000000000..6d12bf521 Binary files /dev/null and b/assets/images/boards/small/picomo_v3.jpg differ diff --git a/assets/images/boards/small/pimoroni_inky_frame_7_3.jpg b/assets/images/boards/small/pimoroni_inky_frame_7_3.jpg index e11cd879a..4aae266d7 100644 Binary files a/assets/images/boards/small/pimoroni_inky_frame_7_3.jpg and b/assets/images/boards/small/pimoroni_inky_frame_7_3.jpg differ diff --git a/assets/images/boards/small/pimoroni_pga2350.jpg b/assets/images/boards/small/pimoroni_pga2350.jpg new file mode 100644 index 000000000..89b0c98bc Binary files /dev/null and b/assets/images/boards/small/pimoroni_pga2350.jpg differ diff --git a/assets/images/boards/small/pimoroni_pico_plus2.jpg b/assets/images/boards/small/pimoroni_pico_plus2.jpg new file mode 100644 index 000000000..3890b55f4 Binary files /dev/null and b/assets/images/boards/small/pimoroni_pico_plus2.jpg differ diff --git a/assets/images/boards/small/pimoroni_pico_plus2w.jpg b/assets/images/boards/small/pimoroni_pico_plus2w.jpg new file mode 100644 index 000000000..0f14959bc Binary files /dev/null and b/assets/images/boards/small/pimoroni_pico_plus2w.jpg differ diff --git a/assets/images/boards/small/pimoroni_plasma2350.jpg b/assets/images/boards/small/pimoroni_plasma2350.jpg new file mode 100644 index 000000000..aa13abfb5 Binary files /dev/null and b/assets/images/boards/small/pimoroni_plasma2350.jpg differ diff --git a/assets/images/boards/small/pimoroni_plasma2350w.jpg b/assets/images/boards/small/pimoroni_plasma2350w.jpg new file mode 100644 index 000000000..b2a6c518c Binary files /dev/null and b/assets/images/boards/small/pimoroni_plasma2350w.jpg differ diff --git a/assets/images/boards/small/pimoroni_tiny2350.jpg b/assets/images/boards/small/pimoroni_tiny2350.jpg new file mode 100644 index 000000000..5cc7b5b2f Binary files /dev/null and b/assets/images/boards/small/pimoroni_tiny2350.jpg differ diff --git a/assets/images/boards/small/pimoroni_tinyfx.jpg b/assets/images/boards/small/pimoroni_tinyfx.jpg new file mode 100644 index 000000000..b3404570f Binary files /dev/null and b/assets/images/boards/small/pimoroni_tinyfx.jpg differ diff --git a/assets/images/boards/small/pine64.png b/assets/images/boards/small/pine64.png index 1e2239a7a..0a307dc8d 100644 Binary files a/assets/images/boards/small/pine64.png and b/assets/images/boards/small/pine64.png differ diff --git a/assets/images/boards/small/proveskit_rp2040_v4.jpg b/assets/images/boards/small/proveskit_rp2040_v4.jpg new file mode 100644 index 000000000..a1862fd5c Binary files /dev/null and b/assets/images/boards/small/proveskit_rp2040_v4.jpg differ diff --git a/assets/images/boards/small/quartz64_a.jpg b/assets/images/boards/small/quartz64_a.jpg new file mode 100644 index 000000000..cad618176 Binary files /dev/null and b/assets/images/boards/small/quartz64_a.jpg differ diff --git a/assets/images/boards/small/radxa_rock_3b.jpg b/assets/images/boards/small/radxa_rock_3b.jpg new file mode 100644 index 000000000..3e62979ad Binary files /dev/null and b/assets/images/boards/small/radxa_rock_3b.jpg differ diff --git a/assets/images/boards/small/radxa_rock_3c.jpg b/assets/images/boards/small/radxa_rock_3c.jpg index e153b7ee7..e435871bd 100644 Binary files a/assets/images/boards/small/radxa_rock_3c.jpg and b/assets/images/boards/small/radxa_rock_3c.jpg differ diff --git a/assets/images/boards/small/radxa_rock_4se.jpg b/assets/images/boards/small/radxa_rock_4se.jpg index a82d0f42c..55bdce406 100644 Binary files a/assets/images/boards/small/radxa_rock_4se.jpg and b/assets/images/boards/small/radxa_rock_4se.jpg differ diff --git a/assets/images/boards/small/radxa_rock_5c.jpg b/assets/images/boards/small/radxa_rock_5c.jpg new file mode 100644 index 000000000..63fda6ffe Binary files /dev/null and b/assets/images/boards/small/radxa_rock_5c.jpg differ diff --git a/assets/images/boards/small/radxa_x4.jpg b/assets/images/boards/small/radxa_x4.jpg new file mode 100644 index 000000000..cf6a965bf Binary files /dev/null and b/assets/images/boards/small/radxa_x4.jpg differ diff --git a/assets/images/boards/small/radxa_zero_3e.jpg b/assets/images/boards/small/radxa_zero_3e.jpg new file mode 100644 index 000000000..f7869d046 Binary files /dev/null and b/assets/images/boards/small/radxa_zero_3e.jpg differ diff --git a/assets/images/boards/small/radxa_zero_3w.jpg b/assets/images/boards/small/radxa_zero_3w.jpg new file mode 100644 index 000000000..8e3a43290 Binary files /dev/null and b/assets/images/boards/small/radxa_zero_3w.jpg differ diff --git a/assets/images/boards/small/raspberry_pi_500.jpg b/assets/images/boards/small/raspberry_pi_500.jpg new file mode 100644 index 000000000..21295fa43 Binary files /dev/null and b/assets/images/boards/small/raspberry_pi_500.jpg differ diff --git a/assets/images/boards/small/raspberry_pi_pico2.jpg b/assets/images/boards/small/raspberry_pi_pico2.jpg new file mode 100644 index 000000000..6bd3c0eff Binary files /dev/null and b/assets/images/boards/small/raspberry_pi_pico2.jpg differ diff --git a/assets/images/boards/small/raspberry_pi_pico2_w.jpg b/assets/images/boards/small/raspberry_pi_pico2_w.jpg new file mode 100644 index 000000000..987c2a514 Binary files /dev/null and b/assets/images/boards/small/raspberry_pi_pico2_w.jpg differ diff --git a/assets/images/boards/small/raspberrypi_cm5io.jpg b/assets/images/boards/small/raspberrypi_cm5io.jpg new file mode 100644 index 000000000..8e9ea0e39 Binary files /dev/null and b/assets/images/boards/small/raspberrypi_cm5io.jpg differ diff --git a/assets/images/boards/small/red-s2-wroom.jpg b/assets/images/boards/small/red-s2-wroom.jpg new file mode 100644 index 000000000..c10482b3e Binary files /dev/null and b/assets/images/boards/small/red-s2-wroom.jpg differ diff --git a/assets/images/boards/small/renesas_ek_ra6m5.jpg b/assets/images/boards/small/renesas_ek_ra6m5.jpg new file mode 100644 index 000000000..e0407ef83 Binary files /dev/null and b/assets/images/boards/small/renesas_ek_ra6m5.jpg differ diff --git a/assets/images/boards/small/renesas_ek_ra8d1.jpg b/assets/images/boards/small/renesas_ek_ra8d1.jpg new file mode 100644 index 000000000..d637f534a Binary files /dev/null and b/assets/images/boards/small/renesas_ek_ra8d1.jpg differ diff --git a/assets/images/boards/small/rfguru_rp2040.jpg b/assets/images/boards/small/rfguru_rp2040.jpg new file mode 100644 index 000000000..fa342871b Binary files /dev/null and b/assets/images/boards/small/rfguru_rp2040.jpg differ diff --git a/assets/images/boards/small/seeed_xiao_esp32c6.jpg b/assets/images/boards/small/seeed_xiao_esp32c6.jpg new file mode 100644 index 000000000..5b541639e Binary files /dev/null and b/assets/images/boards/small/seeed_xiao_esp32c6.jpg differ diff --git a/assets/images/boards/small/seeed_xiao_esp32s3.jpg b/assets/images/boards/small/seeed_xiao_esp32s3.jpg new file mode 100644 index 000000000..7a1c9d82f Binary files /dev/null and b/assets/images/boards/small/seeed_xiao_esp32s3.jpg differ diff --git a/assets/images/boards/small/seeed_xiao_esp32s3_sense.jpg b/assets/images/boards/small/seeed_xiao_esp32s3_sense.jpg new file mode 100644 index 000000000..5bd5aad42 Binary files /dev/null and b/assets/images/boards/small/seeed_xiao_esp32s3_sense.jpg differ diff --git a/assets/images/boards/small/seeeduino_xiao_rp2350.jpg b/assets/images/boards/small/seeeduino_xiao_rp2350.jpg new file mode 100644 index 000000000..3604b6dc0 Binary files /dev/null and b/assets/images/boards/small/seeeduino_xiao_rp2350.jpg differ diff --git a/assets/images/boards/small/solderparty_esp32p4_stamp_xl.jpg b/assets/images/boards/small/solderparty_esp32p4_stamp_xl.jpg new file mode 100644 index 000000000..616a35d05 Binary files /dev/null and b/assets/images/boards/small/solderparty_esp32p4_stamp_xl.jpg differ diff --git a/assets/images/boards/small/solderparty_rp2350_stamp.jpg b/assets/images/boards/small/solderparty_rp2350_stamp.jpg new file mode 100644 index 000000000..9bf9eafd4 Binary files /dev/null and b/assets/images/boards/small/solderparty_rp2350_stamp.jpg differ diff --git a/assets/images/boards/small/solderparty_rp2350_stamp_xl.jpg b/assets/images/boards/small/solderparty_rp2350_stamp_xl.jpg new file mode 100644 index 000000000..2fb2fd486 Binary files /dev/null and b/assets/images/boards/small/solderparty_rp2350_stamp_xl.jpg differ diff --git a/assets/images/boards/small/sparkfun_pro_micro_rp2350.jpg b/assets/images/boards/small/sparkfun_pro_micro_rp2350.jpg new file mode 100644 index 000000000..cbc1cc96a Binary files /dev/null and b/assets/images/boards/small/sparkfun_pro_micro_rp2350.jpg differ diff --git a/assets/images/boards/small/sparkfun_thing_plus_rp2350.jpg b/assets/images/boards/small/sparkfun_thing_plus_rp2350.jpg new file mode 100644 index 000000000..681d401c7 Binary files /dev/null and b/assets/images/boards/small/sparkfun_thing_plus_rp2350.jpg differ diff --git a/assets/images/boards/small/spotpear_esp32c3_lcd_1_44.jpg b/assets/images/boards/small/spotpear_esp32c3_lcd_1_44.jpg new file mode 100644 index 000000000..1d412fcbc Binary files /dev/null and b/assets/images/boards/small/spotpear_esp32c3_lcd_1_44.jpg differ diff --git a/assets/images/boards/small/spotpear_esp32c3_lcd_1_69.jpg b/assets/images/boards/small/spotpear_esp32c3_lcd_1_69.jpg new file mode 100644 index 000000000..747ee01ab Binary files /dev/null and b/assets/images/boards/small/spotpear_esp32c3_lcd_1_69.jpg differ diff --git a/assets/images/boards/small/sqfmi_watchy.jpg b/assets/images/boards/small/sqfmi_watchy.jpg new file mode 100644 index 000000000..2960c6ff4 Binary files /dev/null and b/assets/images/boards/small/sqfmi_watchy.jpg differ diff --git a/assets/images/boards/small/st_nucleo_u575zi_q.jpg b/assets/images/boards/small/st_nucleo_u575zi_q.jpg new file mode 100644 index 000000000..29944f0fc Binary files /dev/null and b/assets/images/boards/small/st_nucleo_u575zi_q.jpg differ diff --git a/assets/images/boards/small/st_stm32h7b3i_dk.jpg b/assets/images/boards/small/st_stm32h7b3i_dk.jpg new file mode 100644 index 000000000..bde1cab9b Binary files /dev/null and b/assets/images/boards/small/st_stm32h7b3i_dk.jpg differ diff --git a/assets/images/boards/small/starfive_visionfive2.jpg b/assets/images/boards/small/starfive_visionfive2.jpg new file mode 100644 index 000000000..8953c36a8 Binary files /dev/null and b/assets/images/boards/small/starfive_visionfive2.jpg differ diff --git a/assets/images/boards/small/sunton_esp32_2424S012.jpg b/assets/images/boards/small/sunton_esp32_2424S012.jpg new file mode 100644 index 000000000..4fa7cf1e4 Binary files /dev/null and b/assets/images/boards/small/sunton_esp32_2424S012.jpg differ diff --git a/assets/images/boards/small/sunton_esp32_2432S024C.jpg b/assets/images/boards/small/sunton_esp32_2432S024C.jpg new file mode 100644 index 000000000..14c78a6e8 Binary files /dev/null and b/assets/images/boards/small/sunton_esp32_2432S024C.jpg differ diff --git a/assets/images/boards/small/sunton_esp32_2432S028.jpg b/assets/images/boards/small/sunton_esp32_2432S028.jpg new file mode 100644 index 000000000..02be9bdfb Binary files /dev/null and b/assets/images/boards/small/sunton_esp32_2432S028.jpg differ diff --git a/assets/images/boards/small/sunton_esp32_2432S032C.jpg b/assets/images/boards/small/sunton_esp32_2432S032C.jpg new file mode 100644 index 000000000..5dcac20c1 Binary files /dev/null and b/assets/images/boards/small/sunton_esp32_2432S032C.jpg differ diff --git a/assets/images/boards/small/sunton_esp32_8048S050.jpg b/assets/images/boards/small/sunton_esp32_8048S050.jpg new file mode 100644 index 000000000..b28e6f142 Binary files /dev/null and b/assets/images/boards/small/sunton_esp32_8048S050.jpg differ diff --git a/assets/images/boards/small/sunton_esp32_8048S070.jpg b/assets/images/boards/small/sunton_esp32_8048S070.jpg new file mode 100644 index 000000000..d8755d7ac Binary files /dev/null and b/assets/images/boards/small/sunton_esp32_8048S070.jpg differ diff --git a/assets/images/boards/small/supermini_nrf52840.png b/assets/images/boards/small/supermini_nrf52840.png index 5edf6ce88..f2f34ad9c 100644 Binary files a/assets/images/boards/small/supermini_nrf52840.png and b/assets/images/boards/small/supermini_nrf52840.png differ diff --git a/assets/images/boards/small/ttgo_t8_v1_7.jpg b/assets/images/boards/small/ttgo_t8_v1_7.jpg new file mode 100644 index 000000000..4b2dedde6 Binary files /dev/null and b/assets/images/boards/small/ttgo_t8_v1_7.jpg differ diff --git a/assets/images/boards/small/unexpectedmaker_edges3d.jpg b/assets/images/boards/small/unexpectedmaker_edges3d.jpg new file mode 100644 index 000000000..c27792f6a Binary files /dev/null and b/assets/images/boards/small/unexpectedmaker_edges3d.jpg differ diff --git a/assets/images/boards/small/unexpectedmaker_feathers3_neo.jpg b/assets/images/boards/small/unexpectedmaker_feathers3_neo.jpg new file mode 100644 index 000000000..cf322c27d Binary files /dev/null and b/assets/images/boards/small/unexpectedmaker_feathers3_neo.jpg differ diff --git a/assets/images/boards/small/unexpectedmaker_omgs3.jpg b/assets/images/boards/small/unexpectedmaker_omgs3.jpg new file mode 100644 index 000000000..40e135e13 Binary files /dev/null and b/assets/images/boards/small/unexpectedmaker_omgs3.jpg differ diff --git a/assets/images/boards/small/unexpectedmaker_rgbtouch_mini.jpg b/assets/images/boards/small/unexpectedmaker_rgbtouch_mini.jpg new file mode 100644 index 000000000..4c9374a9b Binary files /dev/null and b/assets/images/boards/small/unexpectedmaker_rgbtouch_mini.jpg differ diff --git a/assets/images/boards/small/vicharak_axon.jpg b/assets/images/boards/small/vicharak_axon.jpg new file mode 100644 index 000000000..375dd23ea Binary files /dev/null and b/assets/images/boards/small/vicharak_axon.jpg differ diff --git a/assets/images/boards/small/vicharak_vaaman.jpg b/assets/images/boards/small/vicharak_vaaman.jpg new file mode 100644 index 000000000..41622f844 Binary files /dev/null and b/assets/images/boards/small/vicharak_vaaman.jpg differ diff --git a/assets/images/boards/small/vidi_x.jpg b/assets/images/boards/small/vidi_x.jpg new file mode 100644 index 000000000..0b2d185df Binary files /dev/null and b/assets/images/boards/small/vidi_x.jpg differ diff --git a/assets/images/boards/small/vivid_unit.jpg b/assets/images/boards/small/vivid_unit.jpg new file mode 100644 index 000000000..c64293729 Binary files /dev/null and b/assets/images/boards/small/vivid_unit.jpg differ diff --git a/assets/images/boards/small/walnut_pi_1b.jpg b/assets/images/boards/small/walnut_pi_1b.jpg new file mode 100644 index 000000000..f345a6ffd Binary files /dev/null and b/assets/images/boards/small/walnut_pi_1b.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_c6_lcd_1_47.jpg b/assets/images/boards/small/waveshare_esp32_c6_lcd_1_47.jpg new file mode 100644 index 000000000..4ea06ee33 Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_c6_lcd_1_47.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_eth.jpg b/assets/images/boards/small/waveshare_esp32_s3_eth.jpg new file mode 100644 index 000000000..d00b41d86 Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_s3_eth.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_geek.jpg b/assets/images/boards/small/waveshare_esp32_s3_geek.jpg new file mode 100644 index 000000000..4037425a0 Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_s3_geek.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_lcd_1_47.jpg b/assets/images/boards/small/waveshare_esp32_s3_lcd_1_47.jpg new file mode 100644 index 000000000..bc7a14d72 Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_s3_lcd_1_47.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_matrix.jpg b/assets/images/boards/small/waveshare_esp32_s3_matrix.jpg new file mode 100644 index 000000000..8f78d6fca Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_s3_matrix.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_tiny.jpg b/assets/images/boards/small/waveshare_esp32_s3_tiny.jpg new file mode 100644 index 000000000..bf863f5dd Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_s3_tiny.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_touch_lcd_2.jpg b/assets/images/boards/small/waveshare_esp32_s3_touch_lcd_2.jpg new file mode 100644 index 000000000..5e315e971 Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32_s3_touch_lcd_2.jpg differ diff --git a/assets/images/boards/small/waveshare_esp32_s3_zero.png b/assets/images/boards/small/waveshare_esp32_s3_zero.png index 3e62276cb..e1034ece7 100644 Binary files a/assets/images/boards/small/waveshare_esp32_s3_zero.png and b/assets/images/boards/small/waveshare_esp32_s3_zero.png differ diff --git a/assets/images/boards/small/waveshare_esp32s3_lcd_1_28.jpg b/assets/images/boards/small/waveshare_esp32s3_lcd_1_28.jpg new file mode 100644 index 000000000..f34f3e6ea Binary files /dev/null and b/assets/images/boards/small/waveshare_esp32s3_lcd_1_28.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2040_geek.jpg b/assets/images/boards/small/waveshare_rp2040_geek.jpg new file mode 100644 index 000000000..a520bd92e Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2040_geek.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2040_one.jpg b/assets/images/boards/small/waveshare_rp2040_one.jpg new file mode 100644 index 000000000..d1d38fba3 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2040_one.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2040_pizero.jpg b/assets/images/boards/small/waveshare_rp2040_pizero.jpg new file mode 100644 index 000000000..8c79cbca2 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2040_pizero.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2040_tiny.jpg b/assets/images/boards/small/waveshare_rp2040_tiny.jpg index aaad140bb..ebc681199 100644 Binary files a/assets/images/boards/small/waveshare_rp2040_tiny.jpg and b/assets/images/boards/small/waveshare_rp2040_tiny.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_geek.jpg b/assets/images/boards/small/waveshare_rp2350_geek.jpg new file mode 100644 index 000000000..4df93fb32 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_geek.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_lcd_0_96.jpg b/assets/images/boards/small/waveshare_rp2350_lcd_0_96.jpg new file mode 100644 index 000000000..885737392 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_lcd_0_96.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_lcd_1_28.jpg b/assets/images/boards/small/waveshare_rp2350_lcd_1_28.jpg new file mode 100644 index 000000000..e6283fff9 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_lcd_1_28.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_one.jpg b/assets/images/boards/small/waveshare_rp2350_one.jpg new file mode 100644 index 000000000..4fee759ee Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_one.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_plus.jpg b/assets/images/boards/small/waveshare_rp2350_plus.jpg new file mode 100644 index 000000000..31349e35b Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_plus.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_tiny.jpg b/assets/images/boards/small/waveshare_rp2350_tiny.jpg new file mode 100644 index 000000000..672412b66 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_tiny.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_touch_lcd_1_28.jpg b/assets/images/boards/small/waveshare_rp2350_touch_lcd_1_28.jpg new file mode 100644 index 000000000..bbf6a53e1 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_touch_lcd_1_28.jpg differ diff --git a/assets/images/boards/small/waveshare_rp2350_zero.jpg b/assets/images/boards/small/waveshare_rp2350_zero.jpg new file mode 100644 index 000000000..90631abc3 Binary files /dev/null and b/assets/images/boards/small/waveshare_rp2350_zero.jpg differ diff --git a/assets/images/boards/small/weenoisemakers_noisenugget.jpg b/assets/images/boards/small/weenoisemakers_noisenugget.jpg new file mode 100644 index 000000000..faed7655a Binary files /dev/null and b/assets/images/boards/small/weenoisemakers_noisenugget.jpg differ diff --git a/assets/images/boards/small/wemos_lolin32_lite.jpg b/assets/images/boards/small/wemos_lolin32_lite.jpg new file mode 100644 index 000000000..cb9e3ad7b Binary files /dev/null and b/assets/images/boards/small/wemos_lolin32_lite.jpg differ diff --git a/assets/images/boards/small/wiznet_w5100s_evb_pico2.jpg b/assets/images/boards/small/wiznet_w5100s_evb_pico2.jpg new file mode 100644 index 000000000..07f9d8ad1 Binary files /dev/null and b/assets/images/boards/small/wiznet_w5100s_evb_pico2.jpg differ diff --git a/assets/images/boards/small/wiznet_w5500_evb_pico2.jpg b/assets/images/boards/small/wiznet_w5500_evb_pico2.jpg new file mode 100644 index 000000000..328214855 Binary files /dev/null and b/assets/images/boards/small/wiznet_w5500_evb_pico2.jpg differ diff --git a/assets/images/boards/small/wk_50.jpg b/assets/images/boards/small/wk_50.jpg new file mode 100644 index 000000000..d0ab996f2 Binary files /dev/null and b/assets/images/boards/small/wk_50.jpg differ diff --git a/assets/images/heroes/Gamer_Hero.png b/assets/images/heroes/Gamer_Hero.png index 52d96285b..f7d707e79 100644 Binary files a/assets/images/heroes/Gamer_Hero.png and b/assets/images/heroes/Gamer_Hero.png differ diff --git a/assets/images/heroes/OpenTrellis_Hero.png b/assets/images/heroes/OpenTrellis_Hero.png index c67802abf..27a23ed23 100644 Binary files a/assets/images/heroes/OpenTrellis_Hero.png and b/assets/images/heroes/OpenTrellis_Hero.png differ diff --git a/assets/images/heroes/PyPortal_Hero.png b/assets/images/heroes/PyPortal_Hero.png index 392609a74..f0019626e 100644 Binary files a/assets/images/heroes/PyPortal_Hero.png and b/assets/images/heroes/PyPortal_Hero.png differ diff --git a/assets/images/heroes/Trellis_Hero.png b/assets/images/heroes/Trellis_Hero.png index 6d640d449..1ec9813b7 100644 Binary files a/assets/images/heroes/Trellis_Hero.png and b/assets/images/heroes/Trellis_Hero.png differ diff --git a/assets/images/icons/brain-circuit.svg b/assets/images/icons/brain-circuit.svg new file mode 100644 index 000000000..fb2ec37d5 --- /dev/null +++ b/assets/images/icons/brain-circuit.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/images/icons/files.svg b/assets/images/icons/files.svg new file mode 100644 index 000000000..2a5dabe2c --- /dev/null +++ b/assets/images/icons/files.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/images/icons/microchip.svg b/assets/images/icons/microchip.svg new file mode 100644 index 000000000..805b79151 --- /dev/null +++ b/assets/images/icons/microchip.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/images/icons/terminal.svg b/assets/images/icons/terminal.svg new file mode 100644 index 000000000..f2431564c --- /dev/null +++ b/assets/images/icons/terminal.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/images/learn/sketch_drawing_toy.jpg b/assets/images/learn/sketch_drawing_toy.jpg new file mode 100644 index 000000000..cb1668964 Binary files /dev/null and b/assets/images/learn/sketch_drawing_toy.jpg differ diff --git a/assets/images/logo-dark.png b/assets/images/logo-dark.png new file mode 100644 index 000000000..efa4da768 Binary files /dev/null and b/assets/images/logo-dark.png differ diff --git a/assets/images/logo-dark@2x.png b/assets/images/logo-dark@2x.png new file mode 100644 index 000000000..62455c6e9 Binary files /dev/null and b/assets/images/logo-dark@2x.png differ diff --git a/assets/images/logo-dark@3x.png b/assets/images/logo-dark@3x.png new file mode 100644 index 000000000..8d7a28fc3 Binary files /dev/null and b/assets/images/logo-dark@3x.png differ diff --git a/assets/images/logo.png b/assets/images/logo.png index 435fd79f2..f5d1bca26 100644 Binary files a/assets/images/logo.png and b/assets/images/logo.png differ diff --git a/assets/images/logo@2x.png b/assets/images/logo@2x.png index 8770e0f6d..a8ca4e27e 100644 Binary files a/assets/images/logo@2x.png and b/assets/images/logo@2x.png differ diff --git a/assets/images/logo@3x.png b/assets/images/logo@3x.png index bf9d26c08..23358c6ee 100644 Binary files a/assets/images/logo@3x.png and b/assets/images/logo@3x.png differ diff --git a/assets/images/made_with_circuitpython.svg b/assets/images/made_with_circuitpython.svg new file mode 100644 index 000000000..14a4287bd --- /dev/null +++ b/assets/images/made_with_circuitpython.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/images/microcontrollers.png b/assets/images/microcontrollers.png index ad24a1f83..64d086c61 100644 Binary files a/assets/images/microcontrollers.png and b/assets/images/microcontrollers.png differ diff --git a/assets/images/microcontrollers@2x.png b/assets/images/microcontrollers@2x.png index b0c31d1ea..88dd033ba 100644 Binary files a/assets/images/microcontrollers@2x.png and b/assets/images/microcontrollers@2x.png differ diff --git a/assets/images/microcontrollers@3x.png b/assets/images/microcontrollers@3x.png index 024c4a74d..5dfc863be 100644 Binary files a/assets/images/microcontrollers@3x.png and b/assets/images/microcontrollers@3x.png differ diff --git a/assets/images/python.png b/assets/images/python.png index 2b1d98da1..227b842a5 100644 Binary files a/assets/images/python.png and b/assets/images/python.png differ diff --git a/assets/images/python@2x.png b/assets/images/python@2x.png index a108c1f30..f76928fa6 100644 Binary files a/assets/images/python@2x.png and b/assets/images/python@2x.png differ diff --git a/assets/images/python@3x.png b/assets/images/python@3x.png index 8d28caf5d..80ec2c7b8 100644 Binary files a/assets/images/python@3x.png and b/assets/images/python@3x.png differ diff --git a/assets/images/raspberry_pi.png b/assets/images/raspberry_pi.png index 526aba921..f5de9ac55 100644 Binary files a/assets/images/raspberry_pi.png and b/assets/images/raspberry_pi.png differ diff --git a/assets/images/raspberry_pi@2x.png b/assets/images/raspberry_pi@2x.png index c708f0266..9bb2928bc 100644 Binary files a/assets/images/raspberry_pi@2x.png and b/assets/images/raspberry_pi@2x.png differ diff --git a/assets/images/raspberry_pi@3x.png b/assets/images/raspberry_pi@3x.png index a901d9476..180e154a7 100644 Binary files a/assets/images/raspberry_pi@3x.png and b/assets/images/raspberry_pi@3x.png differ diff --git a/assets/javascript/download.js b/assets/javascript/download.js index 21b5c6e53..267729b9f 100644 --- a/assets/javascript/download.js +++ b/assets/javascript/download.js @@ -46,7 +46,9 @@ function updateFileLinks(option, language) { files.forEach(function(file) { var extension = file.substr(file.lastIndexOf('.') + 1); parentNode.querySelector(".download-button." + extension).href = file; - parentNode.querySelector(".installer-button").setAttribute(extension + "file", file); + if (parentNode.querySelector(".installer-button") !== null){ + parentNode.querySelector(".installer-button").setAttribute(extension + "file", file); + } }); } diff --git a/assets/javascript/downloads.js b/assets/javascript/downloads.js index d49837492..072772bfc 100644 --- a/assets/javascript/downloads.js +++ b/assets/javascript/downloads.js @@ -350,18 +350,38 @@ function filterResults() { } else { download.style.display = 'block'; board_count++; + // exact tag match re-order + if (downloadsSearch.searchTerm !== null && downloadsSearch.searchTerm !== undefined) { + let searched = downloadsSearch.searchTerm.toLowerCase(); + let tags = download.dataset.tags?.split(",") || []; + if (searched !== "" && tags.indexOf(searched) >= 0) { + let parent = download.parentElement; + parent.removeChild(download); + parent.prepend(download); + } + } } }); document.getElementById("board_count").innerHTML = board_count; } function handleSortResults(event) { + let searched; + if (downloadsSearch.searchTerm !== null && downloadsSearch.searchTerm !== undefined) { + searched = downloadsSearch.searchTerm.toLowerCase(); + } var sortType = event.target.value; setURL('sort-by', sortType); var downloads = document.querySelector('.downloads-section'); Array.prototype.slice.call(downloads.children) .map(function (download) { return downloads.removeChild(download); }) .sort(function (a, b) { + // exact tag match re-order + if (searched !== undefined && searched !== "" && + a.dataset.tags.split(",").indexOf(searched) >= 0){ + + return -2; + } switch(sortType) { case 'alpha-asc': return a.dataset.name.localeCompare(b.dataset.name); @@ -419,7 +439,9 @@ function shouldDisplayDownload(download, displayedManufacturers, displayedMcufam for (const term of downloadsSearch.searchTerm.toLowerCase().split(" ")) { - if (!downloadData.includes(term)) { + if (! + (downloadData.includes(term) || + downloadData.includes(term.replaceAll("-", "")))) { return false; } } diff --git a/assets/sass/base/_base.scss b/assets/sass/base/_base.scss index e460b99d0..eb463801b 100644 --- a/assets/sass/base/_base.scss +++ b/assets/sass/base/_base.scss @@ -1,6 +1,9 @@ -body { - font-family: "Proxima Nova","Montserrat","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif; - background-color: #ebebeb; +@use "variables"; + +body { + font-family: "Proxima Nova", "Montserrat", "Lucida Grande", + "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; + background-color: #f0f0f0; } a { @@ -11,7 +14,11 @@ a { clear: both; } -h1, h2, h3, h4, h5 { +h1, +h2, +h3, +h4, +h5 { font-weight: 500; } @@ -27,7 +34,7 @@ a.purple-button-link { color: #fff; border-radius: 5px; border: none; - background-color: $purple; + background-color: variables.$purple; i { padding-left: 10px; @@ -35,14 +42,15 @@ a.purple-button-link { } fieldset { - border: 0; + border: 0; - legend { - font-size: 1.5em; - font-weight: 500; - } + legend { + font-size: 1.5em; + font-weight: 500; + } } -input.filter-checkbox, label { - cursor: pointer; +input.filter-checkbox, +label { + cursor: pointer; } diff --git a/assets/sass/base/_mixins.scss b/assets/sass/base/_mixins.scss index 1a4199a68..70a5aa312 100644 --- a/assets/sass/base/_mixins.scss +++ b/assets/sass/base/_mixins.scss @@ -1,3 +1,6 @@ +@use "sass:color"; +@use "variables"; + @mixin readable-content { display: grid; grid-template-columns: @@ -5,7 +8,7 @@ [main-start] minmax(0, 1300px) [main-end] minmax(15px, 1fr) [full-end]; - &> * { + & > * { grid-column: main; } } @@ -13,15 +16,19 @@ @mixin rounded-button { display: inline-block; font-size: 18px; - padding: 7px 50px 7px 50px; + padding: 15px 40px; color: #fff; font-weight: 500; - border-radius: 50px; - border: 3px solid #fff; + border-radius: 10px; + background-color: variables.$purple; &:hover { - color: #000; - background-color: #fff; + color: #fff; + background-color: color.adjust( + variables.$purple, + $lightness: -10%, + $space: hsl + ); } } diff --git a/assets/sass/base/_variables.scss b/assets/sass/base/_variables.scss index 8ffdfb052..0540d5361 100644 --- a/assets/sass/base/_variables.scss +++ b/assets/sass/base/_variables.scss @@ -1,27 +1,28 @@ $purple: #652f8f; $pink: #e90e8b; $gray: #999999; +$dark-gray: #333333; $gray-border: #cecece; // derived from bootstrap variables // Extra small screen / phone -$screen-xs: 480px !default; -$screen-phone: $screen-xs !default; +$screen-xs: 480px !default; +$screen-phone: $screen-xs !default; // Small screen / tablet -$screen-sm: 768px !default; -$screen-tablet: $screen-sm !default; +$screen-sm: 768px !default; +$screen-tablet: $screen-sm !default; // Medium screen / desktop -$screen-md: 1024px !default; -$screen-desktop: $screen-md !default; +$screen-md: 1024px !default; +$screen-desktop: $screen-md !default; // Large screen / wide desktop -$screen-lg: 1366px !default; -$screen-lg-desktop: $screen-lg !default; +$screen-lg: 1366px !default; +$screen-lg-desktop: $screen-lg !default; // So media queries don't overlap when required, provide a maximum -$screen-xs-max: ($screen-sm - 1) !default; -$screen-sm-max: ($screen-md - 1) !default; -$screen-md-max: ($screen-lg - 1) !default; +$screen-xs-max: ($screen-sm - 1) !default; +$screen-sm-max: ($screen-md - 1) !default; +$screen-md-max: ($screen-lg - 1) !default; diff --git a/assets/sass/layout/_grid.scss b/assets/sass/layout/_grid.scss index 6a21f9e8c..b3cad17ad 100644 --- a/assets/sass/layout/_grid.scss +++ b/assets/sass/layout/_grid.scss @@ -1,22 +1,12 @@ -.common-layout { - padding: 20px 0 200px 0; - - display: grid; - grid-template-columns: - [full-start] minmax(1em, 1fr) - [main-start] minmax(0, 80em) [main-end] - minmax(1em, 1fr) [full-end]; - grid-row-gap: 1em; +@use "../base/mixins"; - &> * { - grid-column: main; - } +.common-layout { + padding-bottom: 20px; + @include mixins.readable-content; .content { background-color: #fff; - border: 1px solid #cecece; - border-radius: 5px; - padding: 40px; - + border-radius: 25px; + padding: 20px; } } diff --git a/assets/sass/layout/_header.scss b/assets/sass/layout/_header.scss index 6fd51d43c..8fb501511 100644 --- a/assets/sass/layout/_header.scss +++ b/assets/sass/layout/_header.scss @@ -1,48 +1,42 @@ +@use "sass:color"; +@use "../base/mixins"; +@use "../base/variables"; + #site-header { display: grid; - grid-template-rows: 40px 1fr 3px; + grid-template-rows: 40px 1fr; grid-column: full; - &> * { - display: grid; - - grid-template-columns: - [full-start] minmax(1em, 1fr) - [main-start] minmax(0, 80em) [main-end] - minmax(1em, 1fr) [full-end]; - - &> * { - grid-column: main; - } - } - .wrapper { - background-color: #333333; - height: 100px; + @include mixins.readable-content; } .content { display: grid; - padding-bottom: 20px; - } - - a.active { - color: #fff; + background-color: #fff; + height: 100px; + border-radius: 25px; + padding: 0 25px; + margin: 20px 0; } } .top-navigation { - background-color: #151515; - padding-top: 10px; - + background-color: variables.$dark-gray; + @include mixins.readable-content; + .navigation { - display: flex; - align-items: flex-end; - justify-content: flex-end; + margin-left: 15px; + padding: 10px; a { font-size: 16px; color: #aaa; + margin-right: 40px; + + &.active { + color: #fff; + } &:hover { color: #fff; @@ -60,27 +54,32 @@ transform: translateY(0%); } } - - &> a { - margin-left: 40px; - } - &> span { - margin-left: 35px; - a { - margin-left: 5px; - } - } } } .site-brand { - width: 100%; + position: relative; display: flex; + width: 100%; flex-direction: row; - align-items: flex-end; + align-items: center; + justify-content: space-between; + + .get-started { + flex: 1; + display: flex; + justify-content: flex-end; + + a { + @include mixins.rounded-button; + } + } } .site-logo { + flex-basis: 1; + display: flex; + justify-content: center; } .site-banner { @@ -92,34 +91,38 @@ } } -.get-started { - margin-left: auto; - padding-bottom: 10px; - - a { - @include rounded-button; - } -} - .site-navigation { - padding: 0 0 10px 0; - font-size: 18px; + flex: 1; + display: flex; + justify-content: flex-start; + padding: 0; + font-size: 20px; + font-weight: 500; a { - margin-left: 40px; - color: #aaa; + margin-right: 30px; + color: variables.$purple; + white-space: nowrap; + + &.active { + color: variables.$dark-gray; + } &:hover { - color: #fff; + color: variables.$dark-gray; } } } -.bottom-bar { - background-color: #e71c8c; +@media (max-width: variables.$screen-md-max) { + .site-navigation { + display: grid; + grid-template-columns: 1fr 1fr; + grid-gap: 10px; + } } -@media (max-width: $screen-xs-max) { +@media (max-width: variables.$screen-xs-max) { #site-header { display: none !important; } diff --git a/assets/sass/layout/_header_mobile.scss b/assets/sass/layout/_header_mobile.scss index 891a9b0ac..db1565d2c 100644 --- a/assets/sass/layout/_header_mobile.scss +++ b/assets/sass/layout/_header_mobile.scss @@ -1,8 +1,11 @@ +@use "../base/variables"; + #mobile-header { - background-color: #333; + background-color: variables.$dark-gray; .header-contents { padding: 9px 5px 5px 8px; + margin-bottom: 20px; } /* screen reader only */ @@ -13,7 +16,7 @@ padding: 0; margin: -1px; overflow: hidden; - clip: rect(0,0,0,0); + clip: rect(0, 0, 0, 0); border: 0; } @@ -60,9 +63,8 @@ } } -@media (min-width: $screen-xs-max) { +@media (min-width: variables.$screen-xs-max) { #mobile-header { display: none !important; } } - diff --git a/assets/sass/pages/_awesome.scss b/assets/sass/pages/_awesome.scss index da9979679..b20e3bed9 100644 --- a/assets/sass/pages/_awesome.scss +++ b/assets/sass/pages/_awesome.scss @@ -1,3 +1,5 @@ +@use "../base/variables"; + #awesome-page { .content { p { @@ -5,8 +7,8 @@ } h2 { - border-bottom: 1px solid $gray-border; - padding-bottom: .3em; + border-bottom: 1px solid variables.$gray-border; + padding-bottom: 0.3em; margin-bottom: 16px; margin-top: 24px; } @@ -14,7 +16,7 @@ ul { margin-bottom: 16px; li { - margin-top: .25em; + margin-top: 0.25em; } } } diff --git a/assets/sass/pages/_common.scss b/assets/sass/pages/_common.scss index 04c094823..3dbd4c6be 100644 --- a/assets/sass/pages/_common.scss +++ b/assets/sass/pages/_common.scss @@ -1,3 +1,5 @@ +@use "../base/variables"; + #common-page { h1 { text-align: center; @@ -8,8 +10,8 @@ } h2 { - border-bottom: 1px solid $gray-border; - padding-bottom: .3em; + border-bottom: 1px solid variables.$gray-border; + padding-bottom: 0.3em; margin-bottom: 16px; margin-top: 24px; } @@ -17,9 +19,7 @@ ul { margin-bottom: 16px; li { - margin-top: .25em; + margin-top: 0.25em; } } } - - diff --git a/assets/sass/pages/_contributing.scss b/assets/sass/pages/_contributing.scss index 25a5df736..0cb97aa95 100644 --- a/assets/sass/pages/_contributing.scss +++ b/assets/sass/pages/_contributing.scss @@ -1,3 +1,5 @@ +@use "../base/variables"; + #contributing-page { .tabbed-navigation { list-style: none; @@ -15,7 +17,7 @@ text-decoration: none; padding: 0.5em 0.5em; font-weight: bold; - border-bottom: 0.5em solid $gray-border; + border-bottom: 0.5em solid variables.$gray-border; &.active { border-color: #000; @@ -24,7 +26,7 @@ } } - ul.issues-list{ + ul.issues-list { li { .issue-label { border-radius: 2em; diff --git a/assets/sass/pages/_download.scss b/assets/sass/pages/_download.scss index 10ab3e50e..1ca5147ff 100644 --- a/assets/sass/pages/_download.scss +++ b/assets/sass/pages/_download.scss @@ -1,23 +1,26 @@ +@use "../base/variables"; + #download-page { - padding: 50px 0 200px 0; + padding: 0 0 200px 0; display: grid; - grid-template-columns: - [full-start] minmax(1em, 1fr) - [main-start] minmax(0, 80em) [main-end] - minmax(1em, 1fr) [full-end]; - grid-row-gap: 0.5em; + grid-template-columns: + [full-start] minmax(1em, 1fr) + [main-start] minmax(0, 80em) [main-end] + minmax(1em, 1fr) [full-end]; + grid-row-gap: 0.5em; - &> * { + & > * { grid-column: main; } - h1, h3 { + h1, + h3 { margin: 0; font-weight: 500; } h3 { - font-size: 22px; + font-size: 28px; font-weight: 500; margin: 0 0 10px 0; } @@ -28,28 +31,48 @@ grid-column-gap: 1em; grid-row-gap: 1em; grid-auto-rows: minmax(min-content, max-content); + font-size: 18px; - .section { - border: 1px solid #cecece; - background-color: #fff; - border-radius: 5px; - padding: 20px; - margin-bottom: 1em; - } + .image-section { + position: relative; + margin-bottom: 20px; - .details { img { + display: inline-block; width: 100%; + border-radius: 25px; + } + + h1 { + position: absolute; + bottom: 20px; + left: 15px; + right: 15px; + font-size: 22px; + font-weight: 400; + color: #fff; + padding: 10px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 10px; } } + .section { + background-color: #fff; + border-radius: 25px; + padding: 20px; + margin-bottom: 20px; + } + .download { - a.download-button, a.download-button-unrecommended, button[is="cp-install-button"] { + a.download-button, + a.download-button-unrecommended, + button[is="cp-install-button"] { display: inline-block; width: auto; padding: 15px 30px 15px 30px; color: #fff; - border-radius: 5px; + border-radius: 10px; border: none; cursor: pointer; @@ -58,6 +81,13 @@ } } + .install-instructions { + display: block; + width: 100%; + text-align: center; + margin: 1.5em 0; + } + .download-details { display: grid; grid-template-columns: repeat(2, 1fr); @@ -66,30 +96,32 @@ .language-select { float: left; margin-right: 1em; - border-radius: 5px; - border: 2px solid $gray; + border-radius: 10px; + border: 2px solid variables.$gray; overflow: hidden; height: 45px; position: relative; display: block; } - select{ + select { height: 45px; width: 100%; padding: 5px; border: 0; font-size: 16px; - -webkit-appearance: none; + -webkit-appearance: none; -moz-appearance: none; appearance: none; } .language-select:after { content: "\f0dc"; - font-family: 'Font Awesome 5 Free'; + font-family: "Font Awesome 5 Free"; font-weight: 900; padding: 15px 8px; - position: absolute; right: 0; top: 0; + position: absolute; + right: 0; + top: 0; background: #fff; z-index: 1; text-align: center; @@ -99,59 +131,76 @@ box-sizing: border-box; } + details { + summary { + color: #fff; + margin-top: 1em; + padding: 0.7em; + border-radius: 10px; + background-color: variables.$gray; + cursor: pointer; + } + + .download-modules { + // three column grid + display: grid; + grid-template-columns: repeat(3, 1fr); + font-size: 12px; + padding-top: 1em; + } + } + .stable { .language-select { - border-color: $purple; + border-color: variables.$purple; } .language-select:after { - color: $purple; + color: variables.$purple; } - a.download-button, a.download-button-unrecommended { - background-color: $purple; - } - - .download-modules { - color: $purple; + a.download-button, + a.download-button-unrecommended { + background-color: variables.$purple; } } .unstable { .language-select { - border-color: $purple; + border-color: variables.$purple; + } + .language-select:after { + color: variables.$purple; } - .language-select:after { - color: $purple; - } - a.download-button, a.download-button-unrecommended { - background-color: $purple; + a.download-button, + a.download-button-unrecommended { + background-color: variables.$purple; } - a.download-button:hover, a.download-button-unrecommended:hover { - background-color: $purple; - } - .download-modules { - color: $purple; + a.download-button:hover, + a.download-button-unrecommended:hover { + background-color: variables.$purple; } } .unrecommended { - .language-select:after { - color: $purple; - } + .language-select:after { + color: variables.$purple; + } - a.download-button, a.download-button-unrecommended { - background-color: $purple; + a.download-button, + a.download-button-unrecommended { + background-color: variables.$purple; } } button[is="cp-install-button"] { - color: $purple; + color: variables.$purple; background-color: transparent; - border: 2px solid $purple; + border: 2px solid variables.$purple; } .download-buttons { - a, button { + a, + button { width: 100%; height: 49px; padding: 0; @@ -169,7 +218,8 @@ display: flex; flex-direction: column; align-items: flex-start; - a, button { + a, + button { margin-bottom: 1em; &:last-child { margin-bottom: 0; @@ -180,19 +230,20 @@ } } -@media (max-width: $screen-lg) { +@media (max-width: variables.$screen-lg) { #download-page .download-section { - grid-template-columns: 1fr 1fr; + grid-template-columns: repeat(2, minmax(0, 1fr)); } } -@media (max-width: $screen-md) { +@media (max-width: variables.$screen-md) { #download-page { .download-section { - grid-template-columns: 1fr 1fr; + grid-template-columns: repeat(2, minmax(0, 1fr)); .download { - .download-details { + .download-details, + .release-details { grid-template-columns: repeat(1, 1fr); } @@ -205,7 +256,7 @@ } } -@media (max-width: $screen-xs-max) { +@media (max-width: variables.$screen-xs-max) { #download-page .download-section { grid-template-columns: 1fr; } diff --git a/assets/sass/pages/_downloads.scss b/assets/sass/pages/_downloads.scss index 43029c1d2..68ab8b00e 100644 --- a/assets/sass/pages/_downloads.scss +++ b/assets/sass/pages/_downloads.scss @@ -1,21 +1,25 @@ +@use "sass:color"; +@use "../base/mixins"; +@use "../base/variables"; + #downloads-page { - padding: 50px 0 200px 0; + padding-bottom: 200px; display: grid; - grid-template-columns: - [full-start] minmax(1em, 1fr) - [main-start] minmax(0, 80em) [main-end] - minmax(1em, 1fr) [full-end]; - grid-row-gap: 1em; + grid-template-columns: + [full-start] minmax(1em, 1fr) + [main-start] minmax(0, 80em) [main-end] + minmax(1em, 1fr) [full-end]; + grid-row-gap: 1em; - &> * { + & > * { grid-column: main; } h1 { - + margin-bottom: 0; } - &> p { + & > p { font-size: 1.2em; margin-top: 0; } @@ -33,7 +37,7 @@ position: relative; &:before { - font-family: 'Font Awesome\ 5 Free'; + font-family: "Font Awesome\ 5 Free"; font-size: 24px; font-weight: 900; color: #652f8f; @@ -49,8 +53,8 @@ width: 100%; height: 50px; padding: 15px; - border-radius: 5px; - border: 3px solid $purple; + border-radius: 10px; + border: 3px solid variables.$purple; box-sizing: border-box; } } @@ -61,14 +65,18 @@ padding: 12px; font-size: 24px; color: #fff; - background-color: $purple; + background-color: variables.$purple; float: left; - border-radius: 5px; + border-radius: 10px; border: none; cursor: pointer; &:hover { - background-color: darken($purple, 15%); + background-color: color.adjust( + variables.$purple, + $lightness: -10%, + $space: hsl + ); } } } @@ -81,7 +89,7 @@ span { padding: 5px 7px 5px 7px; margin-left: 5px; - background-color: $purple; + background-color: variables.$purple; color: #fff; border-radius: 5px; font-size: 14px; @@ -108,11 +116,11 @@ minmax(1em, 1fr) [full-end]; grid-column-gap: 0.5em; background-color: #fff; - border-top: 1px solid $gray-border; - border-bottom: 1px solid $gray-border; + border-top: 1px solid variables.$gray-border; + border-bottom: 1px solid variables.$gray-border; padding: 20px; - &> div { + & > div { grid-column: main; display: grid; grid-template-columns: repeat(3, minmax(200px, 1fr)); @@ -148,14 +156,18 @@ button { width: 50px; height: 50px; - background-color: $purple; + background-color: variables.$purple; color: #fff; border: none; border-radius: 5px; cursor: pointer; &:hover { - background-color: darken($purple, 15%); + background-color: color.adjust( + variables.$purple, + $lightness: -10%, + $space: hsl + ); } } } @@ -169,22 +181,22 @@ .download { height: 100%; + border-radius: 10px; .img-responsive-4by3 { height: 0; - overflow: hidden; - padding-top: 75%; + padding-bottom: 100%; position: relative; - width: 100%; - } - img { - position: absolute; - top: 50%; - left: 50%; - max-width: 100%; - max-height: 100%; - transform: translate(-50%, -50%); + img { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; + } } a { @@ -193,20 +205,12 @@ justify-content: space-between; height: 100%; background-color: #fff; - padding: 5px 5px 0px 5px; color: #000; - border: 1px solid $gray-border; - margin: 1px; - border-radius: 5px; - - &:hover { - border-radius: 5px; - margin: 0px; - border: 2px solid #e90e8b; - } + border-radius: 25px; + overflow: hidden; .details { - margin-left: 3px; + padding: 10px 20px 10px 20px; } .features { @@ -217,12 +221,11 @@ padding: 3px 5px 3px 5px; margin: 5px 5px 0px 0px; color: #fff; - background-color: $purple; + background-color: variables.$purple; border-radius: 5px; text-transform: capitalize; } } - } h3 { @@ -232,9 +235,13 @@ } } } + .manufacturers ul { + max-height: 300px; + overflow-y: scroll; + } } -@media (max-width: $screen-md) { +@media (max-width: variables.$screen-md) { #downloads-page { .downloads-section { grid-template-columns: repeat(2, minmax(200px, 1fr)); @@ -242,7 +249,7 @@ } } -@media (max-width: $screen-xs-max) { +@media (max-width: variables.$screen-xs-max) { #downloads-page { .downloads-inputs { .downloads-search { @@ -257,7 +264,7 @@ } } .downloads-section { - grid-template-columns: repeat(1, 1fr); + grid-template-columns: repeat(1, 100%); } } } diff --git a/assets/sass/pages/_espinstaller.scss b/assets/sass/pages/_espinstaller.scss index eba43a248..fb8aad281 100644 --- a/assets/sass/pages/_espinstaller.scss +++ b/assets/sass/pages/_espinstaller.scss @@ -1,3 +1,5 @@ +@use "../base/variables"; + .cp-installer-dialog { min-width: 300px; min-height: 100px; @@ -30,7 +32,7 @@ content: ' '; height: 25px; width: 2px; - background-color: #333; + background-color: variables.$dark-gray; } &:before { transform: rotate(45deg); diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss index 2df9850cf..bf8b140c5 100644 --- a/assets/sass/pages/_home.scss +++ b/assets/sass/pages/_home.scss @@ -1,229 +1,216 @@ +@use "../base/mixins"; +@use "../base/variables"; + #home-page { - @include readable-content; grid-row-grap: 1em; - background-color: #fff; - - .promotion-banner { - display: flex; - grid-column: full; - justify-content: center; - background-color: #000; - } + @include mixins.readable-content; - .headline-banner { - grid-column: full; - - background-color: #fff; - position: relative; - overflow: hidden; - width: 100%; - height: 800px; - - @media (max-width: $screen-sm) { - margin-bottom: 30px; - } - - .image-headline { - object-fit: cover; - width: 100%; - height: 100%; - } + .two-column-content { + display: grid; + grid-template-columns: 1fr 1fr; + grid-gap: 20px; + margin-bottom: 20px; .text { - color: white; - font-weight: 400; - - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - - @include readable-content; - grid-template-rows: 1fr 1fr 1fr 8fr; - - &> * { - grid-column: main; + aspect-ratio: 1/1; + background-color: #fff; + border-radius: 25px; + padding: 40px; + + h1 { + font-size: 3.5em; + font-weight: 500; + margin: 0 0 0.5em 0; } - .title, .tagline { - span { - line-height: 1.40; - margin-left: 16px; - padding: 5px 0; - opacity: 0.9; - - box-decoration-break: clone; - -webkit-box-decoration-break: clone; - } + h2 { + margin-top: 0; } - .title { - width: 75%; - grid-column: 2; - grid-row: 2; - font-size: 64px; - font-weight: bold; - margin-bottom: 15px; + .tagline { + font-size: 1.5em; + font-weight: 400; + margin-bottom: 1em; } - .tagline { - width: 40%; - grid-column: 2; - grid-row: 3; - font-size: 24px; + .get-started { + a { + @include mixins.rounded-button; + } } } - &.supported-section { - height: 680px; - text-align: center; + .image { + position: relative; - .text { - grid-template-rows: 4fr 1fr 1fr 4fr; + img { + aspect-ratio: 1/1; + object-fit: cover; + width: 100%; + height: auto; + border-radius: 25px; + } - .title, .tagline { - width: 100%; + .image-title { + position: absolute; + bottom: 25px; + left: 20px; + right: 20px; + display: flex; + flex-direction: row; + justify-content: space-between; + + span { + align-self: flex-end; + padding-right: 20px; + + p { + vertical-align: bottom; + color: #fff; + padding: 10px; + margin: 0; + font-size: 24px; + border-radius: 10px; + background-color: rgba(0, 0, 0, 0.7); + + a { + color: #fff; + text-decoration: none; + + &:visited { + color: #fff; + } + } + } } + img { + height: 90px; + width: 90px; + aspect-ratio: auto; + object-fit: none; + background-color: rgba(0, 0, 0, 0.7); + border-radius: 10px; + } } } } - .banner { - grid-column: full; - text-align: center; - padding: 20px 55px 20px 55px; - margin-bottom: 5px; - - h2 { - color: #fff; - } - - &.purple { - background-color: #63338f; - } - - p { - font-size: 28px; - color: #fff; + .one-column-content { + background-color: #fff; + border-radius: 25px; + margin-bottom: 20px; + padding: 50px; + font-size: 18px; + + h2, + h3 { + padding-top: 0; + margin-top: 0; } - } - .content { - text-align: center; - margin: 100px 0 100px 0; + section { + display: grid; + grid-template-columns: 1fr 2fr; + column-gap: 70px; + + .icon-block { + display: grid; + grid-template-columns: 1fr 1fr; + grid-auto-rows: 1fr; + column-gap: 70px; + } - &.short { - margin: 50px 0 50px 0; + .icon-block > div { + display: grid; + grid-template-columns: 40px 1fr; + row-gap: 40px; + column-gap: 20px; + } } - h2 { - width: 75%; - margin: 20px auto; - font-size: 2em; + .get-started { + a { + @include mixins.rounded-button; + } } + } +} +@media only screen and (max-width: variables.$screen-md-max) { + #home-page { + .two-column-content { + .text { + padding: 20px; - p { - font-size: 24px; - width: 75%; - margin: 0 auto; - padding-bottom: 20px; - } + h1 { + font-size: 2.5em; + } - .home-table { - display: grid; - grid-template-columns: repeat(3, 1fr); - grid-column-gap: 1em; - grid-row-gap: 1em; - margin-bottom: 20px; - - .item { - h3 { - font-size: 24px; + h2 { + font-size: 1.5em; + margin-top: 0; } - p { - font-size: 18px; + .tagline { + font-size: 1.2em; } } } } - - a.action-link { - @include rounded-button; - - &.include-gap { - margin-top: 50px; - } - } } -@media only screen and (max-width: $screen-md-max) { - #home-page { - .headline-banner { - @include img-overlay; - } +@media only screen and (max-width: variables.$screen-md) { + .hidden-tablet { + display: none; } -} -@media only screen and (max-width: $screen-xs-max) { #home-page { - padding: 0; - grid-template-columns: - [full-start] minmax(0em, 1fr) - [main-start] minmax(0, 80em) [main-end] - minmax(0em, 1fr) [full-end]; - - .headline-banner { - height: 400px; - margin-bottom: 0; - + .two-column-content { .text { - .title { - text-align: center; - font-size: 26px; - width: 100%; + padding: 20px; - span { - margin-left: 0; - } + h1 { + font-size: 1.5em; + margin: 0; + padding: 0; } - .tagline { - text-align: center; - width: 100%; - - span { - margin-left: 0; - } + h2 { + font-size: 1.2em; } + .tagline { + font-size: 1em; + margin: 0; + padding: 0; + } } - - @include img-overlay; - - img.pinball { - object-fit: fill; + .image .image-title img { + display: none; } + } + } +} + +@media only screen and (max-width: variables.$screen-xs-max) { + #home-page { + .two-column-content { + grid-template-columns: 1fr; - &.supported-section { - height: 400px; + .text { + aspect-ratio: auto; } } - .content { - border: none; - border-radius: 0; - padding: 40px 10px 0 10px; - margin: 20px 0 20px 0 !important; - .home-table { - grid-template-columns: repeat(2, 1fr); - grid-row-gap: 0em; - } + .one-column-content { + section { + display: grid; + grid-template-columns: repeat(1, 1fr); + column-gap: 20px; - h1, p { - width: 100%; + .icon-block { + grid-template-columns: repeat(1, 1fr); + } } } } diff --git a/awesome-circuitpython b/awesome-circuitpython index 016eedaaf..21edca3c3 160000 --- a/awesome-circuitpython +++ b/awesome-circuitpython @@ -1 +1 @@ -Subproject commit 016eedaaf00afa89a6ae1858bd9aa05a7d61e1a4 +Subproject commit 21edca3c366122d84ab26d4875b5aa137b636f54 diff --git a/bin/dev b/bin/dev new file mode 100755 index 000000000..0b939de00 --- /dev/null +++ b/bin/dev @@ -0,0 +1 @@ +RUBYOPT="--enable=yjit" bundle exec jekyll serve --incremental --livereload --trace diff --git a/downloads.html b/downloads.html index 6d95a4bbd..016ba5e8a 100644 --- a/downloads.html +++ b/downloads.html @@ -4,7 +4,6 @@ permalink: /downloads excerpt: CircuitPython supported boards. --- -

Downloads

diff --git a/index.html b/index.html index 0cd3e0b67..b1fc2fa34 100644 --- a/index.html +++ b/index.html @@ -3,171 +3,145 @@ ---
- {% comment %} -
- - CircuitPython Day August 19, 2022 Details - -
- {% endcomment %} -
-
- hero image +
-
The easiest way to program microcontrollers
+

The easiest way to program microcontrollers

- +

CircuitPython is a programming language designed to simplify experimenting and learning to code on low-cost microcontroller boards. - +

-
-
- - -
- hero image -
-
Supported by all of the best microcontrollers
- + {% assign learn_block_index = 0 %} + {% include index/learn_block.html index=learn_block_index %}
-
+
-

More reasons to use CircuitPython

-
-
-

Quick and Easy

-

- Create a file, edit your code, save the file, and it runs immediately. - There is no compiling or uploading needed. -

-
-
-

Beginner Friendly

-

- CircuitPython is designed with education in mind. It's an easy way to start - learning how to code and you get immediate feedback from the board. -

-
-
-

Easy Code Updates

-

- Since your code lives on the disk drive, you can edit it whenever you - like. You can even keep multiple files around for easy experimentation. -

+
+

When we say easy, we mean it.

+

+ With CircuitPython, no desktop downloads are required. Just set up your board and start coding via code.circuitpython.org over USB, WiFi, or Bluetooth. +

+

+ Create a file, edit your code, save the file, and it runs immediately. There is no compiling needed. +

+
+
+
+ Brain Circuit Icon +
+

Beginner Friendly

+

+ CircuitPython is designed with education in mind. It's an easy way to start learning how to code and you get immediate feedback from the board. +

+
-
-

Serial Console + REPL

-

- These features allow for live feedback from your code and interactive programming. -

+
+ Microchip Icon +
+

File Storage

+

+ The internal storage for CircuitPython makes it great for data-logging, playing audio clips, and otherwise interacting with files. +

+
-
-

File Storage

-

- The internal storage for CircuitPython makes it great for data-logging, - playing audio clips, and otherwise interacting with files. -

+
+ Files Icon +
+

Easy Code Updates

+

+ Since your code lives on the disk drive, you can edit it whenever you + like. You can even keep multiple files around for easy experimentation. +

+
-
-

Strong Hardware Support

-

- There are many libraries and drivers for sensors, breakout boards - and other external components. -

+
+ Terminal Icon +
+

Serial Console + REPL

+

+ These features allow for live feedback from your code and interactive programming. +

+
-
- hero image +
+ {% assign learn_block_index = learn_block_index | plus: 1 %} + {% include index/learn_block.html index=learn_block_index %}
-
The simple way to build something amazing
+

Easily manage and use over 500+ Python libraries.

+
+

+ Python is the fastest growing programming language. It's taught in schools and universities. It's a high-level programming language which means it's designed to be easier to read, write and maintain. It supports modules and packages which means it's easy to reuse your code for other projects. It has a built-in interpreter which means there are no extra steps, like compiling, to get your code to work. And of course, Python is Open Source Software which means it's free for anyone to use, modify or improve upon. +

+

+ CircuitPython adds hardware support to all of these amazing features. If you already have Python knowledge, you can easily apply that to using CircuitPython. If you have no previous experience, it's really simple to get started! +

+
-
-
- Python Logo -

CircuitPython is based on Python

-

- Python is the fastest growing programming language. It's taught in schools - and universities. It's a high-level programming language which means it's - designed to be easier to read, write and maintain. It supports modules and - packages which means it's easy to reuse your code for other projects. It - has a built-in interpreter which means there are no extra steps, like - compiling, to get your code to work. And of course, Python is Open Source - Software which means it's free for anyone to use, modify or improve upon. -

-

- CircuitPython adds hardware support to all of these amazing features. If you - already have Python knowledge, you can easily apply that to using CircuitPython. - If you have no previous experience, it's really simple to get started! -

-
-
- -
- hero image +
-
280+ libraries all written in Python
+

Supported by all of the best microcontrollers

+
+

+ CircuitPython is now supported by over 600 microcontroller boards. With so many to choose from, there is sure to be a perfect board for your next project. +

+
+
+ {% assign learn_block_index = learn_block_index | plus: 1 %} + {% include index/learn_block.html index=learn_block_index %}
-
-
- Raspberry Pi +
+ {% assign learn_block_index = learn_block_index | plus: 1 %} + {% include index/learn_block.html index=learn_block_index %} +

CircuitPython libraries on single board computers

-

- Most CircuitPython libraries also work on single board computers (SBCs), such as the Raspberry Pi. - Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython. - Our CPython Blinka library provides CircuitPython's low-level hardware APIs, such as `digitalio`. -

-

- Blinka and CircuitPython libraries are just a `pip install` away. -

-
+
+

+ Most CircuitPython libraries also work on single board computers (SBCs), such as the Raspberry Pi. Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython. Our CPython Blinka library provides CircuitPython's low-level hardware APIs, such as `digitalio`. +

+

+ Blinka and CircuitPython libraries are just a `pip install` away. +

+
+ +
-