| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-16 | docs/library/pyb.CAN: Clean up documentation of data constants. | Damien George | |
| 2018-03-16 | stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info. | Damien George | |
| 2018-03-16 | stm32/can: Add CAN.state() method to get the state of the controller. | Damien George | |
| This is useful for monitoring errors on the bus and knowing when a restart is needed. | |||
| 2018-03-15 | stm32/can: Add CAN.restart() method so controller can leave bus-off. | Damien George | |
| 2018-03-15 | stm32/can: Add "auto_restart" option to constructor and init() method. | Damien George | |
| 2018-03-15 | docs/library/pyb.CAN: Update markup to use latest doc conventions. | Damien George | |
| 2018-03-15 | docs: Fix some references and RST markup to eliminate Sphinx warnings. | Damien George | |
| 2018-03-12 | extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. | Tom Collins | |
| 2018-03-09 | docs/reference/repl.rst: Fix some minor errors in the REPL tutorial. | Damien George | |
| 2018-03-07 | moved to top of list for alphabetical order | Kattni | |
| 2018-03-07 | Added AM2320 to driver list | Kattni | |
| 2018-03-07 | docs/library/uos: Document mount, umount, VfsFat and block devices. | Damien George | |
| 2018-03-07 | docs/library/uos: Create sections for distinct parts and document uname. | Damien George | |
| 2018-03-06 | Merge pull request #659 from tannewt/driver_page_update | Kattni | |
| Update driver links (for 3.x) including categories! | |||
| 2018-03-06 | Fix links. Adding the en/latest/ circumvents a ReadTheDocs bug | Scott Shawcroft | |
| which redirects projects incorrectly. | |||
| 2018-03-06 | Update driver links including categories! | Scott Shawcroft | |
| 2018-03-05 | docs/library/micropython: Describe optimisation levels for opt_level(). | Damien George | |
| 2018-03-05 | docs/library/usocket: Make xref to uerrno explicitly a module reference. | Damien George | |
| 2018-02-27 | Remove bad c2rst and fix the other for sphinx 1.7.1 | Scott Shawcroft | |
| 2018-02-27 | Merge remote-tracking branch 'adafruit/2.x' into merge_2x | Scott Shawcroft | |
| 2018-02-26 | esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface. | Damien George | |
| This will return the RSSI of the AP that the STA is connected to. | |||
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2018-02-15 | docs/library/ujson: Document dump() and load() functions. | Damien George | |
| 2018-02-15 | docs/library/ujson: Update to conform with docs conventions. | Damien George | |
| The formatting of exception objects is done as per CPython conventions, eg: :exc:`TypeError` | |||
| 2018-02-15 | docs/esp8266: Add a note concerning GPIO16 pull capabilities. | Olivier Ortigues | |
| 2018-02-15 | docs/esp8266: Update PWM doc regarding clipping of min/max values. | Olivier Ortigues | |
| 2018-02-11 | Magnetometer values are also 3d vector of uT | Mika Tuupola | |
| Unless I have misunderstood something design guide should have matching the definition with [Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor/blob/master/Adafruit_Sensor.h#L111). | |||
| 2018-02-08 | More formal | Scott Shawcroft | |
| 2018-02-08 | Changes based on feedback in #600. | Scott Shawcroft | |
| 2018-02-07 | Clarify style of attribute comments in the Design Guide. | Scott Shawcroft | |
| And update the core attributes to match the style. | |||
| 2018-02-01 | docs/library/pyb.rst: Add note about availability of USB MSC-only mode. | Damien George | |
| 2018-01-08 | Fix sensor table. (#517) | Scott Shawcroft | |
| RST is very picky about spacing. | |||
| 2018-01-04 | Merge pull request #510 from dhalbert/3.0_merge_2.2.0 | Dan Halbert | |
| merge from 2.2.0 + fix up board defs | |||
| 2018-01-02 | Changing magnetic attribute in design guide (#502) | Dan Conley | |
| 2018-01-02 | merge from 2.2.0 + fix up board defs | Dan Halbert | |
| 2017-12-23 | docs/library/index: Elaborate uPy libraries intro. | Paul Sokolovsky | |
| 2017-12-16 | docs/packages: Explicitly recommend usage of setuptools instead of distutils. | Paul Sokolovsky | |
| 2017-12-16 | docs/packages: Use "install_dir/" in examples. | Paul Sokolovsky | |
| 2017-12-16 | docs/conf: Reference CPython 3.5 docs. | Paul Sokolovsky | |
| CPython 3.6 contains some backward incompatible changes, and further version(s) are expected to have more. As we anyway implemente 3.4 with some features of 3.5, refer to 3.5 docs to avoid confusion. Examples of 3.6 backward incompatibilities: https://docs.python.org/3.6/library/json.html#json.dump https://docs.python.org/3.6/library/json.html#json.load > Changed in version 3.6: All optional parameters are now keyword-only. https://docs.python.org/3.6/library/functions.html#type > Changed in version 3.6: Subclasses of type which don’t override > type.__new__ may no longer use the one-argument form to get the > type of an object. https://docs.python.org/3.6/library/collections.html#collections.namedtuple > Changed in version 3.6: The verbose and rename parameters became > keyword-only arguments. | |||
| 2017-12-15 | docs/glossary: micropython-lib: Clarify wording. | Paul Sokolovsky | |
| 2017-12-14 | Documentation Updates (mcu.delay() and Design Guide) (#481) | sommersoft | |
| /docs/design_guide: added links to firmware build learning guides for SAMD21 & ESP8266. Changes were placed in the "Adding native modules" section, since that seemed to me the best place based on target audience. Updated documentation for `delay()` which fixes #243. | |||
| 2017-12-14 | docs/packages: mpy_bin2res no longer required to create resources. | Paul Sokolovsky | |
| Everything happens automagically with overridden "sdist" from sdist_upip.py. | |||
| 2017-12-14 | extmod/modframebuf: Add 8-bit greyscale format (GS8). | Damien George | |
| 2017-12-14 | extmod/modframebuf: Add 2-bit color format (GS2_HMSB). | Petr Viktorin | |
| This format is used in 2-color LED matrices and in e-ink displays like SSD1606. | |||
| 2017-12-13 | docs/esp8266/tutorial: Fix typo, change -> changed. | Ryan Finnie | |
| 2017-12-13 | docs/packages: Add quick "Creating distribution packages" section. | Paul Sokolovsky | |
| Needs more details. | |||
| 2017-12-11 | docs/reference/packages: Add chapter on distribution packages and deployment. | Paul Sokolovsky | |
| A long overdue overview of preparing packages, installing them with upip, freezing, dealing with resources. Initial version, more iterations required. | |||
| 2017-12-06 | docs/glossary: Clarify wording for "baremetal". | Paul Sokolovsky | |
| 2017-12-04 | docs/library: Add xrefs to "stream" dictionary entry for many modules. | Paul Sokolovsky | |
| 2017-12-04 | docs/glossary: Describe string interning. | Paul Sokolovsky | |
