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
2017-10-25
shared-bindings: Use unary_op type.
Scott Shawcroft
2017-10-24
Merge commit 'f57be61' into nrf2_merge
Scott Shawcroft
2017-10-24
tools: Correct ports directory name
Scott Shawcroft
2017-10-24
esp8266: Fix includes
Scott Shawcroft
2017-10-24
Re-add atmel submodules.
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
atmel-samd: Use our own CDC output cache because the internal (#366)
Scott Shawcroft
2017-10-24
atmel-samd: Update metro m4 USB PID. (#365)
Scott Shawcroft
2017-10-23
Merge 2.1.0 changes into master.
Dan Halbert
2017-10-22
Gracefully reset the gamepad module
Radomir Dopieralski
2017-10-22
atmel-samd: Correct the UF2 bootloader offset when converting the bin to uf2.
Scott Shawcroft
2017-10-21
First attempt to move py/modmath.c to shared-bindings/math
mrmcwethy
2017-10-20
atmel-samd: Re-enable pin reset. Fixes #352 (#353)
Scott Shawcroft
2017-10-19
atmel-samd: Switch Metro M4 Express to SAMD51J19. (#351)
Scott Shawcroft
2017-10-19
shared-bindings/storage/__init__.c: Change remount() readonly to kw arg (#286).
Josh Gadeken
2017-10-18
atmel-samd: Turn on SAMD51 bootloader build layout. (#348)
Scott Shawcroft
2017-10-18
CircuitPython now has struct instead of ustruct (#302)
Michael McWethy
2017-10-18
atmel-samd: Update asf4 to include USB fix for SAMD51.
Scott Shawcroft
2017-10-18
atmel-samd: Fix CDC now that its clear its async.
Scott Shawcroft
2017-10-18
atmel-samd: Add mass storage support.
Scott Shawcroft
2017-10-17
Added Trinket to README.md (#344)
Andon
2017-10-13
Merge pull request #320 from dhalbert/master
Dan Halbert
2017-10-13
ports/nrf: Add compile switch to disable VFS.
Ayke van Laethem
2017-10-12
TEMPORARY changes to get build to work on all boards. Make space on CPX; turn...
Dan Halbert
2017-10-12
merge 2.x changes into master; touch up Makefile CFLAGS logic
Dan Halbert
2017-10-12
ports/nrf: Use --gc-sections to reduce code size
Ayke van Laethem
2017-10-12
Don't create a new filesystem if we restart in safe mode. (#319)
Dan Halbert
2017-10-12
Replace asf4 tree with submodule repo adafruit/asf4, branch circuitpython.
Dan Halbert
2017-10-10
atmel-samd: Add support for internal filesystems. (#311)
Scott Shawcroft
2017-10-08
ports/nrf: Add WT51822-S4AT board.
Ayke van Laethem
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-10-08
Update pwm.rst
Alex Vasylenko
2017-10-04
ports/nrf: Update Makefile and README.md after moving port to new directory
Glenn Ruben Bakke
2017-10-04
ports/nrf: Align help.c builtin help text to use correct type after upmerge w...
Glenn Ruben Bakke
2017-10-04
ports/nrf: Moving nrf51/52 port to new ports directory
Glenn Ruben Bakke
2017-10-04
ports/nrf: Upmerging port with upstream master
Glenn Ruben Bakke
2017-10-04
nrf: Aligning with upstream the use of nlr_raise(mp_obj_new_exception_msg(&mp...
Glenn Ruben Bakke
2017-10-04
nrf/modules/random: Backport of microbit random number generator module
glennrub
2017-10-04
nrf/hal/rng: Adding HAL driver for accessing RNG peripheral
glennrub
2017-10-04
nrf/boards: Adding Arduino Primo board support (#88)
glennrub
2017-10-04
nrf: Add support for floating point on nrf52 targets.
Glenn Ruben Bakke
2017-10-04
lib/libm: Fix tanhf so that it correctly handles +/- infinity args.
Damien George
2017-10-04
py/mpprint: Only check for null string printing when NDEBUG not defined.
Damien George
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
py/objtype: Change type of enum-to-qstr table to uint16_t to save space.
Damien George
2017-10-04
docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.
Gabe
2017-10-03
Add a `gamepad` module for handling buttons in the background. (#295)
Radomir Dopieralski
2017-10-03
Do not allow a *io object to be used after deinit().
Dan Halbert
2017-10-03
Add board file for the hacked Trinket M0 Haxpress (#303)
Radomir Dopieralski
[next]