summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
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
2015-04-18stmhal: Add support for sending and receiving CAN RTR messages.Henrik
2015-04-16stmhal: Allow sending CAN messages with timeout=0.Damien George
2015-04-09docs: Document pyb.main function to set main script.Damien George
2015-03-31docs: uctypes: Bullet list formatting fixes.Paul Sokolovsky
2015-03-31docs: uctypes: Describe how to instantiate struct objects.Paul Sokolovsky
2015-03-30docs: Add additional example/note for Timer's callback usage.Ivan Pejić
2015-03-30docs: Provide initial documentation for micropython module.Damien George
2015-03-27docs: uctypes: Describe bytes_at(), bytearray_at().Paul Sokolovsky
2015-03-24docs: uctypes: Describe couple more functions.Paul Sokolovsky
2015-03-09stmhal: Add support for quadrature encoder mode to pyb.TimerChannel.Dave Hylands
2015-03-09docs: Update pyb.Timer.rst to fix pulse widths that exceed the period.Peter Hinch
2015-02-23docs: Correct the documentation for math.frexp.Damien George
2015-02-22pyb.UART.rst: Clean up note about stream protocol support.Paul Sokolovsky
2015-02-22stmhal: For UART, check that baudrate is within 5% of desired value.Damien George
2015-02-15stmhal: Add support for CAN rx callbacks.Henrik Sölver
2015-02-13stmhal: Add uart.sendbreak() method, to send a break condition.Damien George
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2015-01-20docs: Fix frequency info for DAC.triangle.Damien George
2015-01-08docs: Add note about maximum frequency of busses.Damien George
2015-01-08docs: Add initial "uctypes" modules docs. WIP.Paul Sokolovsky
2015-01-01docs: Add quickref info about Servo; improve Servo docs.Damien George
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-22docs: Make admonition for CPy-difference use "attention" class.Damien George
2014-12-19docs: Add CPy diff note for print_exception; embellish sys.platform.Damien George