| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-14 | Update docs s/ucollections/collections/g | bildzeitung | |
| 2018-05-14 | Cleaning up and fixing the docs generation Makefile and README instructions | Karin Hawley | |
| - moving Makefile to parent folder. This resolves some of the weird path/build issues - remove trace references to cpydiff and original file (no longer used anywhere) - converting SOURCEDIR to a changeable variable, passed through all sphinx-build calls - adding path to conf.py, in case it moves again - making `-v` default with VERBOSE - making `-E` default with FORCE - creating BASEOPTS to store all the dirs, paths, and settings, passing them to sphinx-build in one long chain, instead of individually - updating README to use the make command as default. Also added text explaining some of the customization you can add into a make command | |||
| 2018-05-11 | docs: Bump version to 1.9.4.v1.9.4 | Damien George | |
| 2018-05-06 | docs: fix references to uhashlib | Jeff Epler | |
| 2018-05-03 | docs: fix references to ubinascii | Jeff Epler | |
| 2018-04-26 | docs/library: Add ussl module to library index for unix port. | Damien George | |
| 2018-04-20 | docs/library/pyb.ADC: Fix typo of "prarmeter". | Damien George | |
| 2018-04-20 | docs/library/pyb.ADC: Remove outdated ADCAll code example. | Peter Hinch | |
| 2018-04-11 | stm32/dac: Add buffering argument to constructor and init() method. | Damien George | |
| This can be used to select the output buffer behaviour of the DAC. The default values are chosen to retain backwards compatibility with existing behaviour. Thanks to @peterhinch for the initial idea to add this feature. | |||
| 2018-04-11 | stm32/adc: Optimise read_timed_multi() by caching buffer pointers. | Damien George | |
| 2018-04-11 | stm32/adc: Add read_timed_multi() static method, with docs and tests. | Peter Hinch | |
| 2018-04-10 | docs/library/pyb.ADC.rst: Document new features for ADCAll. | T S | |
| 2018-03-27 | Add four missing drivers | Scott Shawcroft | |
| 2018-03-19 | stm32/can: Add "list" param to CAN.recv() to receive data inplace. | Damien George | |
| This API matches (as close as possible) how other pyb classes allow inplace operations, such as pyb.SPI.recv(buf). | |||
| 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 | |
