index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2018-06-16
Merge pull request #938 from sommersoft/esp_busio_fix
Dan Halbert
2018-06-15
Split out the peripherals library in preparation of sharing with MakeCode.
Scott Shawcroft
2018-06-15
fixes #642; spi_init_gpio() is now bypassed for both construct and configure
sommersoft
2018-06-14
Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with ex...
Dan Halbert
2018-06-14
Fix playing audio from SD card
Dan Halbert
2018-06-12
Merge pull request #926 from nickzoic/circuitpython-nickzoic-716-pulseio-esp8266
Scott Shawcroft
2018-06-12
Correct UART reads to return error on timeout.
Scott Shawcroft
2018-06-12
PDMIn: turn serializer on when starting DMA
Dan Halbert
2018-06-11
Update to the latest ASF4 which includes an I2C timeout extension while waiti...
Scott Shawcroft
2018-06-10
Merge pull request #919 from adafruit/jerryneedell-patch-2
Dan Halbert
2018-06-10
Fixes #918 (PulseIn.get_paused) ...
Nick Moore
2018-06-10
Merge commit '2129bbe160278f7cd2cece939f81900a41f8aa86' into circuitpython-ni...
Nick Moore
2018-06-10
Merge branch 'master' into circuitpython-nickzoic-716-pulseio-esp8266
Nick Moore
2018-06-10
return "false" for stub call
jerryneedell
2018-06-10
Update PulseIn.c
jerryneedell
2018-06-10
fix #918
jerryneedell
2018-06-08
Merge pull request #901 from tannewt/pulseio_too_fast
Dan Halbert
2018-06-08
Use bool not int.
Scott Shawcroft
2018-06-08
Stub out get_paused in nrf builds.
Scott Shawcroft
2018-06-08
Add code size analysis tool and shrink samd.clock a smidge.
Scott Shawcroft
2018-06-08
Turn off USB pin objects since they are always used for USB.
Scott Shawcroft
2018-06-08
Wait for the DFLL to be stable.
Scott Shawcroft
2018-06-08
Support M4
Scott Shawcroft
2018-06-08
Prevent freezing USB during high frequency PulseIn.
Scott Shawcroft
2018-06-08
Check for PDMIn DMA getting stuck.
Dan Halbert
2018-06-08
Work on pulseio.PulseOut for #716 ESP8266
Nick Moore
2018-06-08
Clean up interrupt handling for pulseio.PulseIn implementation for #716 ESP8266
Nick Moore
2018-06-08
Initial pulseio.PulseOut implementation for #716 ESP8266
Nick Moore
2018-06-08
Initial pulseio.PulseIn implmentation for #716 ESP8266
Nick Moore
2018-06-07
Add Adafruit to other M4 board name strings
Kattni Rembor
2018-06-07
Add Adafruit to board name string
Kattni Rembor
2018-06-07
Update ItsyBitsy board name to one word
Kattni Rembor
2018-06-05
Feather M0 Express build with Crickit libraries
Dan Halbert
2018-06-05
Merge pull request #898 from dhalbert/feather_m4_d4
Dan Halbert
2018-06-05
add PA14 as D4 to Feather M4 Exprses
Dan Halbert
2018-06-04
Merge pull request #891 from godlygeek/low_flash_errno_fixes
Scott Shawcroft
2018-06-02
Use the system errno's on nrf
Matt Wozniski
2018-06-01
Use the external crystal on SAMD21 again.
Scott Shawcroft
2018-06-01
Prune atmel-samd errno list
Matt Wozniski
2018-06-01
Begin a custom list of errnos for atmel-samd
Matt Wozniski
2018-06-01
Adapt for feedback and hack around pIRkey size constraint.
Scott Shawcroft
2018-06-01
redo state algorithm
Dan Halbert
2018-06-01
atmel-samd: Make ticks more atomic.
Scott Shawcroft
2018-06-01
atmel-samd: Add rotary encoder support.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-06-01
Merge pull request #889 from tannewt/audioio_timers_in_use
Dan Halbert
2018-06-01
Merge pull request #890 from tannewt/brownout3
Dan Halbert
2018-06-01
Support brownout to safe mode. Fixes #870
Scott Shawcroft
2018-06-01
Turn off timer on AudioOut deinit.
Scott Shawcroft
2018-06-01
atmel-samd/samd51: Use crystal for RTC
Noralf Trønnes
[next]