mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-10 14:58:27 +00:00
[doc] update readme and rst
This commit is contained in:
parent
0e3e59af0d
commit
bb5b89aa70
5 changed files with 52 additions and 2 deletions
|
@ -5,7 +5,7 @@ LIBC
|
|||
------------
|
||||
- LIBC 中实现了一个vsnprintf,用以避开使用完整的c库,减少代码体积。
|
||||
|
||||
.. note:: LIBC 中浮点打印只能最大支持到11位小数精度
|
||||
.. note:: LIBC 中浮点打印只能最大支持到7位小数精度
|
||||
|
||||
配置LIBC相关功能
|
||||
------------
|
||||
|
|
|
@ -5,6 +5,39 @@
|
|||
|
||||
本节主要介绍如何使用调试器进行代码的调试。
|
||||
|
||||
芯片默认 JTAG PIN 列表
|
||||
-------------------------------------------
|
||||
|
||||
.. list-table::
|
||||
:widths: 10 10 10 10 10
|
||||
:header-rows: 1
|
||||
|
||||
* - CHIP/Pin
|
||||
- BL602/BL604
|
||||
- BL702/BL704/BL706
|
||||
- BL616/BL618
|
||||
- BL808
|
||||
* - TMS
|
||||
- GPIO12
|
||||
- GPIO0
|
||||
- GPIO0
|
||||
- GPIO6
|
||||
* - TCK
|
||||
- GPIO14
|
||||
- GPIO2
|
||||
- GPIO1
|
||||
- GPIO12
|
||||
* - TDO
|
||||
- GPIO11
|
||||
- GPIO9
|
||||
- GPIO2
|
||||
- GPIO7
|
||||
* - TDI
|
||||
- GPIO17
|
||||
- GPIO1
|
||||
- GPIO3
|
||||
- GPIO13
|
||||
|
||||
使用 CKLink + Eclipse 调试代码
|
||||
-------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue