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-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
2014-11-05
unix: fast: Set initial module dict size big to have high pystone score.
Paul Sokolovsky
2014-11-04
docs: Bump version to 1.3.6.
Damien George
2014-11-04
docs: Update front page to display date of last update.
Damien George
2014-11-04
docs: Add links from quickref to pyb classes.
Damien George
2014-11-04
docs: Add debounce tutorial; order Pin methods; add pull resistor info.
Damien George
2014-11-03
docs: Add pdf size info to datasheet links.
Damien George
2014-11-03
docs: Add skin imgs; change external links to micropython.org/resources.
Damien George
2014-11-03
docs: Adjust table spacing in topindex page.
Damien George
2014-11-03
py: Explicitly set uninitialised struct member to false.
Damien George
2014-11-03
py: Fix builtin callable so it checks user-defined instances correctly.
Damien George
2014-11-03
Merge branch 'szinya-master'
Damien George
2014-11-03
docs: Fix typo in Fading LEDs
Márton Szinovszki
2014-11-02
docs: Disable logo and add spacing to top index.
Damien George
2014-11-02
docs: Make custom index page; add more docs.
Damien George
2014-11-02
unix: Provide "fast" target to build interpreter for benchmarking.
Paul Sokolovsky
2014-11-02
stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).
Damien George
2014-11-02
py: Fix bug with right-shifting small ints by large amounts.
Paul Sokolovsky
2014-10-31
docs: Cleanup and update some docs.
Damien George
2014-10-31
tests: Add heapalloc.py.exp, since CPython can't generate it.
Damien George
2014-10-31
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Damien George
2014-10-31
stmhal: Fix UART so bits counts number of data bits, not incl parity.
Damien George
2014-10-31
py: Add builtin round function.
Damien George
2014-10-31
docs: Add 2 images for tutorials.
Damien George
2014-10-31
docs: Import documentation from source-code inline comments.
Damien George
2014-10-31
tools: Make gendoc.py able to output RST format.
Damien George
2014-10-31
stmhal: Update some inlined docs for network and CAN.
Damien George
2014-10-31
docs: Fix links to images and other parts of the docs.
Damien George
[next]