#adafruit-github-feed
1 messages ยท Page 10 of 1
68c5d7c Add the Waveshare ESP32-C6 LCD 1.47 Board - bwshockley
bfad81e Merge branch 'master' of https://github.com/bws... - bwshockley
8d8a310 Update pins.c - bwshockley
25ef665 Merge pull request #9984 from bwshockley/master - dhalbert
d526f4a canio: Add HAL for i.MX RT10xx chips - SamantazFox
1a9b7e5 canio: Add support to teensy 4.1 board - SamantazFox
3483d73 canio: mimxrt10xx: Add some debug code - SamantazFox
62ea6f9 canio: mimxrt10xx: Fix inverted byte order in C... - SamantazFox
7d302b9 canio: mimxrt10xx: Fix CAN frame reception - SamantazFox
16575fc Added Distortion and DistortionMode classes... - relic-se
46ebae1 Remove separate DistortionMode code files. - relic-se
3a16daf Remove audiofilters.DistortionMode.ATAN - relic-se
1008dd5 Simplify audiofilters.DistortionMode.LOFI sam... - relic-se
37b6b70 Fix error with null sample handling in `audiofi... - relic-se
31f7889 raspberrypi: Update usb_host for newer PIO reso... - jepler
53d8da6 raspberrypi: usb_host: Allow swapped DP/DM pin ... - jepler
a2bf8fe Use SDK API function to turn PIO index into PIO... - jepler
2eed793 Pull in Pico-PIO-USB changes for pio2 - jepler
c3989b2 Merge pull request #9999 from jepler/rp2-usb-ho... - dhalbert
a3b32b8 lwIP: Use tlsf for all memory allocations, redu... - eightycc
e3773a9 lwIP: Switch to Adafruit branch of lwIP. - eightycc
acfdfcb lwIP: Update to official v2.2.1 plus Adafruit s... - eightycc
f14e5ce lwIP: Remove extraneous include <stdbool>. - eightycc
ed1a44d Merge pull request #10027 from eightycc/issue-9837 - tannewt
4ba61d0 synthio: Introduce, use the AnyBiquad type - jepler
cd321fe Use properties construct helper to simplify blo... - jepler
ffae82d Simplify audiofilter construction through bette... - jepler
8b20c84 Audiofilter: Add support for block biquads - jepler
6b82498 BlockBiquad: Add shelf & peaking eq filters wit... - jepler
cda7678 experimentally run a different clang-format - jepler
eee4b4b undo one edit that ci doesn't like - jepler
f80daa5 GFXcanvas: Allow subclass to take charge of buf... - jepler
41d285f Deploy docs to GitHub Pages from commit f80daa51c9 - Doxygen CI
2bd071e Translated using Weblate (French) - FK-sauve
f3fbfd1 Merge remote-tracking branch 'origin/main' - weblate
5a3c44e Merge remote-tracking branch 'origin/main' - weblate
83d31c6 Translated using Weblate (French) - Noel Gaetan
caab5f3 Translated using Weblate (English (United Kingd... - andibing
2c4630c Update library.properties - BlitzCityDIY
87e1550 Update library.properties - BlitzCityDIY
cdaccdb Add CIRCUITPY_TERMINAL_SCALE settings.toml para... - RetiredWizard
2ba8d26 disable scaling for small M0 builds - RetiredWizard
64ff25b define new parameter in compile flags - RetiredWizard
43b90ac Use CIRCUITPY_FULL_BUILD to reduce size of m0 b... - RetiredWizard
bda348a add the samd CIRCUITPY_GETPASS default back in - RetiredWizard
3c4dede Update mpconfigboard.mk - cmarxmeier
ed79248 Remove frozen library altogether - dhalbert
678f387 Merge pull request #10146 from cmarxmeier/patch-1 - tannewt
cb57d45 fix neopixel colors GRB on waveshare_esp32_c6_l... - Neradoc
a8b55b4 Fix analogbufio.BufferedIn pin validation on RP... - dhalbert
953b7a1 Merge pull request #10204 from Neradoc/fix-neop... - dhalbert
23c4627 clean up .pre-commit-config.yaml - dhalbert
aa580ea use CYW43_DEFAULT_PIN_WL_CLOCK when checking fo... - dhalbert
05a50b8 Initial replacement of old Biquad with Block... - relic-se [2e018ce](https://github.com/adafruit/circuitpython/commit/2e018ceb39c09da7d4e85a74339c3de9e3dbcb4f) Updated formatting - relic-se [d26b14f](https://github.com/adafruit/circuitpython/commit/d26b14f700ba31de6ae06ddf4964a23ffd107542) Updated translations - relic-se [1f5b32c](https://github.com/adafruit/circuitpython/commit/1f5b32cdf21ed67a6f16d45e1d23bdf1129c3b93) Remove temporary backup files - relic-se [723edc9`](https://github.com/adafruit/circuitpython/commit/723edc9abb51903607cd9b0f50986176a4824bd6) Remove temporary backup files from shared-bindings - relic-se
71962eb Some peripheral support for the Daisy Seed stm3... - snkYmkrct
6ac1e5b SDRAM code refactoring - snkYmkrct
f72fffd function rename _add_sdram_to_heap and small re... - snkYmkrct
e3c4aeb Fix NULL pointer exception in audiopwmio - snkYmkrct
330480d fix for peripheral clock read on stm32h7 - snkYmkrct
28a7b51 Allow boards to select device HCI or native HCI... - eightycc
33e8140 Fixup Espressif BLEIO_NATIVE flag. - eightycc
077ef74 Merge branch '9.2.x' into bleio-build-fix - eightycc
d36477c Update recently added CIRCUITPY_BLEIO flags for... - eightycc
ed3ccfd Update module support matrix to include new ble... - eightycc
3c6056f Implement BOOTSEL button entry to safe mode for... - eightycc
fd9af91 Fix CI errors by adding CIRCUITPY_BOOT_BUTTON_N... - eightycc
821b984 Factor out duplicate code. - eightycc
c6038a6 Fix another CI error, missed committing an update. - eightycc
4d81b53 Update CIRCUITPY_BOOT_BUTTON_NO_GPIO to 0/1 for... - eightycc
47c9fc1 Always update echo_buffer_len during recalcu... - relic-se [57391fa](https://github.com/adafruit/circuitpython/commit/57391fa44b4ff2070eabed9245af18393a928611) Unify echo_buffer_posregardless offreq_shi... - relic-se
feee74a Improve right channel logic. - relic-se
7d0e72e Unify echo buffer channel splitting. - relic-se
7d8e41f Merge pull request #10252 from relic-se/audiode... - gamblor21
89b9149 adding feather rp2350 adalogger - BlitzCityDIY
7b7b10a Update ports/raspberrypi/boards/adafruit_feathe... - BlitzCityDIY
eae8d2a Update ports/raspberrypi/boards/adafruit_feathe... - BlitzCityDIY
10b1087 Update ports/raspberrypi/boards/adafruit_feathe... - BlitzCityDIY
c9b8197 Update ports/raspberrypi/boards/adafruit_feathe... - dhalbert
97950a5 Add missing linker fragment esp32c3.rom.eco3_b... - eightycc [b00a617](https://github.com/adafruit/circuitpython/commit/b00a617384d682bb953250bc01f5c39a57223db4) Merge branch 'adafruit:main' into issue-10016 - eightycc [df7903d`](https://github.com/adafruit/circuitpython/commit/df7903ddb284f3dff3ca8a5bc575309ebf021b2a) Merge pull request #10321 from eightycc/issue-1... - tannewt
7b12bc8 Fix port_get_raw_ticks() for these ports: - eightycc
fcf7df8 Improve mp_hal_delay_ms by implementing subtick... - eightycc
61071cb Improve update to mp_hal_delay_ms: - eightycc
b05e80e Make supervisor_get_raw_subticks a static funct... - eightycc
07ec0c6 Merge pull request #10315 from eightycc/issue-9693 - tannewt
01da5c7 make TilePaletteMapper accept TileGrid as arg, ... - FoamyGuy
f2de64c set partial_change flag from mark_tile_dirty - FoamyGuy
eb7fc97 fix docstring triple quote. - FoamyGuy
1b894c5 fix TileGrid type in docstring - FoamyGuy
6f9b534 Merge branch 'main' into tilepalettemapper_tile... - FoamyGuy