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
2018-03-14
Merge pull request #678 from tannewt/m0_no_timer_fix
3.0.0-alpha.3
Dan Halbert
2018-03-14
Remove SERCOM pointers from pin data structure because index is
Scott Shawcroft
2018-03-14
Merge pull request #679 from tannewt/usb_race3
Dan Halbert
2018-03-14
Check usb_busy up front in usb background function.
Scott Shawcroft
2018-03-13
Correct NO_TIMER index value for SAMD21.
Scott Shawcroft
2018-03-13
Merge pull request #677 from tannewt/usb_active_read
Dan Halbert
2018-03-13
Merge pull request #676 from vesperk38/patch-1
Scott Shawcroft
2018-03-13
Move usb read finish into interrupt.
Scott Shawcroft
2018-03-13
line 172 has a typo correct 2MB to 4MB
vesperk38
2018-03-12
Merge pull request #668 from python-ugame/master
Dan Halbert
2018-03-12
Merge pull request #669 from python-ugame/gamepad3
Dan Halbert
2018-03-11
gamepad: Enable the gamepad module for express boards in 3.x
Radomir Dopieralski
2018-03-11
_stage: use 16 bit for coordinates to support larger screens
Radomir Dopieralski
2018-03-09
Merge pull request #663 from tannewt/dma3
Dan Halbert
2018-03-09
Use DMA for long SPI transactions including those to the SPI Flash.
Scott Shawcroft
2018-03-09
Merge pull request #661 from kattni/add-am2320-to-driver-list
Scott Shawcroft
2018-03-09
Merge pull request #662 from siddacious/dotstar_fixes
Scott Shawcroft
2018-03-08
fixes hardware dotstar support for 3.0 and addresses issue #514
Bryan Siepert
2018-03-07
moved to top of list for alphabetical order
Kattni
2018-03-07
Added AM2320 to driver list
Kattni
2018-03-06
Merge pull request #659 from tannewt/driver_page_update
Kattni
2018-03-06
Fix links. Adding the en/latest/ circumvents a ReadTheDocs bug
Scott Shawcroft
2018-03-06
Update driver links including categories!
Scott Shawcroft
2018-03-01
Merge pull request #654 from tannewt/structify_flash_devices
Scott Shawcroft
2018-03-01
Support all boards and remove erase and page sizes because they never change.
Scott Shawcroft
2018-02-28
Structify flash device definitions.
Scott Shawcroft
2018-02-27
Merge pull request #650 from tannewt/merge_2x
3.0.0-alpha.2
Dan Halbert
2018-02-27
Remove bad c2rst and fix the other for sphinx 1.7.1
Scott Shawcroft
2018-02-27
Install recommonmark too.
Scott Shawcroft
2018-02-27
Build sphinx on Travis
Scott Shawcroft
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-27
Merge pull request #649 from dhalbert/3.0_AnalogOut_fixes
Scott Shawcroft
2018-02-27
use CONF_GCLK_DAC_SRC and refactor a bit
Dan Halbert
2018-02-27
Use safe clock freqs for AnalogOut; use DAC REFRESH on SAMD51.
Dan Halbert
2018-02-27
Merge pull request #647 from siddacious/samd51g_timer_fix
Scott Shawcroft
2018-02-27
fixes timer number assumptions for samd51s for issue #646
Bryan Siepert
2018-02-26
Merge pull request #643 from dhalbert/3.0_esp8266_uart1
Scott Shawcroft
2018-02-26
Merge pull request #645 from dhalbert/3.0_itsy_express
Scott Shawcroft
2018-02-26
add itsybitsy_m0_express and metro_m4_express_revb to travis builds
Dan Halbert
2018-02-26
consistently brand Itsy Bitsy M0 as 'Express'
Dan Halbert
2018-02-24
Add .baudrate support to ESP8266.
Dan Halbert
2018-02-23
Merge pull request #641 from dhalbert/2.x_esp8266_remove_obsolete_drivers
Scott Shawcroft
2018-02-23
Merge pull request #640 from dhalbert/metro_m4_tx_rx
Limor "Ladyada" Fried
2018-02-23
Remove obsolete periphal drivers in esp module
Dan Halbert
2018-02-23
add board.RX and .TX pins to metro_m4_express_revb
Dan Halbert
2018-02-21
Merge pull request #634 from dhalbert/3.0_UART
Kattni
2018-02-21
Add dummy UART implementation to nrf so it builds with UART turned on. Also a...
Dan Halbert
2018-02-21
Merge pull request #633 from jamesadevine/patch-1
Scott Shawcroft
2018-02-21
Merge pull request #632 from tannewt/delete_out_of_date
Dan Halbert
2018-02-21
Implement UART for 3.0 + related fixes.
Dan Halbert
[next]