summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard/tutorial
Commit message (Collapse)AuthorAge
* docs: Add a "Reset and Boot Sequence" reference page.Angus Gratton2024-11-19
| | | | | | | | | | | | Previously individual ports documented these aspects to varying degrees, but most of the information is common to all ports. In particular, this adds a canonical explanation of `boot.py` and `main.py`. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
| | | | Signed-off-by: Damien George <damien@micropython.org>
* top: Replace upip with mip everywhere.Jim Mussared2022-09-30
| | | | | | | | | | Updates all README.md and docs, and manifests to `require("mip")`. Also extend and improve the documentation on freezing and packaging. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* drivers/display: Don't include tests by default.Damien George2022-09-06
| | | | | | | | The tests can be copied to the board if needed. Also update the docs to reflect this change. Signed-off-by: Damien George <damien@micropython.org>
* docs: Remove trailing spaces and convert tabs to spaces.Damien George2021-12-15
| | | | Signed-off-by: Damien George <damien@micropython.org>
* stm32: Suggest putting code in main.py not boot.py.Jim Mussared2021-09-16
| | | | | | | Don't want users to accidentally use boot.py (because recovering requires knowing how to activate safe mode). Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* docs: Replace master/slave with controller/peripheral in I2C and SPI.David P2021-07-18
| | | | See https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names
* docs/pyboard: Fix typo in pyb.Switch tutorial.Gabriel M Schuyler2021-05-04
|
* docs: More consistent capitalization and use of articles in headings.Jason Neal2020-01-06
| | | | See issue #3188.
* docs: Remove spaces on lines that are empty.Damien George2019-12-04
|
* docs: Fix spelling in various parts of the docs.Mike Causer2019-10-16
|
* docs/pyboard: Emphasize the instructions for making a USB mouse.Vicki Lowe2019-08-15
| | | | | It wasn't clear why that element was `10` instead of `0`. Also bumped the `10` to `100` to make the mouse movement more obvious.
* docs/pyboard: Clarify initial files on pyboard and fix up formatting.Vicki Lowe2019-08-15
|
* docs/pyboard: Update name of mounted volume to match code.Vicki Lowe2019-08-15
|
* all: Change PYB message prefix to MPY.Mike Causer2019-02-12
| | | | | | | | Replaces "PYB: soft reboot" with "MPY: soft reboot", etc. Having a consistent prefix across ports reduces the difference between ports, which is a general goal. And this change won't break pyboard.py because that tool only looks for "soft reboot".
* docs: Unify all the ports into one set of documentation.Damien George2018-10-01
| | | | | | | | | 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.
* docs/pyboard: Fix to use Sphinx style for internal/external links.Damien George2018-09-20
|
* docs/pyboard: For latex build, use smaller quickref jpg, and no gifs.Damien George2018-07-10
| | | | | The latexpdf target needs images that fit on the page, and does not support gifs.
* docs/pyboard/tutorial: Update now that yellow LED also supports PWM.Mike Causer2017-10-10
|
* docs/pyboard/tutorial: Add "timeout=0" to UART in pass-through example.Damien George2017-08-23
| | | | Without this the pass-through will pause for 1 second at each character.
* docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files.Piotr MaliƄski2017-07-21
|
* docs/pyboard: Move hardware info into General Info chapter.Paul Sokolovsky2017-07-02
| | | | | | | | This makes top-level ToC of the pyboard docs consistent with other ports (consisting of 3 chapters: QuickRef, General Info, and Tutorial). Also, some other minor tweaks applied, like local ToC for General Info and headings mentioning pyboard.
* stmhal: Add .value() method to Switch object, to mirror Pin and Signal.Damien George2017-06-15
|
* docs: For LCD160CR driver and tutorial, add link to positioning image.Damien George2017-02-03
|
* docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.Damien George2017-01-30
|
* docs/pyboard/tutorial: Add tutorial for LCD160CR.Damien George2017-01-23
|
* docs/pyboard: Update USB mouse tutorial to use pyb.USB_HID().Philip Potter2016-08-29
|
* docs/pyboard: Update USB mouse tutorial to use VCP instead of CDC.Philip Potter2016-08-29
|
* docs: Spelling mistakesMike Causer2016-08-02
|
* docs: Update asm tutorial, maximum number of allowed args is now 4.Peter Hinch2016-03-17
|
* docs: Add link from pyboard switch tutorial to ISR rules document.Damien George2016-01-04
|
* docs: Add link from pyboard asm tutorial to asm reference.Damien George2015-06-26
|
* docs: Add reference for Thumb2 inline assembler.Damien George2015-06-25
| | | | Thanks to Peter Hinch for contributing this.
* docs: Add initial draft documentation for the WiPy.Daniel Campora2015-06-10
| | | | This makes all common files "port-aware" using the .. only directive.
* docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George2015-06-04
|
* docs: Generate a separate docs build for each port.Daniel Campora2015-06-04
Using Damien's approach where conf.py and topindex.html are shared by all ports.