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-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
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
PWMOut was not claming channels on shared TCCs
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
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
atmel-samd: UART: allocate rx buffer in long-lived region
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-09
must set pull after setting direction with gpio_set_pin routines
Dan Halbert
2018-07-03
include RTC fix for SAMd51 in circuitpython build
mrmcwethy
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-06-29
remove unnecessary extern in nrf/mphalport.c
Dan Halbert
2018-06-29
remove previously added esp8266/mphalport.{c,h}
Dan Halbert
2018-06-29
implement mp_hal_delay_us() to not need interrupts, and use it
Dan Halbert
2018-06-29
fix nrf and esp8266 builds for OneWire fix
Dan Halbert
2018-06-28
fix OneWire timing and DigitalInOut.switch_to_input()
Dan Halbert
2018-06-26
Freeze Adafruit_CircuitPython_Crickit into crickit builds
Dan Halbert
2018-06-20
add pins D3/D4 to pins.c
jerryneedell
2018-06-18
Switch to Feather52s full name to avoid confusion with the nrf52840 later.
Scott Shawcroft
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
[next]