summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2015-10-21docs: Remove remaining references to 'af', which is now 'alt'.danicampora
2015-10-21docs: Several corrections to the classes in the machine module.danicampora
2015-10-21docs: Add usocket and ussl modules' documentation.danicampora
2015-10-19cc3200: WLAN class can retrieve the existing instance.danicampora
2015-10-19docs/wipy: Add wipy tutorials section.danicampora
2015-10-19docs: Add wipy and network.server documentation.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-10-13docs: Fix formatting of DAC code examples.Damien George
2015-10-13stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.Damien George
2015-10-10docs: Describe properly how MCU can be woken from pyb.standby() state.Damien George
2015-10-06docs: Update esp8266 documentation to match the code.Radomir Dopieralski
2015-09-16docs: Adapt WiPy's ADC doc and quickref to the new API.Daniel Campora
2015-09-16cc3200: New SPI API.Daniel Campora
2015-09-16docs/wipy: Add pins to the I2C constructor.Daniel Campora
2015-09-16cc3200: New WDT API.Daniel Campora
2015-09-16cc3200: Add UART.ODD and UART.EVEN to select parity.Daniel Campora
2015-09-16cc3200: Replace Pin.PULL_NONE with None.Daniel Campora
2015-09-16docs: Update I2C and UART docs to match the new API.Daniel Campora
2015-09-10cc3200: New UART API plus related test.Daniel Campora
2015-09-10cc3200: Add alternate functions list to Pin object.Daniel Campora
2015-09-10cc3200: Re-work Pin class according to the new API.Daniel Campora
2015-08-16cc3200: Rework SD API. Increase heap to avoid malloc failures.Daniel Campora
2015-08-16cc3200: Rename SPI nss param to cs.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
2015-08-10cc3200: Make ADC API compatible with the pyboard.Daniel Campora
2015-08-09cc3200: Improve support for WEP security.Daniel Campora
2015-08-09docs: Add i2c keywork arguments only indication.Daniel Campora
2015-08-09cc3200: Add nic.iwconfig() to set/get WLAN configuration.Daniel Campora
2015-08-02cc3200: Make I2C and SPI API the same as in stmhal.Daniel Campora
2015-07-30cc3200: Rename pins from GPIO to just GP.Daniel Campora
2015-07-22stmhal: Allow ADC.read_timed to take Timer object in place of freq.Damien George
2015-07-21stmhal: Allow DAC.write_timed to take Timer object in place of freq.Damien George
2015-07-08docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.Damien George
2015-07-02cc3200: time.sleep() now receives seconds, like CPython.Daniel Campora
2015-06-28cc3200: Add `Pin.name()` method.Daniel Campora
2015-06-27docs: Fix duplicate label error for network.WLAN.Damien George
2015-06-17esp8266: Updated documentation for scan() and moved to networkBill Owens
2015-06-16docs: Add more documentation for the CC3200 in the pyb module.Daniel Campora
2015-06-13esp8266: Fix the documentation for esp.connect() and esp.disconnect()Radomir Dopieralski
2015-06-10docs: Add initial draft documentation for the WiPy.Daniel Campora
2015-06-06docs/uctype: Update for constructor argument order changes.Paul Sokolovsky
2015-06-04docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George
2015-06-02docs/uctypes: Typo fix.Paul Sokolovsky
2015-06-02docs/uctypes: Fix API description errors.Paul Sokolovsky
2015-05-30docs: Document esp module for ESP8266.Radomir Dopieralski
2015-05-20extmod: Add ubinascii.unhexlifyDave Hylands
2015-05-13docs: Document USB_VCP file-like methods.Damien George
2015-05-12stmhal: Add os.rename function.Steve Zatz
2015-05-11sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.blmorris
2015-04-21docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.Damien George