index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-11-29
stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.
Damien George
2014-11-29
esp8266: Add README.md.
Damien George
2014-11-29
tests: Split out float test from builtin_round.py.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
esp8266: Move more rodata to irom section.
Damien George
2014-11-29
modubinascii: Add, with hexlify() implementation.
Paul Sokolovsky
2014-11-28
esp8266: Make default ESP_SDK variable work correctly.
Damien George
2014-11-28
docs: Bump version to 1.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
[next]