| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
RTD documentation updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The hardware doesn't allow it, instead the value is reset to 255 upon
setting the other calendar/time values.
|
|
|
|
|
|
Cleaning up and fixing the docs generation Makefile and README instructions
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
This API matches (as close as possible) how other pyb classes allow inplace
operations, such as pyb.SPI.recv(buf).
|
|
|
|
|
|
This is useful for monitoring errors on the bus and knowing when a restart
is needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update driver links (for 3.x) including categories!
|
|
which redirects projects incorrectly.
|
|
|
|
|
|
|
|
|