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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-06-30
atmel-samd: Add IR_TX and IR_RX pin names for REMOTEOUT and REMOTEIN to the C...
1.0.0-rc.3
Scott Shawcroft
2017-06-29
Fix USB Busy error for kbd hid. Made kbd USB report descriptor be
Dan Halbert
2017-06-20
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
1.0.0-rc.2
Scott Shawcroft
2017-06-19
docs: Update design guide for new DigitalInOut API.
Scott Shawcroft
2017-06-16
atmel-samd: Introduce board reset mechanic used on CircuitPlayground
1.0.0-rc.1
Scott Shawcroft
2017-06-16
atmel-samd: Add user initiated safe mode and rework board.c for
Scott Shawcroft
2017-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
2017-06-12
atmel-samd: Fix sharing TCCs by statically storing the current period.
Scott Shawcroft
2017-06-12
atmel-samd: Fix TCC1, its two channels and four wave outputs.
Scott Shawcroft
2017-06-09
atmel-samd: Set up the tcc_instance when using an already active TCC.
Scott Shawcroft
2017-06-09
atmel-samd: Reset TCC channel in use array on reset.
Scott Shawcroft
2017-06-09
atmel-samd: Handle TCC2 correctly. Unlike the other TCCs its 16bit
Scott Shawcroft
2017-06-09
py: Prevent mp_arg_check_num from being optimized away by the compiler.
Scott Shawcroft
2017-06-08
atmel-samd: Fix PWMOut duty_cycle when used with TCC peripherals.
Scott Shawcroft
2017-06-07
docs: Add note about composition to the design guide.
Scott Shawcroft
2017-06-07
shared-bindings: Update docs to remove with statements from examples but add ...
Scott Shawcroft
2017-06-07
docs: Add module support matrix.
Scott Shawcroft
2017-06-07
docs: Fix header lines that are too short.
Scott Shawcroft
2017-06-06
shared-bindings: Allow for switching direction with the attribute.
Scott Shawcroft
2017-06-06
shared-bindings: Fix duty_cycle parameter description and error message.
Scott Shawcroft
2017-06-06
atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Arduino's ...
Scott Shawcroft
2017-06-05
Merge pull request #146 from dhalbert/stack_check-fix
Scott Shawcroft
2017-06-04
Fix broken mp_stack_check: force mp_stack_ctrl_init() and mp_stack_usage() no...
Dan Halbert
2017-05-29
atmel-samd: Correct the USB PID of the CircuitPlayground Express.
Scott Shawcroft
2017-05-25
Change the approach for input so that its not included in every single build....
Scott Shawcroft
2017-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
2017-05-24
Doc tweaks to clarify external libraries, new boards and add HID library.
Scott Shawcroft
2017-05-24
atmel-samd: correctly reset the REPL history on reload. Fixes #141
Scott Shawcroft
2017-05-23
Merge pull request #135 from robomike/pins
Scott Shawcroft
2017-05-23
atmel-samd:renamed spi flash to confuse with the actual spi flash
robomike
2017-05-21
Merge pull request #138 from dhalbert/add-ure-et-al
Scott Shawcroft
2017-05-21
Merge branch 'master' into add-ure-et-al
Dan Halbert
2017-05-21
Remove code size check. Its causing builds to fail because the new GCC made i...
Scott Shawcroft
2017-05-20
Enable ure, center, partition, frozenset, splitlines, reversed for Express bu...
Dan Halbert
2017-05-20
atmel-samd: Enable autoreload by default again.
0.10.1
Scott Shawcroft
2017-05-16
Update README with new boards and new differences.
Scott Shawcroft
2017-05-15
atmel-samd: Fixup autoreset after switching boot to running once.
0.10.0
Scott Shawcroft
2017-05-15
atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...
Scott Shawcroft
2017-05-15
tools: Make now runs uf2conv itself.
Scott Shawcroft
2017-05-15
atmel-samd: Add a safe mode which detects hard faults and reboots without run...
Scott Shawcroft
2017-05-12
atmel-samd: Rework boot, main and REPL order.
Scott Shawcroft
2017-05-12
atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...
Scott Shawcroft
2017-05-12
atmel-samd: Fix pin reset to ensure USB and SWD are not reset.
Scott Shawcroft
2017-05-12
atmel-samd: Rework SPI flash defines for clarity.
Scott Shawcroft
2017-05-12
atmel-samd: Pin reset improvements.
Scott Shawcroft
2017-05-12
atmel-samd: Correctly wait for the SPI DMA transaction to finish.
Scott Shawcroft
2017-05-11
Merge pull request #128 from ntoll/master
Scott Shawcroft
2017-05-11
Rename LEFT_BUTTON -> BUTTON_A, RIGHT_BUTTON -> BUTTON_B.
Nicholas H.Tollervey
2017-05-08
shared-bindings: Correct PulseIn.resume to match docs. Fixes #125
Scott Shawcroft
2017-05-05
atmel-samd: Fix sporadic "syntax errors"
Scott Shawcroft
[next]