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
2016-08-31
atmel-samd: Rename the Feather M0 BLE to Feather M0 Bluefruit LE.
v1.8.3-59-g1725710
Scott Shawcroft
2016-08-31
atmel-samd: Re-enable -Os (size) optimizations.
Scott Shawcroft
2016-08-31
atmel/samd: Support CTRL-C on USB. This won't escape native code but it will ...
Scott Shawcroft
2016-08-30
atmel/samd: Add basic PWM support which only allows for changing the duty.
Scott Shawcroft
2016-08-28
atmel-samd: Rename module classes so they don't conflict with names from ASF.
Scott Shawcroft
2016-08-27
atmel-samd: Add direct write access to the DAC output.
Scott Shawcroft
2016-08-26
atmel-samd: Initial ADC support.
Scott Shawcroft
2016-08-24
atmel-samd: Support Digital IO pins.
Scott Shawcroft
2016-08-24
CODECONVENTIONS.md: Fix typos.
Scott Shawcroft
2016-08-24
atmel-samd: Add limited time module support.
Scott Shawcroft
2016-08-24
Enable REPL over USB.
Scott Shawcroft
2016-08-23
Change the board information used in the header to be board specific.
Scott Shawcroft
2016-08-23
Merge remote-tracking branch 'micropython/master'
Scott Shawcroft
2016-08-23
Add support for REPL on Arduino Zero through EDBG via UART.
Scott Shawcroft
2016-08-24
py/stream.c: use mp_obj_get_type in mp_get_stream_raise
Krzysztof Blazewicz
2016-08-24
extmod/modbtree: do CHECK_ERROR after __bt_seq()
Krzysztof Blazewicz
2016-08-22
Blinking the LED works. Clocks should be set up correctly.
Scott Shawcroft
2016-08-22
Compiled and linked SAMD21x18 version successfully.
Scott Shawcroft
2016-08-22
teensy: Fix execution of frozen boot.py and main.py
Dave Hylands
2016-08-22
stmhal: Remove obsolete code for special handling of TIM3 irq settings.
Damien George
2016-08-22
stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8.
Dave Hylands
2016-08-20
esp8266/esp_mphal: No longer disable watchdog on startup.
Paul Sokolovsky
2016-08-19
esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI
Radomir Dopieralski
2016-08-19
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
Radomir Dopieralski
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.2.
Paul Sokolovsky
2016-08-17
docs/library/machine.WDT: Add note that WDT is only available on WiPy.
Damien George
2016-08-17
tests/run-tests: Disable thread/thread_lock4.py on Travis.
Damien George
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.1.
Paul Sokolovsky
2016-08-17
tests/uzlib_decompress: Actually test raw DEFLATE stream.
Paul Sokolovsky
2016-08-17
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
Paul Sokolovsky
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.
Paul Sokolovsky
2016-08-17
tests/basics/special_methods: Enable tests for extra special methods.
Damien George
2016-08-17
qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.
Damien George
2016-08-17
tests/basics: Add a test file for overriding special methods.
rguillon
2016-08-16
extmod/modwebrepl: set_password(): Raise exception for too long password.
Paul Sokolovsky
2016-08-15
py/sequence: Allow to use bignums as indices in slice objects.
Damien George
2016-08-15
tests/basics: Add test for break from within try within a for-loop.
Damien George
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-08-15
py/obj.h: For obj reprs A,B,C use void* explicitly for mp_obj_t typedef.
Damien George
2016-08-15
tests/misc/non_compliant: Add tests to improve coverage testing.
Damien George
2016-08-15
tests/basics: Add more list tests to improve coverage testing.
Damien George
2016-08-15
tests/basics: Add more tuple tests to improve coverage testing.
Damien George
2016-08-14
py/objstr: Use mp_raise_{Type,Value}Error instead of mp_raise_msg.
Damien George
2016-08-14
py/runtime.h: Move comment about mp_not_implemented to correct place.
Damien George
2016-08-14
py/objtuple: In tuple_cmp_helper, use mp_check_self instead of raising.
Damien George
2016-08-14
esp8266/mpconfigport.h: Enable support for all special methods.
Paul Sokolovsky
2016-08-12
tests: Rename zlibd_decompress.py -> uzlib_decompress.py.
Paul Sokolovsky
2016-08-12
py: Get rid of assert() in method argument checking functions.
Paul Sokolovsky
2016-08-12
py/objdict: Get rid of asserts (remove/replace with mp_check_self()).
Paul Sokolovsky
2016-08-12
py/runtime.h: Define mp_check_self(pred) helper macro.
Paul Sokolovsky
[next]