| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-21 | add 74HC595 | sommersoft | |
| 2018-11-21 | fix L3GD20 link | sommersoft | |
| 2018-11-21 | add trailing '/' to links missing them | sommersoft | |
| 2018-11-13 | i have no more words... | sommersoft | |
| 2018-11-13 | git diff review fail before push... | sommersoft | |
| 2018-11-13 | fix led-animation url; it has 2 valid urls... | sommersoft | |
| 2018-11-13 | replaced scrubbed drivers | sommersoft | |
| 2018-11-13 | update /docs/drivers.rst page; 19 drivers added | sommersoft | |
| 2018-10-11 | update documentation and translations again | Nick Moore | |
| 2018-09-07 | Add new drivers to the doc page | Scott Shawcroft | |
| 2018-07-30 | Comment that it may vary by board | Scott Shawcroft | |
| 2018-07-30 | Wordsmith | Scott Shawcroft | |
| For #1067 | |||
| 2018-07-29 | remove qemu-arm build; fix docs build bugs | Dan Halbert | |
| 2018-07-23 | WIP: complete manual inspection of all significant changes | Dan Halbert | |
| 2018-07-16 | Merge branch 'master' into micropython-25ae98f-merge | Dan Halbert | |
| 2018-07-16 | Merge 3.0.0 final bugfixes and changes to master | Dan Halbert | |
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert | |
| 2018-05-23 | Merge pull request #863 from dhalbert/3.0_doc_updates | Scott Shawcroft | |
| RTD documentation updates | |||
| 2018-05-23 | typos in builtins.rst | Dan Halbert | |
| 2018-05-23 | ustruct -> struct in design_guide.rst | Dan Halbert | |
| 2018-05-23 | Fix ReadTheDocs build due to c2rst. | Scott Shawcroft | |
| 2018-05-23 | use shared-bindings struct doc; remove docs/library one | Dan Halbert | |
| 2018-05-22 | fix title underline | Dan Halbert | |
| 2018-05-22 | add caveat language re MicroPython libraries; other slight changes | Dan Halbert | |
| 2018-05-22 | RTD documentation updates | Dan Halbert | |
| 2018-05-21 | stm32/rtc: Don't try to set SubSeconds value on RTC. | Damien George | |
| The hardware doesn't allow it, instead the value is reset to 255 upon setting the other calendar/time values. | |||
| 2018-05-15 | Merge branch 'master' of github.com:adafruit/circuitpython | Roy Hooper | |
| 2018-05-14 | Initial implementation of supervisor.reload() | Roy Hooper | |
| 2018-05-14 | Merge pull request #834 from khawley/docs-makefile-fixes | Scott Shawcroft | |
| Cleaning up and fixing the docs generation Makefile and README instructions | |||
| 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 | |
