#adafruit-github-feed
1 messages ยท Page 16 of 1
52a1154 fix OneWire timing and DigitalInOut.switch_to_i... - dhalbert
b4fd77b fix nrf and esp8266 builds for OneWire fix - dhalbert
2a0b857 implement mp_hal_delay_us() to not need interru... - dhalbert
7028a39 remove previously added esp8266/mphalport.{c,h} - dhalbert
7c9a0e2 remove unnecessary extern in nrf/mphalport.c - dhalbert
de4cd1e add pins D3/D4 to pins.c - jerryneedell
dbf1a2f allow '/' to be mounted on '/' from Python code - dhalbert
5ae8094 Merge pull request #953 from dhalbert/allow-mou... - tannewt
b14d13e nrf: Remove leftovers from stm32 code copy - arturo182
2f1e678 nrf: Rewrite the SPI common-hal using nrfx - arturo182
388f554 nrf: Rewrite the DigitalInOut hal using nRFx - arturo182
e875f4e Merge pull request #1002 from arturo182/nrfx_gpio - tannewt
1163462 nrf: Remove the old time hal and replace with nRFx - arturo182
2c63fb2 nrf: Remove the random hal and module - arturo182
eab00ff nrf: Remove even more unused files - arturo182
456cb4a fix PWM max_value type cause incorrect servo be... - hathach
91edcf6 fix windows user name with space when uploading... - hathach
ebb199c fixed fastio for esp, undef for anything else - ladyada
6408609 Deploy code docs to GitHub Pages Travis build: 5 - Travis CI
cf1e1b0 woops turns out some SPI displays dont use this... - ladyada
6875eaa Deploy code docs to GitHub Pages Travis build: 8 - Travis CI
7f2d117 fix inlineing complaints for writepixel - ladyada
f5d1521 Deploy code docs to GitHub Pages Travis build: 11 - Travis CI
b2cc77a woops accidentally slowed down bitbang SPI - ladyada
175203d Deploy code docs to GitHub Pages Travis build: 13 - Travis CI
7be0b49 Allow obscure-but-needed case of no TFT chip se... - PaintYourDragon
7eba457 Deploy code docs to GitHub Pages Travis build: 17 - Travis CI
d5cd53a More DMA WIP, still kinda off - PaintYourDragon
6b53436 DM: fix some feather m4 adc pins - deanm1278
1f3de51 Freeze Adafruit_CircuitPython_Crickit into cric... - dhalbert
f5df3d3 add Crickit library to docs/drivers.rst - dhalbert
d98701c updates crickit and motor frozn libs with lates... - dhalbert
6908eed Merge pull request #965 from dhalbert/3.x-crick... - tannewt
52a1154 fix OneWire timing and DigitalInOut.switch_to_i... - dhalbert
ff0a6f4 Merge pull request #986 from tannewt/include_rt... - tannewt
53d8213 update Crickit library to fix stepper Drive issues - dhalbert
fba2d9f Merge pull request #993 from dhalbert/update_cr... - tannewt
8bb363f must set pull after setting direction with gpio... - dhalbert
85a5276 Merge pull request #1006 from dhalbert/3.x-fix-... - kattni
67dc620 many things working - ladyada
2b7afb5 Merge branch 'master' of github.com:adafruit/Ar... - ladyada
487dbdb py/compile: Use alloca instead of qstr_build wh... - dpgeorge
58c7856 docs/esp8266/general: TLS limitations: Mention ... - pfalcon
3a9b15f zephyr/README: "make qemu" was replaced with "m... - pfalcon
0719c93 extmod/modussl_axtls: socket_read: Handle EAGAIN. - pfalcon
1cf6d48 extmod/modussl_axtls: Typo fix in comment. - pfalcon
487dbdb py/compile: Use alloca instead of qstr_build wh... - dpgeorge
58c7856 docs/esp8266/general: TLS limitations: Mention ... - pfalcon
3a9b15f zephyr/README: "make qemu" was replaced with "m... - pfalcon
0719c93 extmod/modussl_axtls: socket_read: Handle EAGAIN. - pfalcon
1cf6d48 extmod/modussl_axtls: Typo fix in comment. - pfalcon
1d301d5 implement hid keyboard led set #166 - hathach
f2f0c6e add set led to hid_keyscan example as well - hathach
a34c594 SPITFT: don't USE_FAST_PINIO on WICED - PaintYourDragon
a0b5018 Deploy code docs to GitHub Pages Travis build: 42 - Travis CI
e1ccc07 remove bootloader & dfu-bootloader target - hathach
b7dd33b add touch 1200 for dfu-flash - hathach
1c4accf Merge branch 'nrf52_remove_boot_target' into nr... - hathach
df4184e rename linker file to SD major version only - hathach
fc955b1 remove bootloader binaries, update readme for u... - hathach
85df329 rename nrf boards to feather_nrf52832 and feath... - dhalbert
c503cf9 forgot to change .travis.yml - dhalbert
eaf4d19 Merge remote-tracking branch 'adafruit/master' ... - dhalbert
05ea9fd remove stray underscore - dhalbert
4cc33f8 Merge remote-tracking branch 'adafruit/master' ... - dhalbert
346926f ignore the board module imports in .pylintrc - sommersoft
879dc89 ignore the board module imports in .pylintrc - sommersoft
558d3a0 ignore the board module imports in .pylintrc - sommersoft
fe9109e ignore the board module imports in .pylintrc - sommersoft
bcc44cc DM: samd51 USB fix for rebase - deanm1278
1de5f31 DM: samd51 pwm fix for rebase - deanm1278
a8e1302 DM: fix variant for zeroi2s lib - deanm1278
d536980 Merge branch 'master' of github.com:adafruit/Ar... - deanm1278
66a7e45 PWMOut was not claming channels on shared TCCs - dhalbert
[circuitpython] Branch pwmout\-tcc\-channel\-claiming was force-pushed to `c3918ba`
6787cc0 Bump version # for recent SERCOM change - PaintYourDragon
f4daa12 DM: update pins on trellis m4 - deanm1278
23f88ea Fixed dbgDumpMemory for buffers > 255 bytes - airbornemint
02c79ff Itโs the offset, not the data, that adusts to size - airbornemint
3532d6b Merge pull request #169 from airbornemint/dbgDu... - hathach
6c22010 Renamed BLEGATT_ATT_MTU_MAX - airbornemint
5cfdb28 fix deubg.cpp issue #176 - hathach
b0dd645 Retune neopixel timings on SAMD51. They were to... - tannewt
2e80f37 Merge pull request #1096 from tannewt/tune_neop... - dhalbert
e1b4e9b UART: Always allocate UART objects in the long-... - jepler
b0e33f6 atmel-samd: UART: allocate rx buffer in long-li... - jepler
cac760a Merge pull request #1080 from jepler/uart-ll - tannewt
655f223 Clock the SAMD21 much faster so it can actually... - tannewt
af7a0ee Merge pull request #1202 from tannewt/wrong_pla... - dhalbert
e527495 Merge remote-tracking branch 'adafruit/3.x' int... - tannewt
a9d094a Fix translations - tannewt
839b791 Merge pull request #1204 from tannewt/merge_3x - kattni
c91d182 rev C - ladyada
da5ef0b Merge branch 'trellis_m4' of github.com:adafrui... - ladyada
b61214d added timeout to input() - ATMakersBill
bc0a135 replacing change to input() with separate metho... - ATMakersBill
9f94712 replacing change to input() with separate metho... - ATMakersBill
05d4b8c Added Documentation for the serial_bytes_availa... - ATMakersBill
0688709 Move the docs next to the implementation - tannewt
2f5d691 catch NotImplementedError when using bitbanged ... - Brennen Bearnes
896a76d remove extraneous as e from catch - Brennen Bearnes
579a066 M4 timing tweak - PaintYourDragon
5ae6825 DM: update timing and priority - deanm1278
bc082fe DM: fix some stuff for trellis - deanm1278
32205fe Bump version # for priority & timer fixes - PaintYourDragon
b0e8374 bump verion - hathach
aaf70d4 Merge branch 'develop' of github.com:adafruit/A... - hathach
58344dc update adafruit-nrfutil for macOS - hathach
38d99b1 Copy wiznet drivers over from MicroPython 1.9.4 - nickzoic
8670215 Fixups for wiznet 5500 driver - nickzoic
3c32d04 Copy wiznet module across from MicroPython - nickzoic
27fc84a Modify wiznet module for circuitpython - nickzoic
f4c3213 Copy modnetwork and modusocket across from Micr... - nickzoic
238dbf0 remove enable_pwm, check attrs of pin objects i... - Brennen Bearnes
2719125 make pylint happy about indentation and inherit... - Brennen Bearnes
a90e624 else: if -> elif - Brennen Bearnes
8750a95 fix indentation in elif block - Brennen Bearnes
f050d53 enable non-PWM pins for backlight color, add pi... - Brennen Bearnes
238dbf0 remove enable_pwm, check attrs of pin objects i... - Brennen Bearnes
2719125 make pylint happy about indentation and inherit... - Brennen Bearnes
a90e624 else: if -> elif - Brennen Bearnes
8750a95 fix indentation in elif block - Brennen Bearnes
f5e1649 add support for selective SPI device! - ladyada
aa774e8 Deploy code docs to GitHub Pages Travis build: 62 - Travis CI
4f2f571 Adding the serial_bytes_available() method to t... - ATMakersBill
bd4188a adding changes to mpconfigboard.mk to reduce me... - ATMakersBill
adf9b21 Merge pull request #1317 from ATMakersBill/seri... - tannewt
0654cd0 DM: fix interrupt handling - deanm1278
bcfd9a0 Merge branch 'master' of github.com:adafruit/Ar... - deanm1278
8e9ebb1 DM: bump version, interrupt fixes - deanm1278
f4940c9 nrf: Move the UUID class from ubluepy to the sh... - arturo182
20b8d51 nrf: Move the Descriptor class from ubluepy to ... - arturo182
d5f942a bleio: Add a AddressType enum-like class - arturo182
345334a bleio: Add a new Address class - arturo182
7390dc7 bleio: Move ScanEntry to shared module and add ... - arturo182