aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-17stmhal: Switch to file.seek() implementation using stream ioctl.Paul Sokolovsky
2014-11-17tests: Add test for file.seek().Paul Sokolovsky
2014-11-17stream: Implement seek operation support via ioctl, wrapped in generic method.Paul Sokolovsky
2014-11-17stream: Convert .ioctl() to take fixed number of args.Paul Sokolovsky
2014-11-15docs: Fix RTD build configuration.Damien George
2014-11-15stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George
2014-11-15stmhal: Fix HAL error raising; make test for it.Damien George
2014-11-15docs: Add optional sphinx_rtd_theme; add docs build instructions.evildmp
2014-11-15Document parameter "data" of i2c.mem_read() more clearMatthias
2014-11-15tests: Add test for hash of user defined class.Damien George
2014-11-15py: Use __hash__ method if a type defines itstijn
2014-11-09docs: select: Describe extra details.Paul Sokolovsky
2014-11-06py: Fix order-only dependencies in mkrules.mk and py.mk.Sven Wegener
2014-11-06py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.Damien George
2014-11-06py: Remove obsolute function declaration.Damien George
2014-11-05py: Add order-only dependency for py-version.hSven Wegener
2014-11-05stmhal: Declare variables extern in include filesSven Wegener
2014-11-05bare-arm: Add dummy __assert_func and __fatal_errorSven Wegener
2014-11-05py: Deactivate more code without MICROPY_PY_SYSSven Wegener
2014-11-05unix: Allow -X heapsize number take 'w' specifier for word size adjustment.Paul Sokolovsky
2014-11-05py: Fix some macros defines; cleanup some includes.Damien George
2014-11-05py: Allow bytes object as argument to some str methods.Damien George
2014-11-05py: Allow +, in, and compare ops between bytes and bytearray/array.Damien George
2014-11-05unix: fast: Set initial module dict size big to have high pystone score.Paul Sokolovsky
2014-11-04docs: Bump version to 1.3.6.Damien George
2014-11-04docs: Update front page to display date of last update.Damien George
2014-11-04docs: Add links from quickref to pyb classes.Damien George
2014-11-04docs: Add debounce tutorial; order Pin methods; add pull resistor info.Damien George
2014-11-03docs: Add pdf size info to datasheet links.Damien George
2014-11-03docs: Add skin imgs; change external links to micropython.org/resources.Damien George
2014-11-03docs: Adjust table spacing in topindex page.Damien George
2014-11-03py: Explicitly set uninitialised struct member to false.Damien George
2014-11-03py: Fix builtin callable so it checks user-defined instances correctly.Damien George
2014-11-03Merge branch 'szinya-master'Damien George
2014-11-03docs: Fix typo in Fading LEDsMárton Szinovszki
2014-11-02docs: Disable logo and add spacing to top index.Damien George
2014-11-02docs: Make custom index page; add more docs.Damien George
2014-11-02unix: Provide "fast" target to build interpreter for benchmarking.Paul Sokolovsky
2014-11-02stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).Damien George
2014-11-02py: Fix bug with right-shifting small ints by large amounts.Paul Sokolovsky
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31tests: Add heapalloc.py.exp, since CPython can't generate it.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
2014-10-31stmhal: Fix UART so bits counts number of data bits, not incl parity.Damien George
2014-10-31py: Add builtin round function.Damien George
2014-10-31docs: Add 2 images for tutorials.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George
2014-10-31tools: Make gendoc.py able to output RST format.Damien George
2014-10-31stmhal: Update some inlined docs for network and CAN.Damien George
2014-10-31docs: Fix links to images and other parts of the docs.Damien George