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-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
2014-10-31
docs: Add tutorial for fading LED using PWM, with fritzing image
Shuning Bian
2014-10-31
stmhal: Implement support for RTS/CTS hardware flow control in UART.
Damien George
2014-10-31
stmhal: Add ioctl to USB_VCP object, so it works with select.
Damien George
2014-10-30
stmhal: Improve CAN print function.
Damien George
2014-10-30
tests: Added and adapted CAN tests for extended messages
Henrik Sölver
2014-10-30
stmhal: Added support for extended CAN frames.
Henrik Sölver
2014-10-30
mpz: Fix 64bit msvc build
stijn
2014-10-31
objstr: Allow to convert any buffer proto object to str.
Paul Sokolovsky
2014-10-31
py: mp_obj_str_get_str(): Work with bytes too.
Paul Sokolovsky
2014-10-30
stmhal: Fix ptr arith in CC3000 code; enable network build in travis.
Damien George
2014-10-30
moductypes: Make .sizeof() work with bytearrays.
Paul Sokolovsky
2014-10-30
moductypes: Add test for accessing UINT8 array.
Paul Sokolovsky
2014-10-30
moductypes: When dereferencing a field which is array of uint8, use bytearray.
Paul Sokolovsky
2014-10-30
moductypes: Make sure we can apply .sizeof() to all aggregate types.
Paul Sokolovsky
2014-10-29
py: Allow to override port config file and thus have >1 configs per port.
Paul Sokolovsky
2014-10-29
Fix errors after enabling -Wpointer-arith
stijn
[prev]
[next]