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
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2017-11-24
extmod/modlwip: Commit TCP out data to lower layers if buffer gets full.
Damien George
2017-11-24
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-20
extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-16
extmod/vfs: Use existing qstr for forward-slash string object.
Damien George
2017-11-12
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Christopher Cooper
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-11-02
extmod/modussl_axtls: Typo fix in comment.
Paul Sokolovsky
2017-11-02
extmod/modussl_axtls: socket_read: Handle EAGAIN.
Paul Sokolovsky
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-10-30
extmod/modussl_mbedtls: Allow to compile with unix coverage build.
Damien George
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-27
extmod/vfs: Replace VLA in proxy func with small, static sized array.
Damien George
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-19
extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.
Damien George
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-03
extmod/modure: Add stack overflow checking when executing a regex.
Paul Sokolovsky
2017-10-02
extmod/re1.5: Upgrade to v0.8.2, adds hook for stack overflow checking.
Paul Sokolovsky
2017-09-24
extmod/re1.5: Update to 0.8.1.
Paul Sokolovsky
2017-09-12
extmod/machine_pinbase: Put PinBase singleton in ROM.
Damien George
2017-09-06
extmod/modussl_mbedtls: Allow to compile with MBEDTLS_DEBUG_C disabled.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-08-31
extmod/modubinascii: Only include uzlib/tinf.h when it's really needed.
Damien George
2017-08-30
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
Damien George
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-21
extmod/modubinascii: Don't post-increment variable that won't be used.
Damien George
2017-08-21
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Damien George
2017-08-17
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Alex Robbins
2017-08-16
extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.
Eric Poulsen
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-02
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Damien George
2017-07-31
extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP).
Paul Sokolovsky
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-07-29
extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-29
extmod/modframebuf: Use correct initialization for .locals_dict.
Paul Sokolovsky
2017-07-26
extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.
Damien George
2017-07-26
extmod/modussl_mbedtls: Implement non-blocking SSL sockets.
Eric Poulsen
2017-07-25
extmod/modframebuf: Consistently use "col" as name for colour variables.
Damien George
2017-07-25
extmod/modussl_mbedtls: Make socket.close() free all TLS resources.
Damien George
2017-07-25
extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.
Radomir Dopieralski
2017-07-25
extmod/modussl_mbedtls: When reading and peer wants to close, return 0.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
extmod/modussl_mbedtls: Support server_side mode.
Damien George
2017-07-20
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
[prev]
[next]