Skip to content

ZencoreCZ/bl602-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BL602 Documentation

The documentation can be found online at pine64.github.io/bl602-docs

Building The Documentation

To build the documentation your self:

$ cd src
$ python -m pip install --requirement=requirements.txt
$ cd en   # cd zh to build documentation in chinese
$ make html

After successfully building the documentation navigate to docs. There ought to be an index.html file. Open it with firefox/your browser of choice.

Hardware

  • BL602/604 Datasheet (34 pages): Includes pinout, memory map, and general peripheral descriptions but no detailed functional specification or register listings. Sipeed, a board vendor that plans to use the BL602, claims that full register documentation will be available sometime in November 2020.
  • 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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.4%
  • Makefile 29.6%