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-02-28
shared-bindings: Fix two more try_locks. Copy and paste failed me.
0.9.1
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-24
py: Fix recursion exception.
Scott Shawcroft
2017-02-24
py: Fix varg helpers by adding vlist variant of mp_obj_new_exception_msg
Scott Shawcroft
2017-02-24
atmel-samd: Fix linking by providing cpu info.
Scott Shawcroft
2017-02-24
Make slice make_new match mp_make_new_fun_t exactly, check the input type and...
Scott Shawcroft
2017-02-24
Correct name of mp_raise_NotImplementedError to make error name.
Scott Shawcroft
2017-02-24
Make the build quieter by default.
Scott Shawcroft
2017-02-24
Make more type structures const to save RAM.
Scott Shawcroft
2017-02-24
Add indices() support to slice.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-24
atmel-samd: Switch to nano newlib and add size script to build.
Scott Shawcroft
2017-02-22
Throw an error when sleep time is negative.
Scott Shawcroft
2017-02-22
Check that neopixel write is actually given a DigitalInOut.
Scott Shawcroft
2017-02-22
ESP8266: Stop supporting 400khz neopixels through old esp module API.
0.9.0
Scott Shawcroft
2017-02-21
ESP8266: Add reset note to webrepl init.
Scott Shawcroft
2017-02-19
atmel-samd: Fix build by correcting internal neopixel writes.
Scott Shawcroft
2017-02-19
atmel-samd: Save a little space by tweaking error messages.
Scott Shawcroft
2017-02-19
atmel-samd: Remove support for UART REPL from Arduino Zero.
Scott Shawcroft
2017-02-19
Save space by only supporting 800khz neopixels.
Scott Shawcroft
2017-02-19
Two I2C fixes:
Scott Shawcroft
2017-02-19
Switch enum-like attributes to all caps and add print support for them. Make ...
Scott Shawcroft
2017-02-19
atmel-samd: Remove pin reference from AnalogOut error. Fixes #83
Scott Shawcroft
2017-02-19
Add print support to Pin. #83 #76
Scott Shawcroft
2017-02-19
Add CircuitPlayground, Trinket and Gemma to Travis build.
Scott Shawcroft
2017-02-19
atmel-samd: Stop calibrating the crystal for Gemma and Trinket. We need the s...
Scott Shawcroft
2017-02-19
esp8266: Allow for MOSI or MISO only SPI. Fixes #65
Scott Shawcroft
2017-02-19
Fix pin free check to ignore None objects. Fixes #89
Scott Shawcroft
2017-02-19
nativeio.SPI: Remove extraneous constructor args because they are in configure.
Scott Shawcroft
2017-02-15
ESP8266: Make sure SPI write finishes before returning.
Scott Shawcroft
2017-02-15
ESP8266: Rework the execution flow to match the SAMD21.
Scott Shawcroft
2017-02-15
Fix the keyboard exception in REPL by ignoring forced exit results when in RE...
Scott Shawcroft
2017-02-14
Fix tests that rely on sys.implementation.name to work with circutpython resp...
Scott Shawcroft
2017-02-14
Make mp_float_t conversions explicit to silence warnings of converting floats...
Scott Shawcroft
2017-02-13
atmel-samd: Clean up I2C correctly when an initialization error occurs. Fixes...
Scott Shawcroft
2017-02-13
Change sys.implementation to return circuitpython and the circuitpython versi...
Scott Shawcroft
2017-02-10
atmel-samd: Rework the clock configs to only be crystalless when needed by th...
Scott Shawcroft
2017-02-10
SPI tweaks for SD Cards:
Scott Shawcroft
2017-02-03
Switch design guide to rST so that the table works. Also add details based on...
0.8.4
Scott Shawcroft
2017-02-03
Update after feedback from @deshipu. Thanks
Scott Shawcroft
2017-02-02
Add a draft of a new design guide. This is meant to capture the goals of Circ...
Scott Shawcroft
2017-02-02
atmel-samd: Update internal pins for Feather M0 Express Rev B
Scott Shawcroft
2017-02-01
Add more PWMOut examples and rename the duty constructor argument
Scott Shawcroft
2017-02-01
atmel-samd: Switch Metro back to including bootloader space.
Scott Shawcroft
2017-02-01
atmel-samd: Turn down the brightness of the status colors.
Scott Shawcroft
2017-01-30
Add frequency changing support to PWMOut.
Scott Shawcroft
2017-01-19
atmel-samd: stop overwriting the flash FS.
Scott Shawcroft
2017-01-19
atmel-samd: Change new flash FS name to CIRCUITPY
Scott Shawcroft
2017-01-19
atmel-samd: Reset the DAC on soft reset. Fixes #80.
Scott Shawcroft
[next]