summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-04-21docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.Damien George
2015-04-21docs: Bump version to 1.4.2.v1.4.2Damien 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
Thanks to Henrik Sölver for this patch.
2015-04-16Add .gitattributes file to force text line endings to LF.Damien George
Some files are excluded, otherwise a whole lot of files need converting.
2015-04-09docs: Document pyb.main function to set main script.Damien George
2015-04-04docs: Bump version to 1.4.1.v1.4.1Damien 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ć
Add example: using named function for the Timer's callback. Add note: improving traceback inside interrupt timers.
2015-03-30docs: Provide initial documentation for micropython module.Damien George
2015-03-29docs: Bump version to 1.4.v1.4Damien 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-23docs: Update timer tutorial to reflect new behaviour of timer.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
Also includes documentation about minimum baudrate. Addresses issue #1090.
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
Different HID modes can be configured in Python. You can either use predefined mouse or keyboard, or write your own report descriptor.
2015-02-13docs: Bump version to 1.3.10.v1.3.10Damien George
2015-01-25docs: Bump version to 1.3.9.v1.3.9Damien 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-06docs: For Windows USB CDC driver setup, add link to existing PDF guide.Damien George
2015-01-01docs: Add quickref info about Servo; improve Servo docs.Damien George
2015-01-01Add a command for converting the WAV filesRadomir Dopieralski
Add a command for converting the WAV files to the amp skin tutorial, so that people can use their own files easily.
2014-12-29docs: Bump version to 1.3.8.Damien George
Should have done it before tagging...
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-23docs: Add mention about using USB charger when resetting the filesystem.Dave Hylands
It seems the Mac will happily wipe out at least some of the data on a freshly reset filesytem, if the filesystem was reset while plugged into the Mac.
2014-12-22docs: Make admonition for CPy-difference use "attention" class.Damien George
This renders it in yellow/orange box on RTD server.
2014-12-21docs: Add RTD local_settings file, to add custom templates.Damien George
2014-12-21docs: Add custom CSS file, with code for admonition.Damien George
2014-12-19docs: Add CPy diff note for print_exception; embellish sys.platform.Damien George
2014-12-18Fix leds.rstGregory
N (mod 4) is 0..3
2014-12-16docs: Define more clearly the behaviour of LED methods.Damien George
Addresses issue #1006.
2014-12-10docs: Add sys.print_exception().Paul Sokolovsky
2014-12-08stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.Damien George
2014-12-08stmhal: 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-12-05docs: uzlib: Typo fix.Paul Sokolovsky
2014-12-05docs: Add quick docs for uzlib.Paul Sokolovsky
2014-12-04docs: Update network docs to reflect changes to code.Damien George
2014-12-04docs: Add skeleton docs for ure module.Paul Sokolovsky
2014-12-02docs: Add links to LCD and AMP skin schematics.Damien George
2014-12-02docs: Add quick docs for ubinascii.Paul Sokolovsky
2014-12-02docs: Add quick docs for uhashlib.Paul Sokolovsky