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-05-01
atmel-samd: Clean up leftovers from QTouch.
0.9.7
Scott Shawcroft
2017-05-01
atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.
Scott Shawcroft
2017-04-25
Update the README with new links.
Scott Shawcroft
2017-04-20
travis: turn off artifact debug.
0.9.6
Scott Shawcroft
2017-04-20
travis: working_dir doesn't work as expected. Try and fix it.
Scott Shawcroft
2017-04-20
atmel-samd: Remove debug prints from TouchIn
Scott Shawcroft
2017-04-20
travis: artifact upload tweaks.
Scott Shawcroft
2017-04-20
travis: Don't try and build ESP8266
Scott Shawcroft
2017-04-20
travis: Fix typo
Scott Shawcroft
2017-04-20
Turn on build saving and uf2 creation.
Scott Shawcroft
2017-04-20
atmel-samd: Update CircuitPlayground Express pins for Rev G.
Scott Shawcroft
2017-04-20
Switch to a shared piece of code to compute start and length of a
Scott Shawcroft
2017-04-18
atmel-samd: Switch to https for freetouch submodule.
Scott Shawcroft
2017-04-18
atmel-samd: Turn on framebuf for Express boards because they have space.
Scott Shawcroft
2017-04-18
atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.
Scott Shawcroft
2017-04-18
esp8266: Fix busio.SPI to take both MOSI and MISO.
Scott Shawcroft
2017-04-18
atmel-samd: Swap out pulseio for touchio based on FreeTouch.
Scott Shawcroft
2017-04-15
Merge pull request #118 from dhalbert/master
Scott Shawcroft
2017-04-15
atmel-samd: HID report descriptor for mouse had to be COMPILER_WORD_ALIGNED.
Dan Halbert
2017-04-13
Correct PulseOut example code
0.9.5
Scott Shawcroft
2017-04-13
atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise.
Scott Shawcroft
2017-04-13
atmel-samd: Account for pending ticks in PulseIn. Fixes #116.
Scott Shawcroft
2017-04-13
esp8266: Don't reset TX and RX lines. The pullup is required for
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
Scott Shawcroft
2017-04-11
atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...
Scott Shawcroft
2017-04-11
atmel-samd: Reset PulseIn correctly on soft reset.
Scott Shawcroft
2017-04-11
atmel-samd: Fix PulseIn duration math to handle case when current us time is ...
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-28
esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...
Scott Shawcroft
2017-03-27
atmel-samd: Update Feather M0 Express USB pid.
0.9.3
Scott Shawcroft
2017-03-27
atmel-samd: Add message for when auto reset is off. Fixes #112
Scott Shawcroft
2017-03-27
Change to official Feather M0 Express branding.
Scott Shawcroft
2017-03-25
Add low-level OneWire support class.
Scott Shawcroft
2017-03-24
Add PulseIn support which can be used to measure a series of pulse widths.
0.9.2
Scott Shawcroft
2017-03-10
Add PulseOut which can pulse a PWMOut for IR remote transmission.
Scott Shawcroft
2017-03-10
esp8266: Turn off framebuf to get space.
Scott Shawcroft
2017-03-10
Fix duty_cycle constructor argument to PWMOut.
Scott Shawcroft
2017-03-09
atmel-samd: Turn on stack checking so infinite recursion doesn't completely c...
Scott Shawcroft
2017-03-07
Update the Python intersphinx reference to Python 3 https.
Scott Shawcroft
2017-03-07
shared-bindings: Do a pass on the docs and make sure keyword only arguments m...
Scott Shawcroft
2017-03-07
shared-bindings: Reenable struct_time. It was turned off when playing with LT...
Scott Shawcroft
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
[next]