bl602-docs
bl602-docs copied to clipboard
Documentation of the BL602 IC
This is my first project idea. Creating a page for it.
This is a little improvement of the Hello World example. I replaced the call of the `helloworld()` by a `printf()`, I think it's more intuitive. I also added a prototype...
I was a bit surprised to find that the linux instructions work relatively unmodified with the standard Mac toolchain (checksums confirm that the output bin files are identical to a...
The current datasheet is completely missing any kind of data regarding the RF system of the chip. Actually there is no info regarding TX power (min/max), RX sensitivity, spurious emissions,...
The following articles still contain Chinese text: ``` Examples/demo_audio_udp/audio_udp.rst Examples/demo_cronalarm/cronalarm.rst Examples/demo_dac/dac.rst Examples/demo_hbnram/hbnram.rst Examples/demo_hbnram/hbnram.rst Examples/demo_storage_psm/psm.rst Examples/demo_system_cli/cli.rst Examples/demo_system_fdt/fdt.rst Examples/demo_zb/zigbee.rst Examples/sdk_app_easyflash_boottimes/easyflash_boottimes.rst Examples/sdk_app_pwm/pwm.rst Examples/benchmark_security_aes/benchmark_security_aes_gcm.rst Components/Middleware/dts/devicetree.rst Components/Middleware/log/blog.rst Components/Middleware/vfs/vfs.rst Components/Middleware/yloop/yloop.rst Components/Network/wifi/wifi.rst ``` Translating any of the...
The Hardware Notes and assorted documentation is currently not available from the compiled docs. This provides a difficulty of discovery for people using the compiled docs. I propose either linking...
The current Home page (`index.rst` source, `index.html` compiled) does not contain any information except for the same listing shown in the sidebar. The Starter Guides do not mention that UART...
I have two ideas as to how to improve the flashing documentation. - I could try to interpret the Windows instructions based on the pictures and Google Translate, and write...
This PR introduces `tools/translate_docs.py`. Run it with a source and destination language and it'll automatically pick up files and translate them through Google Translate. **This script is not stable**. -...