index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
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-17
extmod/modurandom: Make yasmarang() function static.
Paul Sokolovsky
2016-01-17
extmod/modurandom: Add "urandom" module.
Paul Sokolovsky
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
2016-01-10
extmod: Fix uctypes size calculation for bitfields
Dave Hylands
2016-01-03
uctypes: Implement assignment for scalar array
Antonin ENFRUN
2016-01-01
extmod/moduos_dupterm: Handle exceptions in call to dupterm's .write()
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Paul Sokolovsky
2015-12-30
extmod/modlwip: Use _ERR_BADF instead of magic number.
Paul Sokolovsky
2015-12-30
extmod/modlwip: Avoid magic numeric values in memcpy().
Paul Sokolovsky
2015-12-30
extmod/modlwip: User proper field name and value names for socket state.
Paul Sokolovsky
2015-12-29
extmod/modlwip: Mark some lwip_socket_obj_t's fields as volatile.
Paul Sokolovsky
2015-12-29
extmod/modlwip: tcp_recv: Use more regular and responsive poll pattern.
Paul Sokolovsky
2015-12-26
extmod/modubinascii: Add "separator" argument to hexlify().
Paul Sokolovsky
2015-12-20
extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.
Paul Sokolovsky
2015-12-18
unix: machine_mem improvements
Dave Hylands
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-12-09
extmod/moductypes: sizeof operation depends on layout type of structure.
Paul Sokolovsky
2015-12-04
extmod/moductypes: set_aligned(): Handle INT64/UINT64.
Paul Sokolovsky
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
extmod/modmachine: Use uintptr_t instead of mp_uint_t for address type.
Damien George
2015-11-25
extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.
Paul Sokolovsky
2015-11-25
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Paul Sokolovsky
2015-11-23
extmod/modure: Use correct integer type for n_args argument.
Damien George
2015-11-04
extmod/lwip: Change void pointers to unions, include new mphal.h file
Galen Hazelwood
2015-11-01
extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.
Paul Sokolovsky
2015-11-01
extmod/modure: Make sure that errors in regexps are caught early.
Paul Sokolovsky
2015-11-01
extmod/re1.5: Update to 0.8.
Paul Sokolovsky
2015-10-31
extmod/modlwip: socket->incoming changed by async callbacks, must be volatile.
Paul Sokolovsky
2015-10-28
extmod/moductypes: When dealing with UINT64, use mp_obj_new_int_from_ull().
Paul Sokolovsky
2015-10-27
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-27
extmod/modlwip: Codestyle: no need for () when taking address of primary expr.
Paul Sokolovsky
2015-10-27
extmod/modlwip: lwip_tcp_send(): Common subexpression elimination, use MIN().
Paul Sokolovsky
2015-10-27
extmod/modlwip.c: Codestyle whitespace changes.
Paul Sokolovsky
2015-10-27
extmod/modlwip: slip: Use stream protocol and be port-independent.
Paul Sokolovsky
2015-10-26
extmod/moductypes: Implement buffer protocol.
Paul Sokolovsky
2015-10-23
extmod/modlwip: Initial commit of the lwip network stack module
Galen Hazelwood
2015-10-20
extmod/modussl: Remove unused header.
Paul Sokolovsky
2015-10-06
modussl: SSL socket wrapper module based on axTLS.
Paul Sokolovsky
2015-08-18
extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any.
Paul Sokolovsky
2015-07-08
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Paul Sokolovsky
2015-07-06
extmod/modubinascii: Re-use error string to reduce code size.
Damien George
2015-07-04
ubinascii: Fix a shadowed variable case.
Paul Sokolovsky
2015-07-04
ubinascii: b2a_base64: Optimize away a modulo operation.
Paul Sokolovsky
[next]