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
2016-01-31
docs: Bump version to 1.6.
v1.6
Damien George
2016-01-30
tests: For pyboard, add test for I2C error handling and recovery.
Damien George
2016-01-30
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-01-30
stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.
Damien George
2016-01-29
tests: Update pyboard LED test.
Damien George
2016-01-29
docs: Update to say that Timer(3) is free, and detail LED intensity.
Damien George
2016-01-29
stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.
Damien George
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-29
stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.
Damien George
2016-01-29
py/formatfloat: Add ability to format doubles with exponents > 99.
Damien George
2016-01-29
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2016-01-29
unix/main: Remove debug code left from MP_OBJ_TO_PTR refactor.
Paul Sokolovsky
2016-01-28
lib/utils/printf: Fix printf on release builds
Dave Hylands
2016-01-28
py/bc: Update opcode format table now that MP_BC_NOT opcode is gone.
Damien George
2016-01-27
unix/modsocket: sockaddr(): Handle AF_INET6 addresses.
Paul Sokolovsky
2016-01-27
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2016-01-27
stmhal: Add support for the STM32F401NUCLEO board.
Carmine Noviello
2016-01-26
tests: For urandom test, use sys.exit() instead of sys.exit(1).
Damien George
2016-01-26
windows/msvc: Add modurandom.c to list of source files.
Damien George
2016-01-26
tests: Add some tests for urandom module.
Damien George
2016-01-26
windows: Enable urandom module.
Damien George
2016-01-26
extmod/modurandom: Add some extra random functions.
Damien George
2016-01-25
extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define.
Paul Sokolovsky
2016-01-24
extmod/moduhashlib: Add support for SHA1 (based on axTLS).
Paul Sokolovsky
2016-01-24
py/modmicropython: Add stack_use, heap_lock and heap_unlock functions.
Damien George
2016-01-23
stmhal: Add support for building frozen files.
Dave Hylands
2016-01-23
py/objgetitemiter: Typo fix in comment.
Paul Sokolovsky
2016-01-21
unix/modsocket: accept(): Make IPv6-clean.
Paul Sokolovsky
2016-01-19
stmhal: Add os.statvfs
Dave Hylands
2016-01-19
py: Add ustruct.pack_into and unpack_from
Dave Hylands
2016-01-17
.travis.yml: Switch to Ubuntu 14.04 Trusty.
Paul Sokolovsky
2016-01-17
extmod/modurandom: Make yasmarang() function static.
Paul Sokolovsky
2016-01-17
extmod/modurandom: Add "urandom" module.
Paul Sokolovsky
2016-01-16
pic16bit: Minor updates to types to allow port to compile again.
Damien George
2016-01-15
unix/modffi: Allow to compile modffi in OBJ_REPR_D mode.
Damien George
2016-01-15
unix/.gitignore: Add nanbox build output to ignore list.
Damien George
2016-01-15
travis: Add unix NaN-boxing build to Travis builds.
Damien George
2016-01-15
unix: Add option to build 64-bit NaN-boxing interpreter.
Damien George
2016-01-15
py/objproperty: Fix static struct to build with OBJ_REPR_D.
Damien George
2016-01-14
builtin property: accept keyword arguments
chrysn
2016-01-14
tests: Remove builtin_dict test
stijn
2016-01-13
docs: Several minor changes: network, pyb, ADCAll and inline asm.
Peter Hinch
2016-01-13
py: Use new code pattern for parsing kw args with mp_arg_parse_all.
Damien George
2016-01-13
py/emitglue: Use mp_obj_is_float instead of MP_OBJ_IS_TYPE.
Damien George
2016-01-12
py: unary_op enum type fix, and a cast to remove clang warning
Antonin ENFRUN
2016-01-11
unix: Allow to build coverage build with OBJ_REPR_D.
Damien George
2016-01-11
unix: Add socket.inet_ntop function
Dave Hylands
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
[next]