summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-04docs: Bump version to 1.3.6.v1.3.6Damien 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
2014-10-31docs: Add tutorial for fading LED using PWM, with fritzing imageShuning Bian
2014-10-31stmhal: Implement support for RTS/CTS hardware flow control in UART.Damien George
2014-10-31stmhal: Add ioctl to USB_VCP object, so it works with select.Damien George
2014-10-30stmhal: Improve CAN print function.Damien George
2014-10-30tests: Added and adapted CAN tests for extended messagesHenrik Sölver
2014-10-30stmhal: Added support for extended CAN frames.Henrik Sölver
2014-10-30mpz: Fix 64bit msvc buildstijn
2014-10-31objstr: Allow to convert any buffer proto object to str.Paul Sokolovsky
2014-10-31py: mp_obj_str_get_str(): Work with bytes too.Paul Sokolovsky
2014-10-30stmhal: Fix ptr arith in CC3000 code; enable network build in travis.Damien George
2014-10-30moductypes: Make .sizeof() work with bytearrays.Paul Sokolovsky
2014-10-30moductypes: Add test for accessing UINT8 array.Paul Sokolovsky
2014-10-30moductypes: When dereferencing a field which is array of uint8, use bytearray.Paul Sokolovsky
2014-10-30moductypes: Make sure we can apply .sizeof() to all aggregate types.Paul Sokolovsky
2014-10-29py: Allow to override port config file and thus have >1 configs per port.Paul Sokolovsky
2014-10-29Fix errors after enabling -Wpointer-arithstijn
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-10-26docs: Increase size of pyboard pinout.v1.3.5Damien George
2014-10-26unix: Make -v dump memory info at exit.Paul Sokolovsky
2014-10-26docs: Add quick reference page, with pinout and short example code.Damien George
2014-10-26stmhal: Allow DAC object to be initialised from a pin.Damien George
2014-10-26unix: Implement -m option (execute module from stdlib).Paul Sokolovsky
2014-10-26stmhal: Improve REPL control codes; improve pyboard.py script.Damien George
2014-10-26tests: Get builtin_compile to skin properly on pyboard.Damien George