| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-25 | docs/wipy: Fix several typos. | Martijn Koster | |
| 2015-10-25 | docs/wipy: Fix error in WLAN quickref. | danicampora | |
| 2015-10-25 | docs: USB_VCP: Always in non-blocking mode, clarify stream method returns. | Paul Sokolovsky | |
| They return None if no data available. | |||
| 2015-10-25 | docs: Explicitly specify behavior of UART stream protocol methods on timeout. | Paul Sokolovsky | |
| 2015-10-22 | docs: Correct machine.RTC examples. | danicampora | |
| 2015-10-22 | docs: Fix typos on wipy docs. | danicampora | |
| 2015-10-22 | docs/wipy: Correct typo in safe boot description. | danicampora | |
| 2015-10-21 | docs/wipy: Remove windows instructions that refer to the pyboard. | danicampora | |
| 2015-10-21 | docs: Add remark about ssl sockets and standard sockets. | danicampora | |
| 2015-10-21 | docs: Bump version to 1.5. | Damien George | |
| 2015-10-21 | docs/wipy: Fix formatting indentation. | danicampora | |
| 2015-10-21 | docs/wipy: Remove incorrect references to usb configuration. | danicampora | |
| 2015-10-21 | docs/wipy: Add more tutorials and examples. | danicampora | |
| 2015-10-21 | docs: Remove remaining references to 'af', which is now 'alt'. | danicampora | |
| 2015-10-21 | docs: Several corrections to the classes in the machine module. | danicampora | |
| 2015-10-21 | docs: Add usocket and ussl modules' documentation. | danicampora | |
| 2015-10-19 | cc3200: WLAN class can retrieve the existing instance. | danicampora | |
| 2015-10-19 | docs/wipy: Add wipy tutorials section. | danicampora | |
| 2015-10-19 | docs: Add wipy and network.server documentation. | danicampora | |
| 2015-10-18 | docs: In top index fix machine module link for the WiPy. | danicampora | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-10-13 | docs: Fix formatting of DAC code examples. | Damien George | |
| 2015-10-13 | stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12. | Damien George | |
| This patch allows to configure the DAC resolution in the constructor and in the init function, eg: dac = DAC(1, bits=12). The default resolution is 8 bits for backwards compatibility. The bits sets the maximum value accepted by write and write_timed methods, being 2**bits - 1. When using write_timed with 12-bit resolution, the input buffer is treated as an unsigned half-word array, typecode 'H'. See PR #1130 for discussion. | |||
| 2015-10-10 | docs: Describe properly how MCU can be woken from pyb.standby() state. | Damien George | |
| 2015-10-06 | docs: Update esp8266 documentation to match the code. | Radomir Dopieralski | |
| * Move the esp.status() to network module. * Describe the wifi.isconnected() method. * Describe esp.mac(), esp.wifi_mode(), esp.phy_mode(), esp.sleep_type(), esp.deepsleep(), and esp.flash_id() functions. | |||
| 2015-09-23 | docs: Bump version to 1.4.6. | Damien George | |
| 2015-09-21 | cc3200: New SD and RTC API plus os and time modules' extensions. | Daniel Campora | |
| 2015-09-16 | docs: Adapt WiPy's ADC doc and quickref to the new API. | Daniel Campora | |
| 2015-09-16 | cc3200: New SPI API. | Daniel Campora | |
| 2015-09-16 | docs/wipy: Add pins to the I2C constructor. | Daniel Campora | |
| 2015-09-16 | cc3200: New WDT API. | Daniel Campora | |
| 2015-09-16 | cc3200: Add UART.ODD and UART.EVEN to select parity. | Daniel Campora | |
| 2015-09-16 | cc3200: Replace Pin.PULL_NONE with None. | Daniel Campora | |
| 2015-09-16 | docs: Update I2C and UART docs to match the new API. | Daniel Campora | |
| 2015-09-10 | cc3200: New UART API plus related test. | Daniel Campora | |
| 2015-09-10 | cc3200: Add alternate functions list to Pin object. | Daniel Campora | |
| Also remove pin.high() and pin.low() methods. | |||
| 2015-09-10 | cc3200: Re-work Pin class according to the new API. | Daniel Campora | |
| Also add relevant test. | |||
| 2015-08-16 | cc3200: Change HeartBeat period from 5 to 4 seconds. | Daniel Campora | |
| 2015-08-16 | cc3200: Rework SD API. Increase heap to avoid malloc failures. | Daniel Campora | |
| 2015-08-16 | cc3200: Rename SPI nss param to cs. | Daniel Campora | |
| The nss param in the pyboard has a different meaning that doesn't apply to the WiPy. | |||
| 2015-08-16 | cc3200: Improve callback API. | Daniel Campora | |
| Rename "wakes" param to "wake_from" and make "value" an object instead of an integer. | |||
| 2015-08-11 | docs: Bump version to 1.4.5. | Damien George | |
| 2015-08-10 | cc3200: Make ADC API compatible with the pyboard. | 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-08-09 | cc3200: Improve support for WEP security. | Daniel Campora | |
| Key is always entered as a string, but if security is WEP, the key is converted automatically to hex before connecting or configuring the device as an AP. | |||
| 2015-08-09 | docs: Add i2c keywork arguments only indication. | Daniel Campora | |
| 2015-08-09 | cc3200: Add nic.iwconfig() to set/get WLAN configuration. | Daniel Campora | |
| Changes are based on this post: https://github.com/micropython/micropython/issues/876#issuecomment-115255551 The constructor can optionally take the same params of iwconfig in order to configure WiFi when creating the object. Params are keyworkd only. The WiPy accepts: - mode (int -> WLAN.AP or WLAN.STA) - ssdi (string) - security (int -> WLAN.OPEN, WLAN.WEP, WLAN.WPA, WLAN.WPA2) - key (string) - channel (int (1-11)) - antenna (int -> WLAN.INTERNAL, WLAN.EXTERNAL) | |||
| 2015-08-02 | cc3200: Make I2C and SPI API the same as in stmhal. | Daniel Campora | |
