43650b6 Fix PDMIn MEMS microphone support (#479) - dhalbert
#adafruit-github-feed
1 messages ยท Page 15 of 1
6478ca1 fix #108 - hathach
56375f5 Merge branch 'master' of github.com:adafruit/Ad... - hathach
065e820 merge from 2.2.0 + fix up board defs - dhalbert
d8686cc use correct LD_FILE in mpconfigboard.mk for boa... - dhalbert
19d353c nrf: fixups for changes from 2.2 - dhalbert
d0cc8ab revise boards/ files for 3.0. All now compiled ... - dhalbert
5cb361c Merge pull request #510 from dhalbert/3.0_merge... - dhalbert
5d3c0b9 Remove Feather M0 nRF51 and WINC1500 boards. - tdicola
0df0c1f Remove Feather M0 WINC1500 and nRF51 boards. - tdicola
6408477 Update adafruit_builds.sh to include Feather M0... - tdicola
a25bd7f Update build_adafruit_bins.sh to include Feathe... - tdicola
1547ab5 Update travis config with Feather M0 RFM69 and ... - tdicola
4bd1d09 Add missing Feather M0 RadioFruit boards: RFM69... - tdicola
3b946f6 Add missing Feather M0 RadioFruit boards: RFM69... - tdicola
167a88b added examples folder and .py files - mrmcwethy
30d4142 added simple tap detect example - mrmcwethy
ec7c947 add time.sleep(0.1) to acceleration.py - mrmcwethy
cc44199 fixed name of tapdetectsimple.py - mrmcwethy
4df91b8 Merge pull request #28 from mrmcwethy/examples - kattni
6560596 Switch to m_malloc_maybe and m_free to reduce o... - tannewt
56bd078 Speed up qstr loading by using the stack to sto... - tannewt
416abe3 Introduce a long lived section of the heap. - tannewt
da330f0 Polish up the heap analysis script and make it ... - tannewt
aa0ce98 Fix the initial state and polish a couple comme... - tannewt
a776c2a nrf: Fix errorneous indent - arturo182
d0b451b nrf: Use the right SPI registers on nRF52840 - arturo182
616cbc6 nrf: Use more generic header - arturo182
fed9087 nrf: Add flash section for fatfs for no SD pca1... - arturo182
c6a542d nrf: Add SD 6.0.0-6.alpha to the download script - arturo182
4a5c9e9 add support for feather nrf52840, s140 v6.0.0 - hathach
5fbfc22 add feather52840 bootloader bin - hathach
47c8e20 nrf: Make sure to not use SD functions when SD ... - arturo182
29ae4cd nrf: Fix building pca10056 without SD - arturo182
05bd5d4 nrf: Remove nRF51 boards and files, update README - arturo182
8bfdaa8 nrf: Remove SAMD mentions carried over while co... - arturo182
381f47b nrf: Only support SD 132 v2.0.1 and v5.0.0 and ... - arturo182
732abd3 Regularize prototype device use; remove USART sync - dhalbert
794f7d9 Merge pull request #16 from dhalbert/usart_update - dhalbert
dbde8f0 Merge branch 'master' into master_bugfixes - dhalbert
ce434f6 Merge branch 'master_bugfixes' into circuitpython - dhalbert
44c02ed Merge latest upstream changes into circuitpytho... - dhalbert
279da2a string descriptor fix - awatterott
15253f1 USB power modifiable and code clean-up - awatterott
bcf3698 Merge pull request #33 from awatterott/string-d... - mmoskal
00cb480 Merge pull request #34 from awatterott/usb-power - mmoskal
8176ee9 Update with latest from upstream microsoft. - dhalbert
3804723 Fix I2C lock-up when endTransmission() is calle... - hathach
d1a7254 Merge branch '0.8.x' of github.com:adafruit/Ada... - hathach
cfd1809 Suppress A0 (PA02) as a TouchIn-capable pin on ... - dhalbert
8f3be0a Reinit ADC completely on each call to AnalogIn.... - dhalbert
dbd3f15 1. Use lib/libm for small (non-Express builds) ... - dhalbert
274fff4 Use internal libm for all atmel-samd boards. - dhalbert
1709fbb Turn on pulseio now that there's room. - dhalbert
6abd9f3 DM: adding samd51 support - deanm1278
a4d6d9a DM: working SAMx5 support - deanm1278
79d0d8b Merge branch 'master' of github.com:adafruit/Ad... - deanm1278
4767d23 run_tests: factor run_one_test to function - jepler
a73f005 run_tests: make access to shared variables thre... - jepler
b9dd6a5 run-tests: sort skipped and failed tests - jepler
a3309eb run-tests: optionally parallelize tests - jepler
c2b8529 run-tests: automatically parallelism based on C... - jepler
a222c14 DM: fix delay microseconds - deanm1278
d1b7b57 Merge branch 'samd51' of github.com:adafruit/Ar... - deanm1278
d184519 DM: update interrupt numbers on metro m4 - deanm1278
965af33 DM: remove incorrect pins comment - deanm1278
625fd55 Merge branch 'master' of github.com:adafruit/Ar... - deanm1278
fca9c66 added Status submodule to shared-bindings/super... - sommersoft
9ee4d13 added Status submodule to ports/atmel-samd/comm... - sommersoft
5de8df7 added Status submodule to ports/nrf/common-hal/... - sommersoft
60d6ccc changed spaced supervisor/Status.c line to tabbed - sommersoft
c1c3a79 atmel-samd: changed Status to Runtime; institut... - sommersoft
e4a41f3 lets start with two versions, we can bump up bo... - ladyada
aa8c262 add storage.erase_filesystem() to erase and ref... - dhalbert
eb7d0e3 Create genhdr/ directory in time - jepler
3b511e5 Prevent a heap pointer from living on the stack... - tannewt
fd70383 Fix rom qstr pool length. - tannewt
1e9a271 esp8266: Disable "strict aliasing" in compiler ... - jepler
e55e06d modify tick.c to work when interrupts disabled... - jerryneedell
e09d950 update tick.c (fix LOAD value) update PulseIn.... - jerryneedell
3399d54 Merge remote-tracking branch 'origin/master' in... - jerryneedell
16bb40b modify tic.c to chec if interrupts are enabled... - jerryneedell
fe73859 modify tick.c to simplify - remove interupt di... - jerryneedell
e47bcbd DM: fix some pwms - deanm1278
8543148 Merge branch 'master' of github.com:adafruit/Ar... - deanm1278
453923f fix for https://github.com/adafruit/ArduinoCore... - ladyada
aedda5c Merge branch 'master' of github.com:adafruit/Ar... - ladyada
e70ece4 now checks for proper pin in is_pin_free; initi... - sommersoft
bd5a5da updated GPIO16 construct and handling - sommersoft
441ce2a reset GPIO16 to input on deinit - sommersoft
4e1f7d4 added exception for PULL_UP; corrected open_dra... - sommersoft
396e4ff implemented 'claim_pin' methodology; updated 'o... - sommersoft
4e977aa correct path to conf.py in makeversionhdr.py - larsks
61d3dd8 Merge pull request #792 from larsks/bug/791 - tannewt
3e35cbc allow esptool.py invocation to be set via make ... - larsks
41101bc Merge pull request #794 from larsks/bug/793 - tannewt
681399f atmel-samd: RTC: Improve precision when setting... - notro
3a2b4af Implement microcontroller.cpu.temperature on '2... - dhalbert
e565282 fix minor comment typos - dhalbert
33b9c39 peripherals.c should include peripherals.h - dhalbert
449385b Merge pull request #790 from dhalbert/cpu_temp - tannewt
dc2e685 defines for built in neopix - ladyada
f2e9bc5 Merge branch 'master' of github.com:adafruit/Ar... - ladyada
675a880 Revert "DM: working crystalless stuff" - ladyada
b2084d3 tests: add new tests for uhashlib differences - jepler
005226a uhashlib: some functions should refuse unicode ... - jepler
11a97bd uhashlib: masquerade as hashlib for python3 com... - jepler
2955ada docs: fix references to uhashlib - jepler
d42c83f Merge pull request #806 from jepler/hashlib-py3 - tannewt
c7ed745 DM: add copyrights - deanm1278
f9d6f69 Merge branch 'master' of github.com:adafruit/Ar... - deanm1278
d6c2694 add timeout keyword to I2C - for bitbangio - i... - jerryneedell
aa93097 revise to use mp_raise_msg insead of nlr_rais... - jerryneedell
d9f1b1f remove #include py/nlr.h from I2C.c - jerryneedell
9a2cda7 Reformat the error message - tannewt
99e34e3 Merge pull request #829 from jerryneedell/jerry... - tannewt
567f3e3 Initial implementation of supervisor.reload() - rhooper
6989126 Rename reload_next_character to reload_requeste... - rhooper
92b1cb5 move reload exception to reload.c - rhooper
06b6a10 switch autoreload to reloadexception - rhooper
3fd9900 disable pins on trinket_m0 so that we can free ... - rhooper
783ffe6 Update CONTRIBUTING.md to include new learn gui... - tannewt
e274a02 Merge pull request #862 from tannewt/contributi... - tannewt
52d05bb Cache pullup state in gamepad - deshipu
edf2935 Make gamepad.get_pressed work when gamepad was ... - deshipu
240678e Avoid uninitialized gamepad on exception - deshipu
f17a235 Raise an error if more than 8 buttons passed to... - deshipu
42e36a8 Remove volatile from the gamepad struct - deshipu
1897ce4 restore I2C and UART. Don't do port.c resets an... - dhalbert
c37b69e Make the gamepad singleton long-lived - deshipu
b219ce6 Add gamepad_singleton to root pointers - deshipu
d02899f Add gamepad_singleto to root pointers for the n... - deshipu
6479cb0 Merge pull request #868 from pewpew-game/gamepa... - tannewt
1c35dbf Provide mp_errno_to_str even without uerrno - Matt Wozniski
e798b67 Begin a custom list of errnos for atmel-samd - Matt Wozniski
22f4438 Prune atmel-samd errno list - Matt Wozniski
d0e6bb2 Use the system errno's on nrf - Matt Wozniski
0c7c082 Merge pull request #891 from godlygeek/low_flas... - tannewt
e37d562 tools: Add cpboard.py - notro
d08cc2a tests: Point pyboard.py to tools/cpboard.py - notro
52cc3ed Merge pull request #893 from notro/cpboard - tannewt
2129bbe Update PulseIn.c - jerryneedell
8150150 return "false" for stub call - jerryneedell
7adc69b Initial pulseio.PulseIn implmentation for #716 ... - nickzoic
c4cf1c5 Initial pulseio.PulseOut implementation for #71... - nickzoic
011edf2 Clean up interrupt handling for pulseio.PulseIn... - nickzoic
6af1fba Work on pulseio.PulseOut for #716 ESP8266 - nickzoic
972b038 Merge branch 'master' into circuitpython-nickzo... - nickzoic
23b6d33 fixes #642; spi_init_gpio() is now bypassed for... - sommersoft
327b0f7 fix os.listdir() when current dir is '/' - dhalbert
5ce1d71 Merge pull request #932 from dhalbert/listdir_root - tannewt
f152889 do not permit mounting over a directory or file... - dhalbert
a5e03b7 Split out the peripherals library in preparatio... - tannewt
0b239c3 add pins D3/D4 - jerryneedell
80d16cb add pins D3/D4 to pins.c - jerryneedell
b47a67d nrf: Remove machine, pyb and utime modules - arturo182
97f1024 nrf: Fix default board after feather52 rename - arturo182
7cd34f2 nrf: Cleanup Makefile after nrf51 removal - arturo182
5509f39 nrf: Add a nrfx submodule and prepare for using... - arturo182
ff91855 nrf: Simplify the board makefiles - arturo182
80d16cb add pins D3/D4 to pins.c - jerryneedell
5fb4cdc Merge pull request #949 from adafruit/jerryneed... - dhalbert
b47a67d nrf: Remove machine, pyb and utime modules - arturo182
97f1024 nrf: Fix default board after feather52 rename - arturo182
7cd34f2 nrf: Cleanup Makefile after nrf51 removal - arturo182
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
a7d3053 Update master with latest 3.x changes. - dhalbert
dc9e931 Merge pull request #962 from dhalbert/3.x_to_ma... - tannewt