#adafruit-github-feed
1 messages ยท Page 19 of 1
9de46f3 [supervisor/shared/rgb_led_status.c] Initial su... - C47D
5610e05 Fix up nrf so that it is initialized properly. ... - tannewt
fae1039 [rgb led status] Add CP_RGB_STATUS_PWM_INVERTED... - C47D
324cbe4 [rgb status] Also invert the pwm values on clea... - C47D
40fbac1 [rgb status] Adjust to current brightness - C47D
bb02087 Replaced the "GFX DMA IS ENABLED" pragma messag... - Tijgerd
9b8b1d4 Deploy code docs to GitHub Pages Travis build: 247 - Travis CI
6797ec6 Add support for grayscale displays that are < 8... - tannewt
e4611b6 Update translations - tannewt
cdfc169 Correct typo in line meant to turn off frequenc... - tannewt
b9b9ef2 Turn off bitbanging on Hallowing to save code s... - tannewt
1d1b870 Review feedback including NO_BRIGHTNESS_COMMAND... - tannewt
a1db6c4 [Draft] Add check to travis to make sure new bo... - C47D
b279d6b [travis new boards check] We now have two lists... - C47D
ae41bb3 [travis new boards check] sort both lists of bo... - C47D
fc15941 [travis new boards check] Exit with failure if ... - C47D
22c265b [travis check new boards] Reduce code logic to ... - C47D
f1256c0 add script to gather module support matrix info... - sommersoft
4342383 add jinja extension; update shared-bindings/ind... - sommersoft
9ccebb0 run support matrix script on travis - sommersoft
42ed841 fix late-night directory snafu - sommersoft
7378744 update regex module use to be python3.5 compatible - sommersoft
e873acd Merge pull request #304 from adafruit/develop - ladyada
68cc733 Added a couple delete operators to make std=gnu... - kevinfrei
b4043ee Merge pull request #312 from kevinfrei/master - hathach
d04f9ae update tinyusb stack to support vendor - hathach
68812ef Merge branch 'master' into develop - hathach
5705388 Make Serial::read and dependant functions 8-bit... - pyro9
d7de810 Add availableForWrite method to Serial. - pyro9
378e1be Change int to int32_t by request for merge. - pyro9
4eca9f8 Use tu_fifo_remaining instead of tu_fifo_count - pyro9
e785fa0 Merge pull request #308 from pyro9/fix_serial - hathach
56f710f Add board support for keithp.com SnekBoard - keith-packard
7736e71 Add snekboard to .travis.yml - keith-packard
326df70 Fix snekboard names - keith-packard
4387ecf Update snekboard PID to official value - keith-packard
9a37c8a boards/snekboard: Add pin aliases for UART and I2C - keith-packard
54cde56 audiopwmio: Add the shared files for this new m... - jepler
7b9d26c WavFile.h: include vfs_fat.h for pyb_file_obj_t... - jepler
2bc704f ports/nrf: factor out routines for allocating, ... - jepler
a183425 ports/nrf: Implement audioio.AudioOut using PWM - jepler
324d312 make translate - jepler
f67f7b7 Merge pull request #313 from adafruit/develop - ladyada
6d5edf0 add support for Particle Xenon - nsamala
59712df Merge pull request #316 from adafruit/develop - hathach
69c9eff update changelog, increase version to 0.12.0 - hathach
64b5555 Merge pull request #317 from nsamala/master - ladyada
6253f11 samd: audio_dma_stop: Clear out audio_dma_state[] - jepler
8b71795 samd: audio_dma: wrap dma_{en,dis}able_channel ... - jepler
39c64bf samd: audio_dma_stop: don't free invalid channel - jepler
500d1bb samd: audio_dma.c: Remove exceptions, just retu... - jepler
33b949a samd: audio_dma, audio_background: Gate with CI... - jepler
1cf58b5 express.py: adapt to 'audiocore' in circuitpyth... - jepler
516d237 Merge pull request #66 from jepler/audiocore - tannewt
28ca05c allow discovery from central or peripheral - dhalbert
83129b8 BLE: peripheral client pairing (not yet bonding... - dhalbert
91d791a cleanup adapter.address; add uniquish suffix to... - dhalbert
ee518b9 Merge remote-tracking branch 'adafruit/master' ... - dhalbert
7ce3776 WIP: rework of Characteristic properties; enhan... - dhalbert
4d32f10 Create โGravity Pulls Pixelโ program - dcbriccetti
037bf97 Move other advanced example to examples/advance... - dcbriccetti
1029dbd Replace space with _ in advanced examples - dcbriccetti
6861b08 Change Travis configuration to include subdirec... - dcbriccetti
d7f8814 Merge pull request #67 from dcbriccetti/gravity... - kattni
76446f6 BLE HID WIP: works everywhere except iOS; fixed... - dhalbert
0364f1d remove some debugging prints - dhalbert
a72bcab Merge remote-tracking branch 'adafruit/master' ... - dhalbert
19c59b4 bleio: API change to create and connect related... - dhalbert
f17059b another API rework: less abstraction leakage - dhalbert
d87bfaf Add random dithering to ColorConverter - matthewnewberg
3ab6a23 Removed unused return value in displayio_colorc... - matthewnewberg
4604a69 Move dither parameter to ColorConverter constru... - matthewnewberg
b2fb5ac Fix comment on color converter - matthewnewberg
8e55232 Use kwargs for dither in ColorConverter constru... - matthewnewberg
e3073d2 add ability to change SPI speed after init - Ladyada
605dc71 Deploy code docs to GitHub Pages Travis build: 251 - Travis CI
d9c8460 py/obj.c: This can be long-running, run backgro... - jepler
676f7aa os_listdir: This can be long-running, run backg... - jepler
932ac09 stream_readall: This can be long-running, run b... - jepler
70daf00 In py/, must guard uses of RUN_BACKGROUND_TASKS - jepler
523025c Merge remote-tracking branch 'origin/master' in... - jepler
341428b Added SPEAKER pin to HalloWing M4 for code comp... - makermelissa
b7598f7 Merge branch 'master' of https://github.com/ada... - makermelissa
9a74bf9 Added TFT pins to HalloWing M4 for code compati... - makermelissa
67c35bb Merge pull request #2166 from makermelissa/master - makermelissa
2a41855 reduce task stack size - hathach
e400dc8 fix newlib nano _sbrk() is not linked for check... - hathach
e57a039 suspend callback task when reszing, still there... - hathach
31ed8a4 improve ada callback, return false if there is ... - hathach
940e902 BLECharacteristic falls back to immed call if a... - hathach
c3dda7c add parsing for 'MINIMAL/DEFAULT'; process incl... - sommersoft
c53ad5f Merge branch 'master' of https://github.com/ada... - sommersoft
01ec3b9 use 'any()' vs 'len == 1 & == False' - sommersoft
22b7050 Merge pull request #2180 from sommersoft/suppor... - tannewt
5a2f820 Implement SPI flash settings, bugfix for SPI pi... - hierophect
9aa6d21 Add some definitions for when F412 can be imple... - hierophect
86305bf Make all errors value errors - hierophect
5a61948 Timeout fix for I2C device testing - hierophect
8a4bbae Fix typo causing parsing error - hierophect
9a6ab51 remove serial1 - ladyada
ec12be5 Merge branch 'master' of github.com:adafruit/Ar... - ladyada
1e9a669 change Tone on samd51 to be TC0 so we can use h... - ladyada
1efed72 bump to add new boards, fix servo and tone - ladyada
4dc9d4f Update code to avoid comparisons between signed... - henrygab
9de7595 Ensure stack variable fields are initialized, p... - henrygab
44599b6 Fix another warning caused by comparison betwee... - henrygab
e92d18e Fix warning caused by conditional expression th... - henrygab
bcf88a8 Fix typo from null to nullptr. - henrygab
0d96f19 mp_binary_get_int: avoid undefined behavior - jepler
46b6870 gc_alloc: Remove redundant 'collected' assignment - jepler
85f0048 mp_bytecode_print_str: avoid undefined behavior - jepler
8fbe19b mp_obj_instance_make_new: avoid undefined behavior - jepler
cd0ed65 mp_obj_instance_make_new: clearer way to avoid ... - jepler
c1ab248 return chip vcc value - dhalbert
fdd7ebe change calibration from analogin_reset() to ana... - dhalbert
eca7343 Merge remote-tracking branch 'adafruit/master' ... - dhalbert
a0d18ac add dummy common_hal_mcu_processor_get_voltage(... - dhalbert
b80048b Merge pull request #2213 from dhalbert/cpu-voltage - tannewt
44ebc4c establish stringcar m0 express definitions - CedarGroveStudios
b04a218 initial load of stringcar m0 express defs - CedarGroveStudios
bd608e0 remove placeholder - CedarGroveStudios
f1ab9aa add def for AT25SF161-SSHD-T 2MiB SPI flash chip - CedarGroveStudios
2b9bb78 add stringcar_m0_express to boards list - CedarGroveStudios
8dbe7d9 Merge pull request #349 from adafruit/develop - hathach
4dc9d4f Update code to avoid comparisons between signed... - henrygab
9de7595 Ensure stack variable fields are initialized, p... - henrygab
44599b6 Fix another warning caused by comparison betwee... - henrygab
e92d18e Fix warning caused by conditional expression th... - henrygab
061e85b fix servo to work on our boards - ladyada
d340ce9 update example to use new define, fix build error - hathach
c4e7aea better use nrf spi with dma for drawing pixels ... - hathach
e64ace4 Deploy code docs to GitHub Pages Travis build: 256 - Travis CI
c17d80a Removed building locally section from README, r... - dherrada
f5667a8 Removed building locally section from README, r... - dherrada
b726925 Removed building locally section from README, r... - dherrada
a4d0e17 Removed building locally section from README, r... - dherrada
853de6c Added PyPi installation instructions - dherrada
9715821 Added PyPi installation instructions - dherrada
1b91a17 fix SAMD21 definition and turn on DMA for CPX (... - ladyada
ad8230f Deploy code docs to GitHub Pages Travis build: 263 - Travis CI
30c9ad2 Update Spresense SDK to 1.4.1 - kamtom480
96756b3 Add functions to get top and limit stack - kamtom480
f3151bb Use get top and limit stack functions - kamtom480
4338511 Add get top and limit functions for Spresense - kamtom480
e2cb29f Change default stack size to 64kiB for Spresense - kamtom480
b2633f9 cleaner serial start - ladyada
0f4cda3 Merge branch 'master' of github.com:adafruit/Ad... - ladyada
e708de0 Revert "try to import bitbangio if busio SPI is... - siddacious
6ed148d Revert "Allow devices to be passed in, instead ... - siddacious
80025fe added binary bootloader for itsy - hathach
7625042 update changelog and version, ready to release - hathach
e47aafb rev A design - tested! - Ladyada
bdb2c82 use high drive H0H1 for SCK and MOSI for better... - hathach
74b2463 add second hardware i2c as Wire1 for cplaygroun... - hathach
a1259bb Merge pull request #361 from adafruit/spi-highd... - ladyada
e8c27ee Merge branch 'master' into itsynrf52840 - ladyada