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-04
docs: Bump version to 1.3.6.
v1.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
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-10-26
docs: Increase size of pyboard pinout.
v1.3.5
Damien George
2014-10-26
unix: Make -v dump memory info at exit.
Paul Sokolovsky
2014-10-26
docs: Add quick reference page, with pinout and short example code.
Damien George
2014-10-26
stmhal: Allow DAC object to be initialised from a pin.
Damien George
2014-10-26
unix: Implement -m option (execute module from stdlib).
Paul Sokolovsky
2014-10-26
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-10-26
tests: Get builtin_compile to skin properly on pyboard.
Damien George
[next]