• v1.3.6 ff8d0e071c

    Improved documentation, and other small changes.

    Ghost released this 2014-11-05 05:04:48 +10:00 | 5102 commits to cross since this release

    py core:

    • add builtin round function
    • gc.enable/disable still allows manual GC (as per CPython)
    • fix builtin callable for user-defined types
    • fix bug for right shift of small int by large amount

    unix port:

    • add "fast" version
    • improve uctypes, including sizeof function

    stmhal port:

    • support for extended CAN frames
    • USB_VCP works with select
    • experimental support for RTS/CTS in UART
    • make UART bits count number of data bits, not incl parity
    • pyb.freq now allows 8MHz and 16MHz

    docs:

    • revamp and merge all inline docs into Sphinx framework
    • add a few more tutorials
    Downloads