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-04-24
Merge pull request #776 from dhalbert/hid_gamepad
3.0.0-alpha.6
Dan Halbert
2018-04-24
convert wrapper class to just a module
Dan Halbert
2018-04-23
HID gamepad support
Dan Halbert
2018-04-20
Merge pull request #765 from jerryneedell/jerryn_tick
Scott Shawcroft
2018-04-20
cleanup in tick.c
Jerry Needell
2018-04-20
modify tick.c to simplify - remove interupt disable from common_hal_pulseio_...
Jerry Needell
2018-04-19
Merge pull request #772 from tannewt/rtc51
Dan Halbert
2018-04-19
modify tic.c to chec if interrupts are enabled, rename us_between_ticks to u...
Jerry Needell
2018-04-19
Merge remote-tracking branch 'origin/master' into jerryn_tick
Jerry Needell
2018-04-19
Merge pull request #773 from tannewt/remove_revb_build
Dan Halbert
2018-04-19
Remove Rev B Metro M4 from Travis build.
Scott Shawcroft
2018-04-19
atmel-samd: Fix M4 RTC and ItsyBitsy M4 definition
Scott Shawcroft
2018-04-18
Merge pull request #768 from sommersoft/rtc_fix
Scott Shawcroft
2018-04-18
updated asf4_config: reverted oscillators to use internal vs external for RTC
sommersoft
2018-04-17
update tick.c (fix LOAD value) update PulseIn.c (do not enable interrupts fo...
Jerry Needell
2018-04-16
Merge pull request #760 from ladyada/master
Scott Shawcroft
2018-04-16
Merge pull request #745 from notro/time_rtc
Scott Shawcroft
2018-04-16
Merge pull request #764 from tannewt/nvm3
Dan Halbert
2018-04-16
Remove "Get or set"
Scott Shawcroft
2018-04-16
Add a table of contents reference to RTC
Scott Shawcroft
2018-04-16
modify tick.c to work when interrupts disabled - modify PulseIn.c to cast ar...
Jerry Needell
2018-04-16
atmel-samd: Add rtc module support
Noralf Trønnes
2018-04-16
Add rtc module
Noralf Trønnes
2018-04-13
Correct example. Thanks @jepler!
Scott Shawcroft
2018-04-13
Turn on nvm in 3.0.
Scott Shawcroft
2018-04-13
Merge pull request #756 from tannewt/audio3
Dan Halbert
2018-04-13
don't use python nrfutil on windows, it doesnt work :/ tested feather52 makef...
ladyada
2018-04-13
Tweaks based on dhalbert's feedback.
Scott Shawcroft
2018-04-13
Merge pull request #759 from ladyada/master
Scott Shawcroft
2018-04-12
fix for spaces in path
ladyada
2018-04-12
deal with spaces in directories
ladyada
2018-04-12
Fix Makefile
Scott Shawcroft
2018-04-12
Add audio output support!
Scott Shawcroft
2018-04-12
Merge pull request #757 from tannewt/status_pixel_fix
Scott Shawcroft
2018-04-12
Fix the status neopixel flashing.
Scott Shawcroft
2018-04-12
Merge pull request #755 from tannewt/itsy_m4
Dan Halbert
2018-04-12
Add initial ItsyBitsy M4 support
Scott Shawcroft
2018-04-10
Merge pull request #747 from dhalbert/reformat
3.0.0-alpha.4
Scott Shawcroft
2018-04-10
force_create rename got lost due to editing error
Dan Halbert
2018-04-10
Merge remote-tracking branch 'adafruit/master' into reformat
Dan Halbert
2018-04-10
remove more unneeded includes
Dan Halbert
2018-04-10
remove unnecessary includes in esp8266 common-hal storage code
Dan Halbert
2018-04-10
esp8266 and nrf: raise NotImplementedError
Dan Halbert
2018-04-09
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Jeff Epler
2018-04-09
Fix rom qstr pool length.
Scott Shawcroft
2018-04-09
Prevent a heap pointer from living on the stack longer than we need.
Scott Shawcroft
2018-04-09
Create genhdr/ directory in time
Jeff Epler
2018-04-09
Merge pull request #752 from jepler/esp8266-strict-aliasing
Dan Halbert
2018-04-09
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Jeff Epler
2018-04-09
Merge pull request #749 from tannewt/analyze_heap_dump
Dan Halbert
[next]