This documentation can be found online at pine64.github.io/bl602-docs.
To build the documentation yourself:
$ cd src
$ python -m pip install -r requirements.txt
$ cd en # cd zh to build documentation in chinese
$ make html # on Windows, set SPHINXBUILD="python -m sphinx" for this command
The documentation will be built inside the docs
folder. To view it, open docs/index.html
in your browser of choice.
- Official Documents: Includes datasheets and reference manuals directly from Bouffalo. Not mirrored here since they are updated frequently.
- soc602_reg.svd: Contains a seemingly-complete register listing, with names but no descriptions, for the BL602.
- Hardware Notes: Additional information gathered from the SDK repository and elsewhere on the internet.