diff --git a/README.rst b/README.rst index 91a8aabb..e67d3cb5 100755 --- a/README.rst +++ b/README.rst @@ -43,6 +43,15 @@ Low Energy). The chip is made by `Nanjing-based Bouffalo Lab `_ +- `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. + Comparison with ESP8266 ======================= +-------------------+-----------------------------+----------------------------------+ diff --git a/docs/BL602_BL604_DS_Datasheet.pdf b/docs/BL602_BL604_DS_Datasheet.pdf new file mode 100644 index 00000000..29abb307 Binary files /dev/null and b/docs/BL602_BL604_DS_Datasheet.pdf differ