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
Age
Commit message (
Expand
)
Author
2020-06-26
Merge pull request #3073 from sommersoft/3.x
3.x
Scott Shawcroft
2020-06-25
docs/customstyle.css: add viewing-outdate-version-message CSS tweaks
sommersoft
2020-06-25
conf.py: add sphinx setup directive to use 'customstyle.css'
sommersoft
2019-01-06
Merge pull request #1404 from dhalbert/drivers.rst-typo
3.1.2
Kattni
2019-01-05
use new download location for nRF sd132; remove 52840 boards (they use an alp...
Scott Shawcroft
2019-01-05
update libraries
Dan Halbert
2018-12-14
Link typo in drivers.rst
Dan Halbert
2018-11-14
Merge pull request #1333 from sommersoft/drivers_page
Dan Halbert
2018-11-14
remove pca10056 from 3.x .travis.yml too
sommersoft
2018-11-14
remove pca10056 from 3.x travis builds
sommersoft
2018-11-13
update /docs/drivers.rst page; 19 drivers added
sommersoft
2018-11-04
Merge pull request #1317 from ATMakersBill/serial_bytes_avail_backport
Scott Shawcroft
2018-11-03
adding changes to mpconfigboard.mk to reduce memory usage on CPX per @danh
ATMakersBill
2018-11-03
Adding the serial_bytes_available() method to the 3.x branch
ATMakersBill
2018-11-02
Merge pull request #1314 from dhalbert/3.x-frozen-before-lib
3.1.1
Dan Halbert
2018-11-01
put .frozen before /lib in sys.path; update frozen libraries
Dan Halbert
2018-09-18
Merge pull request #1202 from tannewt/wrong_playback_frequency
3.0.3
Dan Halbert
2018-09-18
Clock the SAMD21 much faster so it can actually convert at its max
Scott Shawcroft
2018-09-12
Merge pull request #1186 from dhalbert/uart-enhancements
3.0.2
Scott Shawcroft
2018-09-12
fix nrf builds; sphinx 1.8.0 crashing: use lower version
Dan Halbert
2018-09-12
Merge pull request #1185 from dhalbert/usb_write-length-fix
Scott Shawcroft
2018-09-12
UART fixes and enhancements; default board object fix
Dan Halbert
2018-09-12
usb_write() output_len was uint8_t instead of uint32_t
Dan Halbert
2018-09-12
When UART timeout of zero is given, make read() return data already available
Paul Kierstead
2018-09-11
Merge pull request #1184 from adafruit/pwmout-tcc-channel-claiming
Scott Shawcroft
2018-09-11
bump gcc-arm-embedded to 7-2018q2 to save flash space
Dan Halbert
2018-09-11
PWMOut was not claming channels on shared TCCs
Dan Halbert
2018-08-24
Merge pull request #1141 from jerryneedell/jerryn_neopixel
Dan Halbert
2018-08-24
adjust SAMD51 neopixel_write timing
Jerry Needell
2018-08-20
Merge pull request #1131 from tannewt/hallowing3
3.0.1
Scott Shawcroft
2018-08-20
Remove HID from hallowing so we have more room for other stuff.
Scott Shawcroft
2018-08-20
Merge pull request #1132 from tannewt/sk6812_3x
Scott Shawcroft
2018-08-20
Speed up zero neopixel pulses.
Scott Shawcroft
2018-08-20
Change hallowing to shipping flash type W25Q64JV-IQ. tested!
ladyada
2018-08-20
add HalloWing
Dan Halbert
2018-08-08
Merge pull request #1080 from jepler/uart-ll
Scott Shawcroft
2018-08-08
atmel-samd: UART: allocate rx buffer in long-lived region
Jeff Epler
2018-08-08
UART: Always allocate UART objects in the long-lived pool
Jeff Epler
2018-08-07
Merge pull request #1096 from tannewt/tune_neopixel
Dan Halbert
2018-08-07
Retune neopixel timings on SAMD51. They were too slow.
Scott Shawcroft
2018-07-23
Merge pull request #1052 from dhalbert/speed-up-dict-long-lived
Scott Shawcroft
2018-07-19
Prevent repetitive recursive scanning of dicts when making them long-lived
Dan Halbert
2018-07-09
Merge pull request #1006 from dhalbert/3.x-fix-pull
3.0.0
Kattni
2018-07-09
must set pull after setting direction with gpio_set_pin routines
Dan Halbert
2018-07-05
Merge pull request #993 from dhalbert/update_crickit_libs-3
Scott Shawcroft
2018-07-05
update Crickit library to fix stepper Drive issues
Dan Halbert
2018-07-03
Merge pull request #986 from tannewt/include_rtc_fix
3.0.0-rc.1
Scott Shawcroft
2018-07-03
Merge pull request #977 from dhalbert/update_crickit_libs-2
Scott Shawcroft
2018-07-03
bring all frozen libraries up to date
Dan Halbert
2018-07-03
include RTC fix for SAMd51 in circuitpython build
mrmcwethy
[next]