| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-30 | docs: Convert all cases of machine.sleep to machine.lightsleep. | Damien George | |
| 2018-10-01 | docs/wipy: Fix links to network.Server, and markup for boot.py. | Damien George | |
| 2018-10-01 | docs: Unify all the ports into one set of documentation. | Damien George | |
| With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things. | |||
| 2017-06-03 | docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc. | Paul Sokolovsky | |
| This patch also unconditionalizes uos.dupterm(), though exact interface and semantics is yet to be defined. | |||
| 2017-06-03 | docs/uos: Deconditionalize, remove minor port-specific details. | Paul Sokolovsky | |
| For a couple of ports, there was information which directory is set as current after boot. This information doesn't belong to "uos" module, and is moved to boards' references (which actually already contained information on which directory is chosen for boot, even if without explicit mentioning that it becomes current directory, which is now done). | |||
| 2017-06-03 | docs/network: Move confusingly-named cc3200 Server class to its reference. | Paul Sokolovsky | |
| cc3200 port has network.Server class to control behavior of builtin Telnet/FTP server of that port. | |||
| 2017-04-18 | docs/wipy/general: Add section about specifics of I2C implementation. | Damien George | |
| 2017-04-16 | docs/machine: Move machine.main() misnomer to wipy's known issues. | Paul Sokolovsky | |
| 2017-04-16 | docs/library/ussl: Deconditionalize, wipy notes moved to its documentation. | Paul Sokolovsky | |
| 2017-04-09 | docs/uhashlib: Deconditionalize. | Paul Sokolovsky | |
| Notes on WiPy incompatibilities with the standard module API are moved under "Known issues" to its documentation. | |||
| 2017-04-09 | docs/usocket: Deconditionalize. | Paul Sokolovsky | |
| Notes on WiPy incompatibilities with the standard socket module API are moved under "Known issues" to its documentation. | |||
| 2017-04-05 | docs/machine.Pin: Move wipy-specific methods to its docs. | Paul Sokolovsky | |
| 2017-04-05 | docs/machine.Pin: Move wipy-specific details to its own docs. | Paul Sokolovsky | |
| 2016-10-10 | docs/wipy: Correct deep sleep current figure. | daniel | |
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 2016-05-03 | docs/machine: idle() description generalization. | Paul Sokolovsky | |
| 2016-05-03 | docs/machine: More generic description of sleep's, WiPy details to its genref. | Paul Sokolovsky | |
| 2016-05-03 | docs/machine: Move WiPy-specific hardware details to its general reference. | Paul Sokolovsky | |
| 2015-11-18 | docs/wipy: Add warning about losing wlan connection when changing mode. | Jason Hildebrand | |
| Also provide workarounds, link to other revelant sections, and fix some typos. | |||
| 2015-10-26 | docs/wipy: Fix bug in example code and add note regarding OTA. | danicampora | |
| 2015-10-26 | docs/wipy: Fix several typos and change some pyboard to WiPy. | Martijn Koster | |
| 2015-10-22 | docs/wipy: Correct typo in safe boot description. | danicampora | |
| 2015-10-21 | docs/wipy: Add more tutorials and examples. | danicampora | |
| 2015-10-21 | docs: Several corrections to the classes in the machine module. | danicampora | |
| 2015-10-19 | docs/wipy: Add wipy tutorials section. | danicampora | |
| 2015-10-19 | docs: Add wipy and network.server documentation. | danicampora | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-08-16 | cc3200: Change HeartBeat period from 5 to 4 seconds. | Daniel Campora | |
| 2015-08-09 | cc3200: Enable bootloader safe boot on latest firmware. | Daniel Campora | |
| The first safe boot level executes the latest firmware but skips 'main.py' and 'boot.py'. | |||
| 2015-07-30 | cc3200: Append last 2 bytes of the MAC address to the default SSID. | Daniel Campora | |
| 2015-07-30 | cc3200: Rename pins from GPIO to just GP. | Daniel Campora | |
| This is how the names will be printed on the sticker that goes on top of the EMI shield. The shorter names also help saving a few bytes of RAM and ROM. | |||
| 2015-07-15 | cc3200: Implement new OTA mechanism with 2 firmware update slots. | Daniel Campora | |
| 2015-06-30 | docs/wipy: Update safe boot comments to match actual behaviour. | Daniel Campora | |
| 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. | |||
