| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-01 | docs: Sort "micro-library" module list alphabetically. | Paul Sokolovsky | |
| 2014-11-30 | Update documentation for the CAN class | Henrik Sölver | |
| 2014-11-29 | stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C. | Damien George | |
| 2014-11-28 | Update uheapq.rst | inaugurator | |
| Erratum in froh. | |||
| 2014-11-15 | stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args. | Damien George | |
| Also update docs to explain how CAN baudrate is determined. | |||
| 2014-11-15 | Document parameter "data" of i2c.mem_read() more clear | Matthias | |
| Hi, i would like to add a little clarification to the parameter "data" of i2c.mem_read(): I misunderstood ``data`` can be an integer or a buffer to read into as "i can give a integer variable to read a integer into" . This pull-request adds the following clarification: ``data`` can be an integer (number of bytes to read) or a buffer to read into Thanks for your great work! Best wishes, Matthias | |||
| 2014-11-09 | docs: select: Describe extra details. | Paul Sokolovsky | |
| 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-02 | docs: Make custom index page; add more docs. | Damien George | |
| 2014-11-02 | stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB). | Damien George | |
| Also restrict higher frequencies to have a VCO_OUT frequency below 432MHz, as specified in the datasheet. Docs improved to list allowed frequencies, and explain about USB stability. | |||
| 2014-10-31 | docs: Cleanup and update some docs. | Damien George | |
| 2014-10-31 | py: Make gc.enable/disable just control auto-GC; alloc is still allowed. | Damien George | |
| gc.enable/disable are now the same as CPython: they just control whether automatic garbage collection is enabled or not. If disabled, you can still allocate heap memory, and initiate a manual collection. | |||
| 2014-10-31 | stmhal: Fix UART so bits counts number of data bits, not incl parity. | Damien George | |
| Addresses issue #950. | |||
| 2014-10-31 | docs: Import documentation from source-code inline comments. | Damien George | |
| The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory. | |||
