#adafruit-github-feed
1 messages ยท Page 24 of 1
07740d1 add bigram compression to makeqstrdata - jepler
f1c7389 locales: Replace NBSP characters with true spaces - jepler
c34cb82 makeqstrdata: correct range of low code points ... - jepler
cbfd38d Rename functions to encode_ngrams / decode_ngrams - jepler
bdb07ad translations: Make decompression clearer - jepler
eac639a Merge pull request #16 from adafruit/main - DavePutz
a44c09e Merge pull request #17 from adafruit/main - DavePutz
1f75953 Merge pull request #19 from adafruit/main - DavePutz
0311c34 Merge pull request #21 from adafruit/main - DavePutz
43aef8a Merge pull request #22 from adafruit/main - DavePutz
8d27533 Make sure SPI lock is free initially - siehputz
7c162cd Merge pull request #24 from adafruit/main - DavePutz
918a473 Merge pull request #25 from DavePutz/main - DavePutz
24a18c6 Moved SPI unlock to reset_board_busses() - siehputz
61e1c90 Merge branch 'issue3266' of https://github.com/... - siehputz
4733a67 Add GDB debugging capability - hierophect
be19998 Merge remote-tracking branch 'upstream/main' in... - hierophect
f95ad7b Fix reset pin null reference, construct error n... - hierophect
ecc219f Merge remote-tracking branch 'upstream/main' in... - hierophect
e504438 Remove unlicensed file, fix reset pin type check - hierophect
4888cdc update tinyusb core to commit e7b892095f2bb5d8b... - hathach
0614a4a update tinyusb core - hathach
40ab5c6 compression: Implement ciscorn's dictionary app... - jepler
15964a4 makeqstrdata: Avoid encoding problems - jepler
d18d79a Small improvements to the dictionary compression - ciscorn
9abfc51 Merge pull request #3 from ciscorn/dict-comp - jepler
d9e336d supervisor translate: explain the dictionary - jepler
de0afcd add ci_check_duplicate_usb_vid_pid.py; checks t... - sommersoft
8e64b12 build.yml: add step to run tools/ci_check_dupli... - sommersoft
c7b6d35 ci_check_duplicate_usb_vid_pid.py: update docst... - sommersoft
023054e Merge branch 'main' of https://github.com/adafr... - sommersoft
5d158d8 ci_check_duplicate_usb_vid_pid.py: change 'whit... - sommersoft
183649a samd: move mcu_find_pin_function to header - jepler
e7a213a py: Add enum helper code - jepler
a2e1867 _canio: Minimal implementation for SAM E5x MCUs - jepler
65ca1c7 _canio: Message: Setting data should set the si... - jepler
37af9dd Listener: fix doc markup, include in globals of... - jepler
f21dc25 Initial commit bool column_and_page_addressing - mdroberts1243
08189ed Quirk coded up for ...set_region_to_update - mdroberts1243
5536e57 Changes to compile cleanly - mdroberts1243
5a176c2 Removed redundant send of page setting - mdroberts1243
06a3d15 Mostly-working-version with comments - mdroberts1243
e114b5a fixes showing OnDiskBitmap with adafruit_sdcard - FoamyGuy
ff1a90a Merge branch 'adafruit_main' into sdcard_odb_fix - FoamyGuy
d1bda47 removing top level displayio background check - FoamyGuy
422a7d4 remove remaining top level displayio background... - FoamyGuy
be6e6ea Merge pull request #3449 from FoamyGuy/sdcard_o... - tannewt
fad2d91 increase serial buffer (helps with bno08x uart!) - ladyada
a029d61 Merge branch 'master' of github.com:adafruit/Ar... - ladyada
fa095b3 Merge branch 'master' of github.com:adafruit/Ar... - ladyada
4c6d754 fix https://github.com/adafruit/ArduinoCore-sam... - ladyada
176b337 rgbmatrix: validate width= constructor parameter - jepler
e4b9c16 rgbmatrix: Check that the number of rgb pins is... - jepler
e477d27 Update shared-bindings/rgbmatrix/RGBMatrix.c - jepler
c27e385 Merge branch 'main' into framebuffer-zero-size - tannewt
92d1509 Merge pull request #3485 from jepler/framebuffe... - tannewt
66b8559 Change submodule, rework all includes - hierophect
e01e8dd Revert HAL refactor changes to avoid USB breaki... - hierophect
9a3bd82 Update TinyUSB include compatibility - hierophect
0d7552b Update ESP-IDF to newer fixed fork - hierophect
8c428a3 Merge pull request #3492 from hierophect/esp32-... - tannewt
70a94c8 fix for https://github.com/adafruit/circuitpyth... - ladyada
40a3d11 Merge pull request #3535 from ladyada/main - jepler
d5c8e55 Add AnalogIO - hierophect
9ac0aae Merge remote-tracking branch 'upstream/main' in... - hierophect
b5f8321 Merge branch 'esp32-analogin' into esp32-analogout - hierophect
5af1e05 Fix strange merge submodule edit - hierophect
b435ef0 Merge remote-tracking branch 'upstream/main' in... - hierophect
d94d2d2 Add async/await syntax to FULL_BUILD - WarriorOfWire
f5f1e29 disable async/await on a several small ucontrol... - WarriorOfWire
5cadf52 fix missing cflag defeating the board gating - WarriorOfWire
bf849ff async def syntax rigor and await magic method - WarriorOfWire
5d96afc i do not know if this is needed but this is not... - WarriorOfWire
4270061 Moved ORDEREDDICT define to central location - gamblor21
e6d0b20 Removed MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDI... - gamblor21
0a9bcc5 Removed ordered dict for all SAMD21 - gamblor21
f6f8956 Remove ordered dict from SAMD21 - gamblor21
f1e8f2b Merge pull request #3554 from gamblor21/move_or... - dhalbert
82b49af enable CIRCUITPY_BLEIO_HCI on non-nRF boards wh... - dhalbert
f51e75c cxd56 needed more precise include for __packed;... - dhalbert
1d05ad6 no _bleio for litex; ESP32S2 defines BIT() already - dhalbert
12ed3fc disable on winterbloom_sol and thunderpack - dhalbert
6e355ec Merge pull request #3560 from dhalbert/pervasiv... - tannewt
f876b13 Fix clipping in fast H/V lines on canvases - PaintYourDragon
1459233 clang-format fix - PaintYourDragon
2d7f6aa Deploy code docs to GitHub Pages Travis build: - Doxygen CI
396979a atmel-samd: parallelize lto linking - jepler
aa3c890 samd: pin: Fix 'undefined reference to pin_PA30' - jepler
4b9fc5d samd: update peripherals submodule - jepler
eb0b023 samd: extend IGNORE_PIN_foo to all sam e5x/e5x ... - jepler
194d99f sparkfun_lumidrive: Can't IGNORE pins that are ... - jepler
04ffd0d Add gateway, subnet, and rssi info for current ... - astrobokonon
bc8863a Simplify now that I have it working - astrobokonon
2fa269c Additional error handling - astrobokonon
a77966a Try to reuse/share existing objects - astrobokonon
b9968ea Merge branch 'main' of https://github.com/adafr... - astrobokonon
57b4492 displayio: Pass transparent_color to ColorConve... - jensechu
b359e29 displayio: Add make_transparent and make_opaque... - jensechu
3370196 displayio: Add make_transparent to ColorConverter - jensechu
de9ea47 Merge branch 'main' into color-converter-transp... - jensechu
2517e4b displayio: ColorConverter handle if opaque colo... - jensechu
b9e308c Adding Wroom and Wrover board files - Targett363
f38e868 Actually adding Wrover board files this time - Targett363
7495428 Putting the Saola Wrover files back and adding ... - Targett363
cd93534 Updating the build.yml to include both Module C... - Targett363
ead0d51 Commenting out Neopixel in pins.c - Targett363
dc10e96 Update CONTRIBUTING.md - Edrig
7cf776d Update CONTRIBUTING.md - Edrig
5deb045 Ready to PR - Edrig
cfaa02e Fix error - Edrig
d0426b3 Update pins.c - Edrig
1117eda Fix erroneous claim of board.I2C() by deinited ... - cwalther
f4f80e0 Fix lost board.SPI and board.I2C after being us... - cwalther
99a3750 Fix lost board.SPI and board.I2C after explicit... - cwalther
563a893 Merge pull request #3603 from cwalther/boardspi - tannewt
59b9ca4 matrixportal ESP TX and RX pins were swapped - dhalbert
6a63d20 Fixing remaining stub mypy issues + run check-s... - sw23
8e72b68 Adding mypy to dep list and clarifying Stubs st... - sw23
1f179b3 Adding socket and socketpool class attributes - sw23
88fcf4e Removing implementation-specific values for soc... - sw23
9bf7790 Merge pull request #3622 from sw23/main - tannewt
1762a36 restore analogio to feather_m0_rfm9x/rfm69 builds - jerryneedell
a3f60e1 Merge pull request #3630 from jerryneedell/jerr... - dhalbert
1f7a3f0 Rev C Feather M4 CAN pin changes - dhalbert
9765b2c Merge pull request #3636 from dhalbert/feather-... - ladyada
441c2c4 Merge pull request #3641 from adafruit/6.0.x - tannewt
09a1737 lcd_backlight is not used for the RGB LCD - taotien
fe3a1fc Copied example from other RBG simpletest, uses ... - taotien
e51a3db Put everything in while loop, ran black - Dylan Herrada
961d9c6 Ran black on character_lcd.py - Dylan Herrada
849d352 Merge pull request #51 from taotien/master - dherrada
b98835a Translated using Weblate (Chinese (Pinyin)) - hexthat
062f4b9 Merge branch 'origin/main' into Weblate. - weblate
838f66d Merge branch 'origin/main' into Weblate. - weblate
142f281 Merge branch 'origin/main' into Weblate. - weblate
60c608b Merge pull request #3721 from weblate/weblate-c... - jepler
f61f8f9 EPaperDisplay: add rotation property - jepler
9a642fc samd21: Enable terse error reporting on resourc... - jepler
331aa6e displayio: When the display is tall, move blink... - jepler
0556f9f Revert "samd21: Enable terse error reporting on... - jepler
d5f6748 Use mp_raise instead of nlr_raise(new_exception... - jepler
7fd73c7 Initial UDP work. Need to test - tannewt
d16d27a Merge remote-tracking branch 'tannewt/esp32s2_u... - hierophect
21ca1b8 Merge remote-tracking branch 'upstream/main' in... - hierophect
0bbdf05 Implement recvfrom_into and sendto for UDP - hierophect
8ffd973 Merge remote-tracking branch 'upstream/main' in... - hierophect
dad69b1 fixing scaling calc from issue #34 - siddacious
e81eb28 Deploy code docs to GitHub Pages Travis build: - Doxygen CI
58606c5 Fix -Wunused-parameter warnings (#328) - bxparks
99c5d92 Deploy code docs to GitHub Pages Travis build: - Doxygen CI
e2b7fe3 Merge branch 'main' of https://github.com/adafr... - askpatrickw
e2c833a Merge branch 'main' of https://github.com/adafr... - askpatrickw
1d37d3f Merge branch 'main' of https://github.com/adafr... - askpatrickw
10d735d Merge branch 'main' of https://github.com/adafr... - askpatrickw
737828c Merge branch 'main' of https://github.com/adafr... - askpatrickw