All Projects → pine64 → bl602-docs

pine64 / bl602-docs

Licence: other
Documentation of the BL602 IC

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to bl602-docs

bl iot sdk
BL602 SDK (Pine64 fork)
Stars: ✭ 115 (+116.98%)
Mutual labels:  pine64, bl602
pinera1n
portable checkra1n solution on linux phone, not only one linux distribution can do it
Stars: ✭ 45 (-15.09%)
Mutual labels:  pine64
pbp-packages
Package build scripts for using Arch Linux ARM with the Pinebook Pro laptop.
Stars: ✭ 3 (-94.34%)
Mutual labels:  pine64
bl mcu sdk
bl_mcu_sdk is MCU software development kit provided by Bouffalo Lab Team for BL602/BL604, BL702/BL704/BL706, BL616/BL618, BL808 and other series of RISC-V based chips in the future.
Stars: ✭ 147 (+177.36%)
Mutual labels:  bl602
blflash
bl602 serial flasher
Stars: ✭ 41 (-22.64%)
Mutual labels:  bl602
pine64-scripts
Utility scripts for the pine64
Stars: ✭ 32 (-39.62%)
Mutual labels:  pine64
bl602-pac
Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
Stars: ✭ 16 (-69.81%)
Mutual labels:  bl602
bl docs
Datasheets and Reference Manual for BL602/BL808
Stars: ✭ 87 (+64.15%)
Mutual labels:  bl602
Dietpi
Lightweight justice for your single-board computer!
Stars: ✭ 2,871 (+5316.98%)
Mutual labels:  pine64
Ironos
Open Source Soldering Iron firmware for Miniware and Pinecil
Stars: ✭ 3,945 (+7343.4%)
Mutual labels:  pine64
void-pine64
Build scripts for void linux images on Pine64 boards.
Stars: ✭ 14 (-73.58%)
Mutual labels:  pine64
cutie-shell
A mobile QtWayland compositor and shell and for smartphones and tablets.
Stars: ✭ 21 (-60.38%)
Mutual labels:  pine64

BL602 Documentation

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

Building The Documentation

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.

Hardware

  • Official Documents: Includes detailed core and peripheral documentation
  • BL602/604 Datasheet (34 pages): Includes pinout, memory map, and general peripheral descriptions but no detailed functional specification or register listings.
  • BL602/604 Reference Manual (209 pages): Includes register map, clock tree and other information about implementing BL602/BL604.
  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].