summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-09-07Add new drivers to the doc pageScott Shawcroft
2018-07-30Comment that it may vary by boardScott Shawcroft
2018-07-30WordsmithScott Shawcroft
2018-07-29remove qemu-arm build; fix docs build bugsDan Halbert
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-16Merge 3.0.0 final bugfixes and changes to masterDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-05-23Merge pull request #863 from dhalbert/3.0_doc_updatesScott Shawcroft
2018-05-23typos in builtins.rstDan Halbert
2018-05-23ustruct -> struct in design_guide.rstDan Halbert
2018-05-23Fix ReadTheDocs build due to c2rst.Scott Shawcroft
2018-05-23use shared-bindings struct doc; remove docs/library oneDan Halbert
2018-05-22fix title underlineDan Halbert
2018-05-22add caveat language re MicroPython libraries; other slight changesDan Halbert
2018-05-22RTD documentation updatesDan Halbert
2018-05-21stm32/rtc: Don't try to set SubSeconds value on RTC.Damien George
2018-05-15Merge branch 'master' of github.com:adafruit/circuitpythonRoy Hooper
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-05-14Merge pull request #834 from khawley/docs-makefile-fixesScott Shawcroft
2018-05-14Update docs s/ucollections/collections/gbildzeitung
2018-05-14Cleaning up and fixing the docs generation Makefile and README instructionsKarin Hawley
2018-05-11docs: Bump version to 1.9.4.v1.9.4Damien George
2018-05-06docs: fix references to uhashlibJeff Epler
2018-05-03docs: fix references to ubinasciiJeff Epler
2018-04-26docs/library: Add ussl module to library index for unix port.Damien George
2018-04-20docs/library/pyb.ADC: Fix typo of "prarmeter".Damien George
2018-04-20docs/library/pyb.ADC: Remove outdated ADCAll code example.Peter Hinch
2018-04-11stm32/dac: Add buffering argument to constructor and init() method.Damien George
2018-04-11stm32/adc: Optimise read_timed_multi() by caching buffer pointers.Damien George
2018-04-11stm32/adc: Add read_timed_multi() static method, with docs and tests.Peter Hinch
2018-04-10docs/library/pyb.ADC.rst: Document new features for ADCAll.T S
2018-03-27Add four missing driversScott Shawcroft
2018-03-19stm32/can: Add "list" param to CAN.recv() to receive data inplace.Damien George
2018-03-16docs/library/pyb.CAN: Clean up documentation of data constants.Damien George
2018-03-16stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.Damien George
2018-03-16stm32/can: Add CAN.state() method to get the state of the controller.Damien George
2018-03-15stm32/can: Add CAN.restart() method so controller can leave bus-off.Damien George
2018-03-15stm32/can: Add "auto_restart" option to constructor and init() method.Damien George
2018-03-15docs/library/pyb.CAN: Update markup to use latest doc conventions.Damien George
2018-03-15docs: Fix some references and RST markup to eliminate Sphinx warnings.Damien George
2018-03-12extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.Tom Collins
2018-03-09docs/reference/repl.rst: Fix some minor errors in the REPL tutorial.Damien George
2018-03-07moved to top of list for alphabetical orderKattni
2018-03-07Added AM2320 to driver listKattni
2018-03-07docs/library/uos: Document mount, umount, VfsFat and block devices.Damien George
2018-03-07docs/library/uos: Create sections for distinct parts and document uname.Damien George
2018-03-06Merge pull request #659 from tannewt/driver_page_updateKattni
2018-03-06Fix links. Adding the en/latest/ circumvents a ReadTheDocs bugScott Shawcroft
2018-03-06Update driver links including categories!Scott Shawcroft