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
Age
Commit message (
Expand
)
Author
2014-11-28
docs: Bump version to 1.3.7.
v1.3.7
Damien George
2014-11-28
Update uheapq.rst
inaugurator
2014-11-28
esp8266: Change bignum from mpz to longlong; move some rodata to iram.
Damien George
2014-11-28
esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.
Damien George
2014-11-28
esp8266: Allow to override serial port.
Paul Sokolovsky
2014-11-27
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George
2014-11-27
py: Add NLR support for xtensa CPU.
Damien George
2014-11-27
stmhal: Enable uhashlib module; add heapq, hashlib weak links.
Damien George
2014-11-27
pfenv_printf: Properly implement %p format specifier.
Paul Sokolovsky
2014-11-27
builtin: Reimplement __repl_print__() in terms of print().
Paul Sokolovsky
2014-11-27
map: Add empty fixed map.
Paul Sokolovsky
2014-11-27
stmhal: Remove unnecessary HAL_Delay in readline loop.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-11-27
py: #if guard str_make_new when not needed.
Damien George
2014-11-26
Adding CAN filter management
Henrik Sölver
2014-11-25
stmhal: Enable DAC on STM32F4DISC.
Damien George
2014-11-22
tests: Add test for hashlib.sha256 .
Paul Sokolovsky
2014-11-22
moduhashlib: Integrate sha256 implementation.
Paul Sokolovsky
2014-11-22
moduhashlib: Add sha256 implementation from "crypto-algorithms" project.
Paul Sokolovsky
2014-11-22
moduhashlib: Initial module skeleton.
Paul Sokolovsky
2014-11-21
drivers, cc3000: Cleaning up, make local functions static.
Damien George
2014-11-21
windows: Update config with latest features
stijn
2014-11-21
py: Add support for float/double arrays in array module.
Damien George
2014-11-19
Set PYTHONIOENCODING='utf-8' so that unicode tests can pass on CPython on
blmorris
2014-11-17
README: Update link to logo.
Damien George
2014-11-16
py: Make stream seek correctly check for ioctl fn; add seek for textio.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-11-17
stmhal: Switch to file.seek() implementation using stream ioctl.
Paul Sokolovsky
2014-11-17
tests: Add test for file.seek().
Paul Sokolovsky
2014-11-17
stream: Implement seek operation support via ioctl, wrapped in generic method.
Paul Sokolovsky
2014-11-17
stream: Convert .ioctl() to take fixed number of args.
Paul Sokolovsky
2014-11-15
docs: Fix RTD build configuration.
Damien George
2014-11-15
stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.
Damien George
2014-11-15
stmhal: Fix HAL error raising; make test for it.
Damien George
2014-11-15
docs: Add optional sphinx_rtd_theme; add docs build instructions.
evildmp
2014-11-15
Document parameter "data" of i2c.mem_read() more clear
Matthias
2014-11-15
tests: Add test for hash of user defined class.
Damien George
2014-11-15
py: Use __hash__ method if a type defines it
stijn
2014-11-09
docs: select: Describe extra details.
Paul Sokolovsky
2014-11-06
py: Fix order-only dependencies in mkrules.mk and py.mk.
Sven Wegener
2014-11-06
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Damien George
2014-11-06
py: Remove obsolute function declaration.
Damien George
2014-11-05
py: Add order-only dependency for py-version.h
Sven Wegener
2014-11-05
stmhal: Declare variables extern in include files
Sven Wegener
2014-11-05
bare-arm: Add dummy __assert_func and __fatal_error
Sven Wegener
2014-11-05
py: Deactivate more code without MICROPY_PY_SYS
Sven Wegener
2014-11-05
unix: Allow -X heapsize number take 'w' specifier for word size adjustment.
Paul Sokolovsky
2014-11-05
py: Fix some macros defines; cleanup some includes.
Damien George
2014-11-05
py: Allow bytes object as argument to some str methods.
Damien George
2014-11-05
py: Allow +, in, and compare ops between bytes and bytearray/array.
Damien George
[next]