| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 2016-01-13 | docs: Several minor changes: network, pyb, ADCAll and inline asm. | Peter Hinch | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-10-10 | docs: Describe properly how MCU can be woken from pyb.standby() state. | Damien George | |
| 2015-06-16 | docs: Add more documentation for the CC3200 in the pyb module. | Daniel Campora | |
| 2015-06-10 | docs: Add initial draft documentation for the WiPy. | Daniel Campora | |
| This makes all common files "port-aware" using the .. only directive. | |||
| 2015-04-21 | docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup. | Damien George | |
| 2015-04-09 | docs: Document pyb.main function to set main script. | Damien George | |
| 2015-02-13 | stmhal: Add Python-configurable USB HID mode. | Damien George | |
| Different HID modes can be configured in Python. You can either use predefined mouse or keyboard, or write your own report descriptor. | |||
| 2015-01-08 | docs: Add note about maximum frequency of busses. | Damien George | |
| 2015-01-01 | docs: Add quickref info about Servo; improve Servo docs. | Damien George | |
| 2014-12-27 | stmhal: Add ability to mount custom block device. | Damien George | |
| 2014-12-08 | stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs. | Damien George | |
| This is useful if you need precise control over the speed of peripherals (eg SPI clock). | |||
| 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 | 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. | |||
